Hello everyone, how do I make an ImageSprite move back and forth in a continuous loop on the Canvas? I want it to automatically head back the other way whenever it reaches its designated position.
This could be simple using Bounce or EdgeReached and another Sprite or much more complex
You could also use the Clock Timer and sin and cos functions to set the Sprite's x and y coordinates based on a global angle variable from the center of rotation.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.