This content has been marked as final.
Show 1 reply
-
1. Re: which animation
tyree_2 May 2, 2013 12:16 AM (in response to tyree_2)I found the answer to this in a book I already had. I thought event, motion and time were paths, given a variable name but it seems to be keywords.
member(1).model("group01").registerScript(#animationstarted, #animbegin,me)
on animbegin me, event, theMotion, theTimeput "starting"&&event
put "starting"&&theMotion
put "starting"&&theTimeend
this will list the current event, motion name and time of the motion. which can be used as triggers

