YesNoOk
avatar

Problem with placement (Read 191 times)

Started by Trinitronity, March 04, 2013, 09:44:41 pm
Share this topic:
Problem with placement
#1  March 04, 2013, 09:44:41 pm
  • *****
  • Back to the Beginnings
    • Skype - trinitro.man

  • Online
I finally decided to ise KOD's template, and I modified it for my needs.
It works, but it appears rather weirdly:
Code:
[State 8002, Explod]
type = Explod
trigger1 = Time = 0
Anim = 8002
pos = Ifelse(Teamside = 1,-50, 50),0 ;The position of the groove,change it according to where you want to put it)
postype = p1
ownpal = 1
bindtime = -1
pausemovetime = -1
supermove = 1
facing = Ifelse(Teamside = 1,1,-1)
ontop = 1
ID = 8002
scale = .5,.5
I want them to appear in the same position like the Groove labels in Warusaki's chars, but his chars use a different position system.
Can some help me out there please? I mainly don't know, how to edit that Teamside thing. The second number seems to be the y position.
Thanks in advance!
I make characters RP-styled (Current WIP: Marisa):
http://mugenguild.com/forum/topics/marisarp-150600.0.html
Touhou database (by Ryouchi):
http://mugenfreeforall.com/index.php?/topic/8257-touhou-project/
you are all small and can't grow manly sideburns
Re: Problem with placement
#2  March 05, 2013, 08:45:59 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
teamside is just being used in an ifelse to define facing and X pos. If you wanna move it up or down, change the 0 to something else. If you want to move it side/side. Change the 50.


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: Problem with placement
#3  March 05, 2013, 07:47:54 pm
  • *****
  • Back to the Beginnings
    • Skype - trinitro.man

  • Online
Groovy! Thanks.
I make characters RP-styled (Current WIP: Marisa):
http://mugenguild.com/forum/topics/marisarp-150600.0.html
Touhou database (by Ryouchi):
http://mugenfreeforall.com/index.php?/topic/8257-touhou-project/
you are all small and can't grow manly sideburns