YesNoOk
avatar

How can I change the size in a helper sprite? (Read 707 times)

Started by supergarrocha, August 01, 2010, 08:53:31 pm
Share this topic:
How can I change the size in a helper sprite?
#1  August 01, 2010, 08:53:31 pm
  • **
    • sites.google.com/site/mugensbestspritersintheworld/
Hello. My problem is that I want to use a helper's sprite that is too big compared with the char's sprites. I don't want to resize the helper's sprite because it looses a lot of quality.
So, is there a code or something like size = 0.5 or something that I can use a big sprite for the helper, but will be seen small in the fight?

2OS

Re: How can I change the size in a helper sprite?
#2  August 02, 2010, 12:26:55 am
  • ****
  • Ich schicke dich zur HOELLE ! ¡ ! ¡
    • Egypt
    • deuceovspadez.webs.com/
Yes, you have 2 options


Option 1 — Put the bolded parameters in your helper Sctrl

[State Shrink Helper]
type=helper
trigger1=1
id=id
stateno=stateno
size.xscale=0.5 ;
size.yscale=0.5 ; these are float parameters, meaning you can use decimals, set to your liking here


Option 2 — Put an AngleDraw directly in your helper

[Statedef 1000]
anim=anim

[State Shrink State]
type=angledraw
trigger1=1
scale=0.5,0.5 ; float parameters yet again


[ 052012 ] Inazumachi 181/256  /  deviantART   /  2OS Grafphicsxz  Dead Anims ( Orochi/Mizuchi )  /  608's FX Volume 3
Re: How can I change the size in a helper sprite?
#3  August 02, 2010, 08:07:01 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Please note that if you use the angledraw option your clsn boxes do not resize.


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: How can I change the size in a helper sprite?
#4  August 03, 2010, 05:09:26 pm
  • **
    • sites.google.com/site/mugensbestspritersintheworld/
Thank you 2OS and Cyanide. This will be very useful to me.  ;)
Re: How can I change the size in a helper sprite?
#5  August 06, 2010, 06:00:42 pm
  • *
  • New changes, new me!
What is a helper sprite?
Re: How can I change the size in a helper sprite?
#6  August 06, 2010, 06:23:46 pm
  • **
    • sites.google.com/site/mugensbestspritersintheworld/
What is a helper sprite?
It's helper's sprite with the 's.
In a Batman char for example, Robin can be his helper. Suposse Robin's sprites are thrice bigger than Batman's, the only way of using them is by doing what 2OS and Cyanide adviced me.
BTW I want to tell you that 2OS and Cyanide's advice worked perfectly well for me. Thank you 2OS and Cyanide.