View Single Post
  #1  
Old 06-12-2012, 08:00 AM
sleiN13 sleiN13 is offline
Member
 
Join Date: Dec 2008
Posts: 83
userTriggered animation_end_event

The userTriggered variable from the ANIMATION_END_EVENT seems to be always false even when the animation is stopped in code.

I've tried different combinations of starting and ending animations but all gave the same result of userTriggered being false.

Even de in the documentation mentioned avatar.stopAction() after an avatar.execute(x) didn't produce any correct results.

Is there another way to figure out if a animation is stopped by code or because it reached it's natural end?
Reply With Quote