bladecoder / bladecoder-adventure-engine

Classic point and click adventure game engine and editor
Apache License 2.0
603 stars 65 forks source link

Changing players walking and standing animations mid scene? #47

Closed LeadheadOnline closed 4 years ago

LeadheadOnline commented 4 years ago

Sorry to use this page to ask questions, but I was wondering if I could change the player characters walking and standing animations without transitioning to a different scene. Should I just make a new character actor and switch them out? If so, how can I make one actor disappear and another appear? Should I just use empty animations designed to hide them?

bladecoder commented 4 years ago

You don't need to change of actor to set a new standing and walking animations. Use the SetActorAttr action instead, see screenshot.

image