YesNoOk
avatar

rare akuma coding question (Read 621 times)

Started by amplafied015, December 28, 2007, 07:08:40 am
Share this topic:
rare akuma coding question
#1  December 28, 2007, 07:08:40 am
  • avatar
  • **
i don't know if any of you have the rare akuma character but when he stands and moves it looks like his body is *pulsing* if you will, do any of you know the coding to this?
http://youtube.com/watch?v=PrkS-lLv0EI
thats a link to what it looks like because i stink at giving examples
Re: rare akuma coding question
#2  December 28, 2007, 07:36:35 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Most likely it's a state -2 angledraw scaling him up then going back to normal again. Pretty simple through use of a varset and a var add

type = angledraw
trigger1 = 1
scale = fvar(1), fvar(1)

type = varset
trigger1 = var(1) > 1.1
fvar(1) = 1

type = varadd
trigger1 = var(1) < 2
fv = 1
value = 0.01

or something. Needs more tweaking but that will give you that effect.

It could also be a helper. I can't tell if it's transparent or not cos there's too much shit going on.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: rare akuma coding question
#3  December 28, 2007, 08:25:49 pm
  • avatar
  • **
*bows to you*
Last Edit: December 28, 2007, 08:31:56 pm by amplafied015
Re: rare akuma coding question
#4  December 28, 2007, 09:48:14 pm
  • avatar
  • **
hey i tried that coding in the statedef -2 area and it didn't work at all.
Re: rare akuma coding question
#5  December 29, 2007, 01:02:28 am
  • ****
  • Coming Soon?
open up Rarey and have a look in -2 land?

or ask Pots?


and don't double post btw
Latest Yoshi alpha ready for feedback Aug 15th check here for details...
Re: rare akuma coding question
#6  December 29, 2007, 02:03:00 am
  • ******
hey i tried that coding in the statedef -2 area and it didn't work at all.
Obviously you did it wrong.

Aside from that - it's most likely a helper. trigger1 = selfanimexist(parent,anim), type = changeanim, anim = parent,anim. Then Cyanide's code, and transparency for kicks. Something like that.
If I struggled to the end of my determination, to the end of my way of life with my followers, if the result is ruin, then this ruin is inevitable. Grieve. Shed tears. But you cannot regret.
Re: rare akuma coding question
#7  December 29, 2007, 11:43:22 am
  • ******
    • www.mugenguild.com/pots/
I didn't answer this earlier because I'd just give the lazy answer of "just copy State 77 and create a helper for that state". Which is what I did just now. :-X
Use anything you want from my works.  If you need to contact me use email, not private messages.
Re: rare akuma coding question
#8  January 04, 2008, 05:04:19 am
  • avatar
  • **
thank ya pots