I know how to move forward and left and right but I don't know how to move the sprite automatically forward without any buttons pressed. is there a script that can do that?
Offline
bertdog wrote:
I know how to move forward and left and right but I don't know how to move the sprite automatically forward without any buttons pressed. is there a script that can do that?
Depends what you mean by automatically...you could do something as simple as this:
when gf clicked point in direction (pick random (1) to (360)) forever move (3) steps if on edge, bounce
Offline
Well, if you want it to move automatically forward right when the project starts, you'd do this:
When gf clicked Move ( ) steps //put how far you want it to go in the blankThen you could put a repeat or forever around that, if you wanted.
Offline