Question:
How can I make objects move on screen?
Solution:
To move an image on screen, you must:
- Insert an object onto screen.
- Create a Demo Tag.
- Establish its upper and lower limits (trajectory’s starting and ending points).
- Create a script in Demo Tag’s OnValueChanged event that links the image on screen to X property (object’s left coordinate, in pixels), and match it to the Demo Tag’s figure.
Note: Attached to this article is a sample application illustrating these procedures.