YesNoOk
avatar

How to make a slash effect behind character? (Read 1558 times)

Started by Zelen, February 08, 2015, 02:50:08 am
Share this topic:
How to make a slash effect behind character?
#1  February 08, 2015, 02:50:08 am
  • avatar
  • *
    • China
    • jack567720@yahoo.com.tw

this is the first time for my new topic here, also a novice for making MUGEN char :blank:
As shown in figure, I had a problem for making a slash effect behind character
I copied DMC4 Dante's code below:

[State 210, ];
type = Explod
trigger1 = animelem = 4
anim = 211
facing = 1
postype = p1
pos = 17,7
scale = 1,1
sprpriority = 3
ontop = 1
ownpal = 1
bindtime = -1
ID = 210
removeongethit = 1
Re: How to make a slash effect behind character?
#2  February 08, 2015, 03:11:57 am
  • **
  • Furry Fighting Game Trash
    • Canada
Click the link if you want to know what it is....
Spoiler, click to toggle visibilty

^ This part of the code shows you what layer the sprite will appear in, I always use the number under -1 just to be safe.
Re: How to make a slash effect behind character?
#3  February 08, 2015, 03:27:17 am
  • avatar
  • *
    • China
    • jack567720@yahoo.com.tw
Click the link if you want to know what it is....
Spoiler, click to toggle visibilty

^ This part of the code shows you what layer the sprite will appear in, I always use the number under -1 just to be safe.

thank u so much :)
I changed ontop = 1 to 0 and changed 210&211's sprpriority. Now I solved them :D