- Joined
- Aug 23, 2008
- Messages
- 2,319
I've made a map where the Map Initialization contains
My question: Every time the unit executes this trigger, the move animation starts over. Is there any way to make the move animation continiue the next time I press the Up Arrow key?
-
Actions
- Animation - Change Unit1's animation speed to 0.00% of its original speed
- Unit - Pause Unit1
-
Move
-
Events
- Player - Player 1 (Red) Presses the Up Arrow key
- Conditions
-
Actions
- Set Unit1 = Unit 0000 <gen>
- Unit - Unpause Unit1
- Animation - Change Unit1's animation speed to 100.00% of its original speed
- Wait 0.10 seconds
- Animation - Change Unit1's animation speed to 0.00% of its original speed
- Unit - Pause Unit1
-
Events
My question: Every time the unit executes this trigger, the move animation starts over. Is there any way to make the move animation continiue the next time I press the Up Arrow key?
Last edited: