use-revolution Digest, Vol 74, Issue 28

Malte Pfaff-Brill revolution at derbrill.de
Mon Nov 16 13:49:50 EST 2009


René á ecrit:

> Hello Malte,
> A question about the new animationEngine 3 :
> Is it possible to use aeMoveto for move independently many graphics
> in the same time (different loc, different speed, etc.) ?

Hi, yes that is possible. If you want them to start synchronously, you  
might wish to do an aeLockMoves before and an aeUnlockMoves after you  
have send the aeMoveTo commands. With aeMoveTo, you specify how long  
the move should take. It always moves the object from its current  
position to a new location.
syntax is: aeMoveTo long ID of control or stack you want to  
move,destination x,destination y,duration in millisecs,[easing effect]

Hope that helps,
Malte


More information about the use-livecode mailing list