Difference between revisions of "T1 Dragoon Jump 2"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
LoadFrameWait(1B,04) | LoadFrameWait(1B,04) | ||
PlaySound(27) #play jumping sound | PlaySound(27) #play jumping sound | ||
− | + | QueueDistortAnim(0A,08) #queues distort anim. A with var set to 8. (such an in depth explanation, I know) | |
LoadFrameWait(1F,02) | LoadFrameWait(1F,02) | ||
− | + | WaitForDistort(FE) | |
PauseAnimation() | PauseAnimation() | ||
Line 18: | Line 18: | ||
LoadFrameWait(1D,04) | LoadFrameWait(1D,04) | ||
PlaySound(27) #play jumping sound | PlaySound(27) #play jumping sound | ||
− | + | QueueDistortAnim(0A,08) | |
LoadFrameWait(21,02) | LoadFrameWait(21,02) | ||
− | + | WaitForDistort(FE) | |
PauseAnimation() | PauseAnimation() |
Revision as of 10:25, 10 October 2022
Front LoadFrameWait(02,04) LoadFrameWait(13,04) LoadFrameWait(15,08) LoadFrameWait(13,02) LoadFrameWait(1B,04) PlaySound(27) #play jumping sound QueueDistortAnim(0A,08) #queues distort anim. A with var set to 8. (such an in depth explanation, I know) LoadFrameWait(1F,02) WaitForDistort(FE) PauseAnimation()
Back LoadFrameWait(08,04) LoadFrameWait(14,04) LoadFrameWait(16,08) LoadFrameWait(14,02) LoadFrameWait(1D,04) PlaySound(27) #play jumping sound QueueDistortAnim(0A,08) LoadFrameWait(21,02) WaitForDistort(FE) PauseAnimation()