PDA

View Full Version : userTriggered animation_end_event


sleiN13
06-12-2012, 08:00 AM
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?

farshizzo
06-12-2012, 02:20 PM
This is a bug in the current version when stopping an action with a delay. This will be fixed in the next release, but as a workaround you can set the delay option to 0. This should cause the 'userTriggered' field to be true.

sleiN13
07-08-2012, 11:55 PM
Is a date known for when this new version of vizard will go online? or is there a easy workaround for this bug?

Jeff
07-09-2012, 03:11 AM
The fix for this was included in the release that came out last week. Go to Help -> Check for Updates in the Vizard GUI to download and install the latest version.