Hi All,
I need help in assigning different animations to the same character.
I want it to move to a certain position on the screen THEN start walking, my code below just ignores the first step and goes walking directly...Can somebody instruct me how to put this code correctly in a room?
Code: ags
I need help in assigning different animations to the same character.
I want it to move to a certain position on the screen THEN start walking, my code below just ignores the first step and goes walking directly...Can somebody instruct me how to put this code correctly in a room?
cEagle.Move(800, 400, eNoBlock, eAnywhere);
Wait(1);
cEagle.Walk(300, 300, eNoBlock, eAnywhere);