Page 1 of 1

Move object continously with script

Posted: Tue Aug 06, 2013 11:44 pm
by ilovebeijer
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!

Re: Move object continously with script

Posted: Wed Aug 07, 2013 8:00 am
by mark.monroe
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.
Snap 2013-08-07 at 07.59.16.jpg
Snap 2013-08-07 at 07.59.16.jpg (46.47 KiB) Viewed 6745 times