YesNoOk
avatar

[SOLVED] Using a Background Controller (BGCtrlDef) to move background sprites? (Read 609 times)

Started by Krizalid99v2, November 13, 2011, 05:39:57 am
Share this topic:
[SOLVED] Using a Background Controller (BGCtrlDef) to move background sprites?
#1  November 13, 2011, 05:39:57 am
  • avatar
  • **
  • You must defeat Sheng Long to stand a chance
In the background of Balrog's Las Vegas stage in SSF2, there are two showgirls who continuously walk left and right within a small boundary as shown:



How would I use the Background Controllers to achieve the same effect on the stage I'm making for Mugen?

Thanks in advance.
Fighting games with emphasis on non-regular characters:
http://www.youtube.com/krizalid99v2
Last Edit: November 13, 2011, 06:09:28 am by Krizalid99v2
Re: Using a Background Controller (BGCtrlDef) to move background sprites?
#2  November 13, 2011, 06:07:27 am
  • avatar
  • **
  • You must defeat Sheng Long to stand a chance
Doesn't matter now I figured it out, the code is:

Code:
[BG Character]
type = anim
actionno =
id =
start =
delta =

[BGCtrlDef Loop/Reset]
looptime =
ctrlID =

[BGCtrl Walk Right]
type = VelSet
time =
x =

[BGCtrl Turn Around]
type = Anim
time =
value =

[BGCtrl Walk Left]
type = VelSet
time =
x =

[BGCtrl Turn Around]
type = Anim
time =
value =

[BGCtrl Walk Right]
type = Velset
time =
x =
Fighting games with emphasis on non-regular characters:
http://www.youtube.com/krizalid99v2