YesNoOk
avatar

Vertical Intro for New York Stage of Yusuke (Read 894 times)

Started by MrSecuPupps, July 15, 2018, 01:24:58 pm
Share this topic:
Vertical Intro for New York Stage of Yusuke
#1  July 15, 2018, 01:24:58 pm
  • The Robot Puppet
  • I'm Secu. I make small edits to existing stuff.
    • Germany
Hey guys, how'za going? I need help with the "New York Stage" by Yusuke. I wanted to add an intro to it, like the "Requiem For A Celebration" Stage.

http://www.mediafire.com/file/my4efcag2oxvgu6/Requiem_For_A_Celebration.zip/file <- Requiem stage. This is it (I do not own it)
http://www.mediafire.com/file/3rrjs3r4tdkwt3y/yusuke%20new%20york.zip <- New York Stage. This is it (I do not own it)



It's this kind of vertical thing, from the top to the bottom and then again focus on the characters. I would like to have that in that stage too, but I have no clue how to make that. It would be nice if anyone could help me, thanks a bunch in advance!
May the Puppet protect everyone who is in danger!
Re: Vertical Intro for New York Stage of Yusuke
#2  July 15, 2018, 03:03:11 pm
  • ****
  • Retired
  • Terminally Online
    • New Zealand
    • network.mugenguild.com/devon/
Look up how to do bgctrls, give everything an id and use the id number in a zoffsetlink.

Note that the scrolling will still happen if you skip the intro.
Re: Vertical Intro for New York Stage of Yusuke
#3  July 15, 2018, 03:21:46 pm
  • The Robot Puppet
  • I'm Secu. I make small edits to existing stuff.
    • Germany
May the Puppet protect everyone who is in danger!
Re: Vertical Intro for New York Stage of Yusuke
#4  July 15, 2018, 03:27:42 pm
  • The Robot Puppet
  • I'm Secu. I make small edits to existing stuff.
    • Germany
Look up how to do bgctrls, give everything an id and use the id number in a zoffsetlink.

Note that the scrolling will still happen if you skip the intro.

Ok, i got the bgctrl to work, but the characters are moving with the scrolling from the top and bottom. How can I fix their positions so they don't move with it?
May the Puppet protect everyone who is in danger!
Re: Vertical Intro for New York Stage of Yusuke
#5  July 15, 2018, 03:56:15 pm
  • ****
  • Retired
  • Terminally Online
    • New Zealand
    • network.mugenguild.com/devon/
Okay, I used to do this for my scrolling intros:
Make a 10x10 transparent gif, put the gif in your sff and add this code at the top, filling the blanks
Code:
 
; Intro Scroll Fix
[bg spacer]
type = normal
spriteno =
delta = 1,1
tile = 0,0
mask = 1
id =
Re: Vertical Intro for New York Stage of Yusuke
#6  July 15, 2018, 04:08:35 pm
  • The Robot Puppet
  • I'm Secu. I make small edits to existing stuff.
    • Germany
Okay, I used to do this for my scrolling intros:
Make a 10x10 transparent gif, put the gif in your sff and add this code at the top, filling the blanks
Code:
 
; Intro Scroll Fix
[bg spacer]
type = normal
spriteno =
delta = 1,1
tile = 0,0
mask = 1
id =

Huh, ok I'm not sure if I can do that well, but I'll try...
May the Puppet protect everyone who is in danger!
Re: Vertical Intro for New York Stage of Yusuke
#7  July 15, 2018, 04:10:24 pm
  • The Robot Puppet
  • I'm Secu. I make small edits to existing stuff.
    • Germany
Okay, I used to do this for my scrolling intros:
Make a 10x10 transparent gif, put the gif in your sff and add this code at the top, filling the blanks
Code:
 
; Intro Scroll Fix
[bg spacer]
type = normal
spriteno =
delta = 1,1
tile = 0,0
mask = 1
id =

Also, must it be a gif, or do you mean a PNG?
May the Puppet protect everyone who is in danger!
Re: Vertical Intro for New York Stage of Yusuke
#8  July 15, 2018, 04:21:32 pm
  • The Robot Puppet
  • I'm Secu. I make small edits to existing stuff.
    • Germany
Okay, I used to do this for my scrolling intros:
Make a 10x10 transparent gif, put the gif in your sff and add this code at the top, filling the blanks
Code:
 
; Intro Scroll Fix
[bg spacer]
type = normal
spriteno =
delta = 1,1
tile = 0,0
mask = 1
id =

OMG I DID IT, it works! Thanks a bunch dude! It works, yay!
May the Puppet protect everyone who is in danger!