Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - isatche

#1
Hello,
I want my character to take a hit and tumble while flying backwards.
The problem is, he tumbles while going back but tumbles again when he reaches the destination and then stops.
It annoys me to no end.

Here is the code:
Code: ags

//Grumpy rams Starman
oGrumpy.SetView(22); 
oGrumpy.Animate(0, 1, eOnce, eNoBlock);
oGrumpy.Move(420, 300, 1, eBlock, eAnywhere);
oGrumpy.Graphic = 27;


// Staman Tumbles
cStarman.LockView(21); //tumble animation

cStarman.Animate(0, 3, eOnce, eNoBlock);

cStarman.Move(350, 300, eBlock, eAnywhere);



Any ideas please?
Thank you!
SMF spam blocked by CleanTalk