How to do Back and Forth movement
Simple Gamer Arts
Member, PRO Posts: 305
How do you move something back and forth, like a loop behavior of movement... like a motorcycle that vibrates, or an engine, or it can also be a text or image that grows 1 or 2 pixels in size and comes back, and repeats this over and over...
Thank you.
Comments
self.Position.X to self.Position.X+sin( self.Time *1000)
@BBEnk THANK YOU!!!