The Mugen Fighters Guild

Help => M.U.G.E.N Development Help => Topic started by: kiLabee on February 06, 2020, 05:59:23 am

Title: scaling a character in a custom hurt state?
Post by: kiLabee on February 06, 2020, 05:59:23 am
i have a cinematic super I am thinking of coding.

i know how to use a custom hurt state in mugen now and was wondering how to scale p2 smaller during certain frames??

I have seen other mugen characters use this for their cinematic supers i was wondering on how that was achieved?


Title: Re: scaling a character in a custom hurt state?
Post by: Kolossoni on February 06, 2020, 06:46:08 am
setangle & drawangle will be the best solution.
Title: Re: scaling a character in a custom hurt state?
Post by: kiLabee on February 16, 2020, 11:45:41 am
set angle and draw angle do what exactly?

Title: Re: scaling a character in a custom hurt state?
Post by: Odb718 on February 16, 2020, 01:03:58 pm
http://mugenguild.com/forum/mugen-class.415
look in
http://mugenguild.com/forum/topics/the-mugen-docs-master-thread-168949.0.html
for questions like that. You'll get far more than what the average user will post as a reply here.
My Sagat (http://tinyurl.com/sagat718) has some scaling on his Raging Tiger ultra.
Title: Re: scaling a character in a custom hurt state?
Post by: XGargoyle on February 16, 2020, 01:21:47 pm
Buu's back throw has the enemy shrinked and enlarged during the whole throw animation. It's an easy example of that being used in a non-cinematic situation
Title: Re: scaling a character in a custom hurt state?
Post by: kiLabee on February 17, 2020, 06:38:38 am
as always thanks for the replies my good sirs.

i will look into this ASAP.
you guys are always so helpful to me