On Oct 28, 2003, at 1:29 PM, Trevor DeVore wrote:
libAnim_Ease short id of field "MyField", long owner of field "MyField", 0, 200, 0, 200, true, 10, 20
This would move your field from 0,0 to 50,200 and send the message "libAnim_Finished" to the object you were animating when the animation was done. It would move the object every 10 milliseconds and do the entire animation in 20 steps.
Trevor- is this command very different from Rev's built-in "move object" command?
move object {[from startLoc] to endLoc|to pointList|rel[ative] motion} \
[in time] [without {messages | waiting}]
I believe the move command just goes from point a to point b at the same speed. This uses an ease in/ease out method that I think looks a little nicer.
-- Trevor DeVore Blue Mango Multimedia [EMAIL PROTECTED]
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
