YesNoOk
avatar

Slowmotion and Evncolor help (Read 378 times)

Started by kenkilla, September 28, 2008, 11:41:33 pm
Share this topic:
Slowmotion and Evncolor help
#1  September 28, 2008, 11:41:33 pm
  • avatar
i need help with pause when i activate the skill it lets me only hit once i want to be able to hit as many times as i want

also i want to change the background color to a transparency red so i can still see the background

BC

Re: Slowmotion and Evncolor help
#2  September 29, 2008, 09:11:44 pm
  • ****
    • UK
    • www.mugenevolution.co.uk/Forum
[mcode]superpause
pause
bgpalfx[/mcode]

click on each one and read up on them. superpause is commonly used for the pause before the supermove, and sometimes pause is used as an alternative.

bgpalfx is what you need for turning the background red.

for a move to hit multiple times, you need to add a red collision box on the frames required, then add multiple triggers stating which frames activate the hits, (code these triggers in your hitdef)

trigger1 = animelem = blah || animelem = blah blah || animelem = blah blah blah


or you could do it like this


trigger1 = animelem = blah
trigger2 = animelem = blah blah
trigger3 = animelem = blah blah blah
click the image to join my forum ;)