Hi,
How i make this move
I what to make a object move to a Random Location on screen, them stop show another frame for x sec then go away.
i have this
plug in moveto
object moveto random(100,750), 192
object se animation frame to 1
system whait 5 sec
object se animation frame to 0
object moveto (-96,192)
but dont work
Thanks