Reply to Re: Please help me!
If you don't have an account, just leave the password field blank.
Lets say, if you use a bonca as creature.
and you use sequence 536 ( bonca looks east )
then make sure
sp_base_walk(&current_sprite, 530);
is in his script, then use move / move_stop
and he should play his animation.
void main(void)
{
//script of the creature
sp_base_walk(&current_sprite, 530);
}
and you use sequence 536 ( bonca looks east )
then make sure
sp_base_walk(&current_sprite, 530);
is in his script, then use move / move_stop
and he should play his animation.
void main(void)
{
//script of the creature
sp_base_walk(&current_sprite, 530);
}