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