StateMachine not passing Data
Hi Guys,
This could just be because i have an older/incorrect version of the StateMachine.
StateMachine was not passing data on CHANGED event.
Looking in StateMachine.as line 40 [handleStateAction]
i changed:
transitionTo( newState, event.stateTarget),
to
transitionTo( newState, event.data)
and all was good.
Cheers
Kyle
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Joel Hooks on 08 Nov, 2009 09:18 PM
Thanks for the catch Kyle. I've pushed this to the repository. Cheers.
Joel Hooks closed this discussion on 08 Nov, 2009 09:18 PM.