Difference between revisions of "T1 Dragoon Jump 2"
Jump to navigation
Jump to search
m |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
LoadFrameWait(1B,04) | LoadFrameWait(1B,04) | ||
PlaySound(27) #play jumping sound | PlaySound(27) #play jumping sound | ||
− | + | QueueDistortAnim(0A,08) # | |
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() |
Latest revision as of 05:54, 16 May 2024
Front LoadFrameWait(02,04) LoadFrameWait(13,04) LoadFrameWait(15,08) LoadFrameWait(13,02) LoadFrameWait(1B,04) PlaySound(27) #play jumping sound QueueDistortAnim(0A,08) # 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()