LIghtning Thread

C

Catastrophe

Guest
So typically in a confusing situation you want to isolate things as much as possible. The current guess on the forums here is that, since instance_position is not working for you somehow, maybe there's an issue with the sprite.

1) Make a plain object with no inheritance and just the following in step:
if (instance_position(mouse_x,mouse_y,SpecialBrains)){show_message("Well that sucks"))

And place it in the room.

If you get no message when you hover this mouse over your problematic brain, then this problem is very obvious only a small handful of things can be wrong.

If you DO get a message, then either you did not previously use instance_position correctly, or we're back to square one mostly, but we'll have a better idea of what's wrong at least.
 
Top