How can you make an actor move back and forth?
crazyfishdev
Member Posts: 283
In ipod landscape mode how could you make an actor move back and forth by itself. From one side of the screen to the other.
Comments
http://gamesalad.com/wiki/how_tos:gsc_pacing
Have a rule when self position x is less than or equal to 3o interpolate self position x to 450(thats an example as well)
Then ahve another rule when self position x is greater then or equal to 450
interpolate self position x to 30.
You can use whatever number you want, just make sure there the same in both rules