Hi all!
Could you tell me how to move object continously with script, please?
I want to move a object from A to B, to C, to D point, or move object along circle.
Thank you so much!
Move object continously with script
-
- Posts: 824
- Joined: Tue Mar 13, 2012 9:53 am
Re: Move object continously with script
Most iX objects have a "Left" and "Top" property which you can use to move them around.
this.Ellipse1.Left += 1;
this.Ellipse1.top += 1;
Also, under an object's dynamics setting there is normally a "Move" dynamic that you can use to move objects around on the screen.
this.Ellipse1.Left += 1;
this.Ellipse1.top += 1;
Also, under an object's dynamics setting there is normally a "Move" dynamic that you can use to move objects around on the screen.
Best Regards,
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer