YesNoOk
avatar

My Stage-Related Questions (Read 241 times)

Started by fer619, October 27, 2009, 12:21:46 am
Share this topic:
My Stage-Related Questions
#1  October 27, 2009, 12:21:46 am
  • ****
  • ANGRY BIRDS GONNA DESTROY DEM PIGZ!
    • Mexico
    • www.mugenevolution.co.uk/fer619/
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!

Re: My Stage-Related Questions
#2  October 27, 2009, 05:24:59 pm
  • ****
  • MadkaT Was Here
    • Guernsey
    • a@b.xxx
    • Skype - admin
    • madkat.webng.com
You need to use BGCrtls, to do most of your questions, for the circular movement you need a BGCtrl with a sin. :P
<- Foros Mugen en espaƱol. And also English forums.
Re: My Stage-Related Questions
#3  October 27, 2009, 08:49:02 pm
  • *****
  • Hedgehog Whisperer
  • Red Bull addict
    • Spain
    • xgargoyle.mgbr.net
It's impossible to add random events to stages, unless you code them embedded into your characters.
XGargoyle: Battle posing since 1979
http://xgargoyle.mgbr.net
http://www.pandorabots.com/pandora/talk?botid=e71c0d43fe35093a  <-- Please click that link
Re: My Stage-Related Questions
#4  October 27, 2009, 09:04:47 pm
  • *****
  • JoJo is boring
    • USA
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!
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. :P

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.