Jump to content
  • 0

Stage help


ShiniGami NoMeresu

Question

A sprite/animation shows in front of character in stage
How to make it happen
i added a fog in a stage

code was

[bG cloud]


type = normal
spriteno = 9,0
start = 3, 118
delta = 2,2
trans = add
mask = 1
tile = 1,0
velocity = -5,0

wanted it to show up in front of everything even players.
Added "layer=1" not working
Have set type in FF3 as Foreground, but still did not work

 

 

Then i made an animation, thought that would work

[bG Fog]
type= anim
actionno = 3
start = -260, 102
delta = 1,1
trans = None
mask = 1


; FOg
[begin Action 3]
9,0, 0,0, 3, , A
9,0, -4,0, 3, , A
9,0, -8,0, 3, , A
9,0, -12,0, 3, , A
9,0, -16,0, 3, , A
9,0, -20,0, 3, , A
9,0, -24,0, 3, , A
9,0, -28,0, 3, , A
9,0, -32,0, 3, , A
9,0, -36,0, 3, , A
9,0, -40,0, 3, , A
9,0, -44,0, 3, , A
9,0, -48,0, 3, , A
9,0, -52,0, 3, , A
9,0, -56,0, 3, , A
9,0, -60,0, 3, , A
9,0, -64,0, 3, , A
9,0, -68,0, 3, , A
9,0, -72,0, 3, , A
9,0, -76,0, 3, , A
9,0, -80,0, 3, , A
9,0, -84,0, 3, , A
9,0, -88,0, 3, , A
9,0, -92,0, 3, , A
9,0, -96,0, 3, , A
9,0, -100,0, 3, , A
9,0, -104,0, 3, , A
9,0, -108,0, 3, , A
9,0, -112,0, 3, , A
9,0, -116,0, 3, , A
9,0, -120,0, 3, , A
9,0, -124,0, 3, , A
9,0, -128,0, 3, , A
9,0, -132,0, 3, , A
9,0, -136,0, 3, , A
9,0, -140,0, 3, , A
9,0, -144,0, 3, , A
9,0, -148,0, 3, , A
9,0, -152,0, 3, , A
9,0, -156,0, 3, , A
9,0, -160,0, 3, , A
9,0, -164,0, 3, , A
9,0, -168,0, 3, , A
9,0, -172,0, 3, , A
9,0, -176,0, 3, , A
9,0, -180,0, 3, , A
9,0, -184,0, 3, , A
9,0, -186,0, 3, , A
9,0, -190,0, 3, , A
9,0, -194,0, 3, , A
9,0, -198,0, 3, , A
9,0, -202,0, 3, , A
9,0, -204,0, 3, , A
9,0, -210,0, 3, , A
9,0, -214,0, 3, , A
9,0, -216,0, 3, , A
9,0, -220,0, 3, , A

here also added 'layer" and set the type to foreground but did not work
Any help?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...