Hi guys.Well, i'm currently working on my first MUGEN stage, and i have some questions:1) is it possible to have a sprite (or animation) appear, then disappear, then reappear in random spots?3) speaking of random, is it possible to use random variants when creating a stage?2) how do you code an animation so that it moves a circular movement?that's all i have for now, thanks for your help in advance!
You need to use BGCrtls, to do most of your questions, for the circular movement you need a BGCtrl with a sin.
Larry Fine said, October 27, 2009, 12:21:46 amHi guys.Well, i'm currently working on my first MUGEN stage, and i have some questions:1) is it possible to have a sprite (or animation) appear, then disappear, then reappear in random spots?3) speaking of random, is it possible to use random variants when creating a stage?2) how do you code an animation so that it moves a circular movement?that's all i have for now, thanks for your help in advance!1) Yes it is possible if you used the same sprite or animation and used start = ?? putting the animation in different areas in the stage using trans also to animate the image disappearing and reappearing, of course doing this you would have to use multiple animations using the same sprites but different starting and ending times. If you don't understand just PM and I'll explain better.2) You'd have to explain that better please. 3) You'd have to use BGCtrls for that or you could manual put the sprite in so many times chasing the x & y values in fighter factory but that would take some time.Hope this helps, and again if you don't understand what I meant just PM me and I'll explain better there.