collapse

Author Topic: Super Jump Assistance  (Read 498 times)

0 Members and 1 Guest are viewing this topic.

Offline ExShadow

  • IMT Content Architect
  • *
  • Posts: 4097
  • Country: United States us
  • Last Login:April 03, 2023, 07:30:21 PM
  • Get serious.
Super Jump Assistance
« on: February 02, 2009, 03:57:32 PM »
hellew i was wondering how would i implement a super jump spark i wanted to put this on to me strider super jump



»ĐΣΛTĦŞTØRM«

Offline shootYr.

  • [Magnum]
  • Contributor
  • ****
  • Posts: 1112
  • Last Login:September 11, 2012, 07:27:16 PM
  • What're you gonna do to me?...
Re: Super Jump Assistance
« Reply #1 on: February 02, 2009, 03:59:56 PM »
First Trans The Anim.
Then You Can Code It As An Explode Or A Helper.

Offline ExShadow

  • IMT Content Architect
  • *
  • Posts: 4097
  • Country: United States us
  • Last Login:April 03, 2023, 07:30:21 PM
  • Get serious.
Re: Super Jump Assistance
« Reply #2 on: February 02, 2009, 04:01:58 PM »
how do i code the explode/helper  /:O
»ĐΣΛTĦŞTØRM«

Offline Fallen_Angel

  • Global Moderator (out of the office)
  • *****
  • Posts: 1358
  • Last Login:July 04, 2012, 03:11:05 PM
    • Email
Re: Super Jump Assistance
« Reply #3 on: February 02, 2009, 04:16:11 PM »
use an explod, its easier to make...just adjust these values

[State 0, Explod]
type = Explod
trigger1 =; probably as soon as you enter the state...so use time =0
anim =; the animation that you want to add
pos = 0,0  ; position x,y....y value works inverse -means up and + means down
postype = p1 
removetime = -2 ; time before it removes

If you use ff, in the cns part, there is an offset view, use it to avoid guessing the position.

Maybe you could use more values to make it work as you wish


sig made by shullbocka

Offline ExShadow

  • IMT Content Architect
  • *
  • Posts: 4097
  • Country: United States us
  • Last Login:April 03, 2023, 07:30:21 PM
  • Get serious.
Re: Super Jump Assistance
« Reply #4 on: February 02, 2009, 04:34:26 PM »
kk ill see if i can try it
»ĐΣΛTĦŞTØRM«

Offline Alexziq

  • Infinite Loyalist
  • *****
  • Posts: 2624
  • Last Login:November 10, 2017, 01:10:16 PM
    • Email
Re: Super Jump Assistance
« Reply #5 on: February 02, 2009, 04:45:12 PM »
Its easy, if you need help PM me your move code, and Ill show you step by step. Try to do through Fallen Angels example 1st though, it helps if you learn it through instruction, because youll remember it better for next time.

Offline ExShadow

  • IMT Content Architect
  • *
  • Posts: 4097
  • Country: United States us
  • Last Login:April 03, 2023, 07:30:21 PM
  • Get serious.
Re: Super Jump Assistance
« Reply #6 on: February 03, 2009, 03:56:26 PM »
hey was sup 0.0 um i found out the explode race showed me but i still have one problem when he super jumps he cant move forward or back how do i fix this? and also how do i add the sound to the jump o.o

heres the code

;Super Jump
[Statedef 700]; change these for the number that you want
type = A
movetype = I
physics = N
anim = 40 ; these is the jump anim
velset = 0,0
ctrl = 1


[State 0, ]
type = VarSet
trigger1 = Time = 0
sysvar(1) = 0

[State 0, ]
type = VarSet
trigger1 = command = "holdfwd"
sysvar(1) = 1

[State 0, ]
type = VarSet
trigger1 = command = "holdback"
sysvar(1) = -1

[State 0, ]
type = VelSet
trigger1 = animtime = 0
x = ifelse(sysvar(1)=0, const(velocity.jump.neu.x), ifelse(sysvar(1)=1, const(velocity.jump.fwd.x), const(velocity.jump.back.x)))
y = const(velocity.jump.y)*1.3 ; you can change these value, to make it fit how you want the superjump

[State 7777777] ;Dust Spark
type = explod
trigger1 = Animelem = 1 ; the first sprite of the anim
anim = 1213 ; the anim of the dust
pos = -155,-208 ; the position, maybe you need to adjust these
sprpriority = 4
ownpal = 1

[State 0, ]
type = ChangeState
trigger1 = animtime = 0
value = 50
ctrl = 1
»ĐΣΛTĦŞTØRM«

Offline Fallen_Angel

  • Global Moderator (out of the office)
  • *****
  • Posts: 1358
  • Last Login:July 04, 2012, 03:11:05 PM
    • Email
Re: Super Jump Assistance
« Reply #7 on: February 04, 2009, 09:30:50 AM »
add these on statedef -2

[State -2,2]
type = Veladd
triggerall =command = "holdfwd"
triggerall = prevstateno = 700
trigger1 = stateno = 50
x = .2

[State -2,2]
type = Veladd
triggerall =command = "holdback"
triggerall = prevstateno = 700
trigger1 = stateno = 50
x = -.2

just change the x value


sig made by shullbocka

Tags:
 


* IMT Facebook

Help us by Donating!

IMT Discord

Join us at our Discord! Click the image below!

* IMT Shoutbox

Sorry, this shoutbox does not exist.

* Recent Posts

Virtual Bart Science Fair by Lord_Enemil
[Today at 08:23:51 PM]


Classic VS : Cheng / Athena by ELECTRO
[June 13, 2024, 03:03:58 PM]


Marvel vs. Capcom: Eternity of Heroes REMAKE Game Update 1.3.0 - N.A.O.H. by Uche_of_IMT
[June 10, 2024, 11:25:24 PM]


Street Fighter Spec Ops 2021 by O Ilusionista
[June 08, 2024, 01:36:06 PM]


Lasombra's IKEMEN Go Interactive Stages' WIP Topic and Releases by Lasombra Demon
[June 06, 2024, 07:34:10 PM]


Kirby the Dream Battle by O Ilusionista
[June 06, 2024, 01:04:12 PM]


Neo Geo Pocket by malevka2
[June 05, 2024, 10:53:57 AM]


[WIP] Pocket Dimensional Clash 2 by O Ilusionista
[June 03, 2024, 03:18:12 PM]


[BOR] _Avengers United Battle Force_ by O Ilusionista
[June 03, 2024, 03:13:51 PM]


Mega Man & Bass - Dynamo Man by Sir Rousseau by O Ilusionista
[June 03, 2024, 03:09:50 PM]

* IMT Calendar

June 2024
Sun Mon Tue Wed Thu Fri Sat
1
2 3 4 5 6 7 8
9 10 11 12 13 14 [15]
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30

No calendar events were found.
SimplePortal 2.3.5 © 2008-2012, SimplePortal