Animation direction

Started by Edward Becket, Sat 12/07/2003 16:51:46

Previous topic - Next topic

Edward Becket

Listen,
i have a problem. When my char performs an action its direction change in DOWN... why?
This is my simple code:

SetCharacterView(EGO,2);
AnimateCharacter (EGO,0,0,0);
while(character[EGO].animating) Wait(1);
ObjectOff(0);
ReleaseCharacterView(EGO);
Excuse my english! I'm Italian! And not so good at school :-àž

AJA

AnimateCharacter (CHARID, int loop, int speed, int repeat)

You've set loop to 0 which is down.

Edward Becket

Thanks for the help... i couldn't use that command very well... ^^
Excuse my english! I'm Italian! And not so good at school :-àž

SMF spam blocked by CleanTalk