Difference between revisions of "T1 Dragoon Jump 2"
Jump to navigation
Jump to search
(Created page with " Front LoadFrameWait(02,04) LoadFrameWait(13,04) LoadFrameWait(15,08) LoadFrameWait(13,02) LoadFrameWait(1B,04) PlaySound(27) #play sound 27 ffc1(0A,08) LoadFrameWai...") |
m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
LoadFrameWait(13,02) | LoadFrameWait(13,02) | ||
LoadFrameWait(1B,04) | LoadFrameWait(1B,04) | ||
− | PlaySound(27) #play sound | + | PlaySound(27) #play jumping sound |
− | + | QueueDistortAnim(0A,08) # | |
LoadFrameWait(1F,02) | LoadFrameWait(1F,02) | ||
− | + | WaitForDistort(FE) | |
PauseAnimation() | PauseAnimation() | ||
Line 17: | Line 17: | ||
LoadFrameWait(14,02) | LoadFrameWait(14,02) | ||
LoadFrameWait(1D,04) | LoadFrameWait(1D,04) | ||
− | PlaySound(27) #play 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()