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_______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
