collapse

Author Topic: How do you add a Hyper Portrait to a Character  (Read 1270 times)

0 Members and 5 Guests are viewing this topic.

Offline Super Senseless Violent Man

  • Forum Member
  • ***
  • Posts: 295
  • Last Login:August 20, 2009, 11:12:08 AM
  • Yep, into Kingdom Hearts now.
How do you add a Hyper Portrait to a Character
« on: November 19, 2007, 07:47:58 PM »
How do you do it?  8=|


Formely know as "Radical Rex, Optimus Prime, Sonniku, and Chuck Norris, Riku, but will always be know as Radical Rex!"
Sig by "TheLantern"
RiP-Reu-RiP-Danny

Offline Super Senseless Violent Man

  • Forum Member
  • ***
  • Posts: 295
  • Last Login:August 20, 2009, 11:12:08 AM
  • Yep, into Kingdom Hearts now.
Re: How do you add a Hyper Portrait to a Character
« Reply #1 on: November 23, 2007, 02:20:41 PM »
bump  :-w
Formely know as "Radical Rex, Optimus Prime, Sonniku, and Chuck Norris, Riku, but will always be know as Radical Rex!"
Sig by "TheLantern"
RiP-Reu-RiP-Danny

Offline Fallen_Angel

  • Global Moderator (out of the office)
  • *****
  • Posts: 1358
  • Last Login:July 04, 2012, 03:11:05 PM
    • Email
Re: How do you add a Hyper Portrait to a Character
« Reply #2 on: November 23, 2007, 03:20:00 PM »
 :rulez: you're being to vague

I dont know if you mean how to make the image or how to make the code in the char ???


sig made by shullbocka

Offline Super Senseless Violent Man

  • Forum Member
  • ***
  • Posts: 295
  • Last Login:August 20, 2009, 11:12:08 AM
  • Yep, into Kingdom Hearts now.
Re: How do you add a Hyper Portrait to a Character
« Reply #3 on: November 23, 2007, 06:30:58 PM »
:rulez: you're being to vague

I dont know if you mean how to make the image or how to make the code in the char ???

Image
Formely know as "Radical Rex, Optimus Prime, Sonniku, and Chuck Norris, Riku, but will always be know as Radical Rex!"
Sig by "TheLantern"
RiP-Reu-RiP-Danny

Offline nick09

  • Contributor
  • ****
  • Posts: 3481
  • Last Login:December 21, 2011, 10:16:38 PM
  • Avatar Credit to CD.
    • Nick09's creations
    • Email

Offline Super Senseless Violent Man

  • Forum Member
  • ***
  • Posts: 295
  • Last Login:August 20, 2009, 11:12:08 AM
  • Yep, into Kingdom Hearts now.
Formely know as "Radical Rex, Optimus Prime, Sonniku, and Chuck Norris, Riku, but will always be know as Radical Rex!"
Sig by "TheLantern"
RiP-Reu-RiP-Danny

Offline Error Macro

  • Never finishes anything
  • MUGEN Content Architect
  • *****
  • Posts: 1861
  • Country: United States us
  • Last Login:May 30, 2022, 05:37:56 AM
    • :)
    • Email
Re: How do you add a Hyper Portrait to a Character
« Reply #6 on: November 23, 2007, 11:53:43 PM »
Make an explod using the Hyper Portrait's anim.

[State 3000, Hyper Portrait]
type = explod
trigger1 = AnimElem = ?
anim = 1080
postype = back
sprpriority = -3
supermovetime = -1
removetime = 70
pos = 0,0
bindtime = -1
removeongethit = 1

For the anim use this. (Note: you should change the sprites number)

[Begin Action 1080]
740,1, -200,0, 1
740,1, -180,0, 1
740,1, -160,0, 1
740,1, -150,0, 1
740,1, -140,0, 1
740,1, -130,0, 1
740,1, -115,0, 1
740,1, -100,0, 1
740,1, -90,0, 1
740,1, -80,0, 1
740,1, -70,0, 1
740,1, -60,0, 1
740,1, -40,0, 1
740,1, -38,0, 1
740,1, -34,0, 1
740,1, -32,0, 1
740,1, -30,0, 1
740,1, -28,0, 1
740,1, -26,0, 1
740,1, -24,0, 1
740,1, -22,0, 1
740,1, -20,0, -1

Offline Super Senseless Violent Man

  • Forum Member
  • ***
  • Posts: 295
  • Last Login:August 20, 2009, 11:12:08 AM
  • Yep, into Kingdom Hearts now.
Re: How do you add a Hyper Portrait to a Character
« Reply #7 on: November 24, 2007, 12:18:33 AM »
Make an explod using the Hyper Portrait's anim.

[State 3000, Hyper Portrait]
type = explod
trigger1 = AnimElem = ?
anim = 1080
postype = back
sprpriority = -3
supermovetime = -1
removetime = 70
pos = 0,0
bindtime = -1
removeongethit = 1

For the anim use this. (Note: you should change the sprites number)

[Begin Action 1080]
740,1, -200,0, 1
740,1, -180,0, 1
740,1, -160,0, 1
740,1, -150,0, 1
740,1, -140,0, 1
740,1, -130,0, 1
740,1, -115,0, 1
740,1, -100,0, 1
740,1, -90,0, 1
740,1, -80,0, 1
740,1, -70,0, 1
740,1, -60,0, 1
740,1, -40,0, 1
740,1, -38,0, 1
740,1, -34,0, 1
740,1, -32,0, 1
740,1, -30,0, 1
740,1, -28,0, 1
740,1, -26,0, 1
740,1, -24,0, 1
740,1, -22,0, 1
740,1, -20,0, -1

Not to be a NUB but where do you put this code?
Formely know as "Radical Rex, Optimus Prime, Sonniku, and Chuck Norris, Riku, but will always be know as Radical Rex!"
Sig by "TheLantern"
RiP-Reu-RiP-Danny

Offline Error Macro

  • Never finishes anything
  • MUGEN Content Architect
  • *****
  • Posts: 1861
  • Country: United States us
  • Last Login:May 30, 2022, 05:37:56 AM
    • :)
    • Email
Re: How do you add a Hyper Portrait to a Character
« Reply #8 on: November 24, 2007, 12:25:21 AM »
The explod goes in the hyper state.

The Animation goes in the air file.

Offline Super Senseless Violent Man

  • Forum Member
  • ***
  • Posts: 295
  • Last Login:August 20, 2009, 11:12:08 AM
  • Yep, into Kingdom Hearts now.
Re: How do you add a Hyper Portrait to a Character
« Reply #9 on: November 24, 2007, 01:03:58 PM »
The explod goes in the hyper state.

The Animation goes in the air file.

Where is the hyper state?  :'(
Formely know as "Radical Rex, Optimus Prime, Sonniku, and Chuck Norris, Riku, but will always be know as Radical Rex!"
Sig by "TheLantern"
RiP-Reu-RiP-Danny

Offline Luis/Dshiznet

  • Infinity Regular
  • ****
  • Posts: 1277
  • Last Login:September 16, 2009, 04:58:10 PM
  • Aaron-sama
    • My myspace
    • Email
Re: How do you add a Hyper Portrait to a Character
« Reply #10 on: November 24, 2007, 01:10:46 PM »
The explod goes in the hyper state.

The Animation goes in the air file.

Where is the hyper state?  :'(
<.<

in the fing move that you want it to be in

Offline Super Senseless Violent Man

  • Forum Member
  • ***
  • Posts: 295
  • Last Login:August 20, 2009, 11:12:08 AM
  • Yep, into Kingdom Hearts now.
Re: How do you add a Hyper Portrait to a Character
« Reply #11 on: November 24, 2007, 01:43:48 PM »
The explod goes in the hyper state.

The Animation goes in the air file.

Where is the hyper state?  :'(
<.<

in the fing move that you want it to be in

Like the cmd right?
Formely know as "Radical Rex, Optimus Prime, Sonniku, and Chuck Norris, Riku, but will always be know as Radical Rex!"
Sig by "TheLantern"
RiP-Reu-RiP-Danny

Offline nick09

  • Contributor
  • ****
  • Posts: 3481
  • Last Login:December 21, 2011, 10:16:38 PM
  • Avatar Credit to CD.
    • Nick09's creations
    • Email
Re: How do you add a Hyper Portrait to a Character
« Reply #12 on: November 24, 2007, 02:59:29 PM »
The explod goes in the hyper state.

The Animation goes in the air file.

Where is the hyper state?  :'(
<.<

in the fing move that you want it to be in

Like the cmd right?

i think so.

Offline Luis/Dshiznet

  • Infinity Regular
  • ****
  • Posts: 1277
  • Last Login:September 16, 2009, 04:58:10 PM
  • Aaron-sama
    • My myspace
    • Email
Re: How do you add a Hyper Portrait to a Character
« Reply #13 on: November 24, 2007, 03:11:03 PM »
The explod goes in the hyper state.

The Animation goes in the air file.

Where is the hyper state?  :'(
<.<

in the fing move that you want it to be in

Like the cmd right?

i think so.
lol no..

silly, in the cns.. where the move code is.. you know.. where you want the hyper portrait to appear?

Offline Super Senseless Violent Man

  • Forum Member
  • ***
  • Posts: 295
  • Last Login:August 20, 2009, 11:12:08 AM
  • Yep, into Kingdom Hearts now.
Re: How do you add a Hyper Portrait to a Character
« Reply #14 on: November 24, 2007, 11:20:07 PM »
The explod goes in the hyper state.

The Animation goes in the air file.

Where is the hyper state?  :'(
<.<

in the fing move that you want it to be in

Like the cmd right?

i think so.
lol no..

silly, in the cns.. where the move code is.. you know.. where you want the hyper portrait to appear?
Thanks! For that I'll spare you!  ;D
Formely know as "Radical Rex, Optimus Prime, Sonniku, and Chuck Norris, Riku, but will always be know as Radical Rex!"
Sig by "TheLantern"
RiP-Reu-RiP-Danny

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

thunderstrike eric masterson by wacky thaxie
[September 26, 2024, 06:09:19 PM]


Classic VS : Balrog by ELECTRO
[September 25, 2024, 11:44:58 PM]


Justice League Seattle Stage by Vegaz by LightFlare
[September 23, 2024, 12:14:06 PM]


Ancient Gears Stage 1.1 & 1.0 by MatreroG
[September 20, 2024, 11:59:18 AM]


Justice League Metropolis Stage by Vegaz by LightFlare
[September 16, 2024, 11:57:49 AM]


Ultimate Mai Shiranui (FF2 & FF3) by nickfurry
[September 15, 2024, 02:27:53 AM]


Justice League Gotham Stage by Vegaz by LightFlare
[September 11, 2024, 09:41:42 AM]


Lasombra's IKEMEN Go Interactive Stages' WIP Topic and Releases by Lasombra Demon
[September 07, 2024, 03:06:46 AM]


MatreroG's Stages W.I.P. Concepts by MatreroG
[September 06, 2024, 01:27:09 PM]


Justice League Flash Stage by Vegaz by LightFlare
[September 03, 2024, 10:30:40 AM]

* IMT Calendar

September 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

SimplePortal 2.3.5 © 2008-2012, SimplePortal