Rollcage
Member
|
using eventOccurred
What values should i use in the Flt flt_time and Flt flt_dt parameters for eventOccured()? I'm trying to find when an event in the timeline for an animation occurs but i dont know where I get these two values from.
Thanks
|
|
09-24-2011 03:25 AM |
|
Esenthel
Administrator
|
RE: using eventOccurred
'cur_time'=current animation time position, 'dt'=animation time delta (should be set to "Time.d() * animation_speed")
you can investigate Motion class sources (available in Personal License) for more info
|
|
09-24-2011 12:46 PM |
|