YesNoOk
avatar

Strikers! Can anybody help me? (Read 1679 times)

Started by Nintendguy, September 01, 2007, 02:21:39 am
Share this topic:
Strikers! Can anybody help me?
#1  September 01, 2007, 02:21:39 am
  • *
  • It SUPPOSED to be a gamecube logo....
To further countinue my WIP, I need to figure out how to do srikers....(Yes I know, it sounds noobish o_O)
Anyway, I just want the jist of it.
I have got the sprites, but how do i animate and code it?


Any help Is fine ;D
Thats one happy monkey and also my WIP! 15%
Re: Strikers! Can anybody help me?
#2  September 01, 2007, 02:29:01 am
  • *****
  • You know it!
    • viewtiful9.blog124.fc2.com/
1.make a state that summons the helper.
2.Make the helper state.
3.READ THE DOCS!
WOO! WOO! WOO!
PSN / XBLA - ViewtifulSuxx
Re: Strikers! Can anybody help me?
#3  September 01, 2007, 03:22:08 am
  • *
  • It SUPPOSED to be a gamecube logo....
If I would want to use a helper for a special, how do I make it that It will use bars.(Man did that sound noobish o_O)
Thats one happy monkey and also my WIP! 15%
Re: Strikers! Can anybody help me?
#4  September 01, 2007, 03:29:58 am
  • *****
  • You know it!
    • viewtiful9.blog124.fc2.com/
I guess u didnt read the docs.  --;

Heres an example of how to make a super take power.

[State 3050,]
type = SuperPause
trigger1 = AnimElem = 1
pos = -5, -55
anim = 100
sound = 20, 0
poweradd = -1000 <--The amount of power the super uses.

And heres an example of how to make the super only "doable" when you have that amount of power needed..

[State -1, Fast Kung Fu Upper]
type = ChangeState
value = 1120
triggerall = command = "upper_xy"
triggerall = power >= 1000 <--The amount of power needed to use the super, add this to the Command in the CMD.
trigger1 = var(1)

Dont copy the whole command just copy the..
triggerall = power >= 1000
WOO! WOO! WOO!
PSN / XBLA - ViewtifulSuxx