Infinity MUGEN Team

IMT Main => M.U.G.E.N Help => Topic started by: Spidermew on October 20, 2008, 11:55:54 AM

Title: Super Flying kick of taking you all the way across the stage
Post by: Spidermew on October 20, 2008, 11:55:54 AM
Ok I want to make a flying kick move that can be done on ground or in the air, that when you hit the enemy with it, it will send them flying across the stage, and if that happens to make them fly off screen, it has you jumping in from off screen.

How would i go about this?
Title: Re: Super Flying kick of taking you all the way across the stage
Post by: ChAoTiC on October 20, 2008, 02:42:13 PM
put this anywhere in the code

Code: [Select]
[State 0, ScreenBound]
type = ScreenBound
trigger1 = 1 ;Its usually 1
value = 0
movecamera = 0,0
;ignorehitpause =
;persistent =

then use this to dash at the end

Code: [Select]
[State 3100, End]
type = ChangeState
trigger1 = !animtime
value =ifelse(screenpos x <=-2,100,ifelse(screenpos x >=320,100,0))
ctrl = 1
Title: Re: Super Flying kick of taking you all the way across the stage
Post by: Spidermew on October 20, 2008, 04:11:02 PM
(http://i6.photobucket.com/albums/y214/SpiderMew/Emoting/EmoteSpiderMew.gif) Thanks! Works like a charm! :thumbsup:
Title: Re: Super Flying kick of taking you all the way across the stage
Post by: Kev The Galaxybender on October 25, 2008, 08:46:07 AM
Lauren Revolt has a move like that, I would have looked at the code for that move but you've already been helped
SimplePortal 2.3.5 © 2008-2012, SimplePortal