About Store Forum Documentation Contact



Post Reply 
using eventOccurred
Author Message
Rollcage Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
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
Find all posts by this user Quote this message in a reply
Post Reply