I am trying to create a virtual actor. I have created symbol sprites called
- idle
- start_walk
- walk
- end_walk
that can be strung together. I have wrapped all of those symbols into an actor symbol. I want to be able to command the actor from the stage to respond to the various commands - and I cannot figure out how configure the various timelines and labels.
Any help would be appreciated. Thanks.