• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Legacy GM Instances won't stop moving...

Y

Yacob

Guest
Hello all!

Why is it not easy to get instances to stop moving in game maker?

I've tried
if x = <random value>
{
moving = false
}

and I've also tried
if x = <random value>
{
speed = 0
}

both in step events but in the first case, the instance keeps going and in the second, it twitches awkwardly...

can anybody help with this??
 
Y

Yacob

Guest
I tried drag and drop first
and then code "move_towards_point(x,y,Ind)".
Neither worked properly...
 
Top