So I understand the logic behind a walk cycle but simply because I am not familiar completely yet with the event system. When should I trigger all of these events? Thanks in advance.
<<(([[|| * READ FIRST *BEFORE* POSTING!!! (updated 29 August 2007) * ||]]))>> (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=14373.0)
I looked there and I want just a simple move to mouse click which I did not find. Sorry to burden.
In function on_mouse_click there should be a ProcessClick(...); by default. This function triggers the current selected mouse cursor event, like "Walk to", "Look At" and so on.
When the character doesn't move, you may have forgotten to create a walkable area in your character's starting room ;)
Thanks I may have not made it playable. Anyway thanks for the help on my dumb question.
I have a hard time understanding your original question.
Did you do the tutorial in the manual?
Did you check out the youtube tutorials linked to at the bottom of the thread I linked you to?