YesNoOk
avatar

Help need by Mugen Intro with Button push! (Read 825 times)

Started by DOY, October 28, 2014, 09:02:30 am
Share this topic:

DOY

Help need by Mugen Intro with Button push!
#1  October 28, 2014, 09:02:30 am
  • *
  • Doy the abandoned student of Akuma
    • Germany
    • http://www.actioncom.de/
Hi Guys

... i dont know where to post this, also i try here.


Can some One tell me is it posible and how is it posible:
 - to made a Animation like Street Fighter Alpha 3 push than a button and change from Animation into a Intro Movie with Story  ?

I wish to made this but have no idea how, if some one can help me is it welcome  :yes:

Sheng Long is Goukens buddy and not the same person!!!
Last Edit: October 28, 2014, 08:57:44 pm by DOY
Re: Help need by Mugen Intro with Button push!
#2  October 29, 2014, 09:04:52 pm
  • ****
  • English fluency I am swear!
    • Canada
I'm not sure what you're asking here...
You wish to have a Mugen intro that switches animation upon a button press?
Quote
And "Reality" is unveiled.
What did it want . . .
What did it see . . .
What did it hear . . .
What did it think . . .
What did it do . . .

DOY

Re: Help need by Mugen Intro with Button push!
#3  October 30, 2014, 02:24:18 am
  • *
  • Doy the abandoned student of Akuma
    • Germany
    • http://www.actioncom.de/
i wanna made a Chrackter Intro like in Street Fighter Alpha 3
where information from the fighters personal Data are moving.
In the Box down is some information to seen (written - animation)
and press start is blinking:



Spoiler, click to toggle visibilty
(I know it is posible to push a button for next animation)

...when the Player now push a button this should change to a Stroy Video


The Story Video is like a normal  Ending

[Begin Action 0]
0,0, 0, 0, 2                           
0,1, 0, 0, 2   
0,2, 0, 0, 2   

but i only know to made some animations or a Story Video
And i ask now:
"how can I combine the two?"
and
"How do I do that it works with a Key release?"

EDIT:

@Lith
Quote
i moved your topic Help need by Mugen Intro with Button push! to M.U.G.E.N Development Help about a minute ago
Thank you so much !

...

Sheng Long is Goukens buddy and not the same person!!!
Last Edit: October 30, 2014, 03:28:30 am by DOY
Re: Help need by Mugen Intro with Button push!
#4  October 30, 2014, 06:55:23 am
  • ***
    • USA
The best way would be to find that character and look at the intro.def.
It's going to have all of the parts to what you want to do. Maybe not how your text will show up and move, but the overall structure.
           

DOY

Re: Help need by Mugen Intro with Button push!
#5  October 30, 2014, 01:21:34 pm
  • *
  • Doy the abandoned student of Akuma
    • Germany
    • http://www.actioncom.de/
for first it would be nice to know how i can made: that a key press works to show the next animation

Sheng Long is Goukens buddy and not the same person!!!
Re: Help need by Mugen Intro with Button push!
#6  October 30, 2014, 02:08:21 pm
  • ****
  • Hey.
    • Ukraine
    • mugencoder.com

  • Online
That wouldn't work with intro.def. You'd end up just skipping it by pressing buttons. You'd have to do this in the normal intro state, extending the time with an AssertSpecial with flag=intro persisted throughout. In addition, the ONLY button you'd be able to use to go to the next animation would be "Start." If you press any other button, it will skip the intro. That's just how mugen is unfortunately.

-[Все слова это только слова.]-

DOY

Re: Help need by Mugen Intro with Button push!
#7  October 30, 2014, 02:51:58 pm
  • *
  • Doy the abandoned student of Akuma
    • Germany
    • http://www.actioncom.de/

Sheng Long is Goukens buddy and not the same person!!!
Last Edit: October 30, 2014, 06:45:09 pm by DOY
Re: Help need by Mugen Intro with Button push!
#8  November 01, 2014, 12:15:47 am
    • Japan
    • sheng.long2@gmx.de
I search some thing familar and i try it with Marios intro and it is not over press a button is only change by time.

Now my questions:

1st) Is it possible, to intercept the key presses of the punch and kick buttons, so we can stop skip the Video?

2nd) Give it than a code, who make  X-button start the next animation frame?

3rd) Is it possible to control a part by pushing a button and show frame to frame and than another by time to run a animation?

DOY

Re: Help need by Mugen Intro with Button push!
#9  November 01, 2014, 12:21:20 am
  • *
  • Doy the abandoned student of Akuma
    • Germany
    • http://www.actioncom.de/
With the Intro from N64Mario i mean the Street Fighter Alpha Intro Style !

But what you mean i search too.

I wanna made a nomal SFA3 look Intro with pushing a button and the Text on button change to next lines like in real SFA3.
( Thats better why not every one read in same speed ( i am slow ) )

and when the normal SFA3 Style is finish i wanna change to another Animation with a Video of Sheng Long.

Sheng Long is Goukens buddy and not the same person!!!
Re: Help need by Mugen Intro with Button push!
#10  November 01, 2014, 12:25:59 am
    • Japan
    • sheng.long2@gmx.de
I wanna have this for all my Street Fighter Alpha3 Chars.

I search a lot of INTRO TUTORIALS but all show only an explain of this style animation:

[Begin Action 0]
0,0, 0, 0, 2                           
0,1, 0, 0, 2   
0,2, 0, 0, 2   
0,3, 0, 0, 2   

But i wonder how Mario made the moving Elements?!
I only can made a full Window animation picture by picture *frustration*