YesNoOk
avatar

Order of sprites (Read 4358 times)

Started by Akito, July 30, 2022, 05:30:05 pm
Share this topic:
Order of sprites
#1  July 30, 2022, 05:30:05 pm
  • ****
  • Osu!
  • Dragon Destiny Project
    • Brazil
Hey guys.



How can I leave the woman in front of the man?

[BG]; WOMAN
type = anim
actionno = 88 ; 888
start = -13,145
delta = .78,0.82
mask  = 1
layerno = 0
scalestart=0.45,0.45
zoomdelta=0.82

[Begin action 88]
88,1,0,0, 8
;88,2,0,0, 8
;88,1,0,0, 7
;88,2,0,0, 7
;88,1,0,0, 6
;88,2,0,0, 6
;88,1,0,0, 5
;88,2,0,0, 5
;88,1,0,0, 4
;88,2,0,0, 4
;88,1,0,0, 3
;88,2,0,0, 3
;88,1,0,0, 4
;88,2,0,0, 4
;88,1,0,0, 5
;88,2,0,0, 5
;88,1,0,0, 6
;88,2,0,0, 6
;88,1,0,0, 7
;88,2,0,0, 7

[BG]; MAN
type = anim
actionno = 888
start = -18,140                 ;-129,87
delta = .78,0.82         ;.78,0.82
mask  = 1
scalestart= 0.45,0.45       ;0.25,0.25
zoomdelta=0.82

; MAN
[Begin action 888]
888,1,0,0, 8
888,2,0,0, 8
888,1,0,0, 7
888,2,0,0, 7
888,1,0,0, 6
888,2,0,0, 6
888,1,0,0, 5
888,2,0,0, 5
888,1,0,0, 4
888,2,0,0, 4
888,1,0,0, 3
888,2,0,0, 3
888,1,0,0, 4
888,2,0,0, 4
888,1,0,0, 5
888,2,0,0, 5
888,1,0,0, 6
888,2,0,0, 6
888,1,0,0, 7
888,2,0,0, 7
Last Edit: July 30, 2022, 07:53:14 pm by Akito

!E

Re: Order of sprites
#2  July 30, 2022, 06:56:13 pm
  • avatar
  • **
    • Canada
put the woman code under the man like this


[BG]; MAN
type = anim
actionno = 888
start = -18,140                 ;-129,87
delta = .78,0.82         ;.78,0.82
mask  = 1
scalestart= 0.45,0.45       ;0.25,0.25
zoomdelta=0.82

[BG]; WOMAN
type = anim
actionno = 88 ; 888
start = -13,145
delta = .78,0.82
mask  = 1
layerno = 0
scalestart=0.45,0.45
zoomdelta=0.82
Re: Order of sprites
#3  July 30, 2022, 07:52:12 pm
  • ****
  • Osu!
  • Dragon Destiny Project
    • Brazil
Hi friend, nice to see you again, how are you?

Thanks for the tip, but I solved the problem doing it this way:

[BG 0]; MAN
type = anim
actionno = 888
start = -18,140                 ;-129,87
delta = .78,0.82         ;.78,0.82
mask  = 1
scalestart= 0.45,0.45       ;0.25,0.25
zoomdelta=0.82

[BG 01]; WOMAN
type = normal
actionno = 88 ; 888
start = -13,145
delta = .78,0.82
mask  = 1
scalestart=0.45,0.45
zoomdelta=0.82

[BG 0] for man and [BG 01] for woman, now the problem is soved.

!E

Re: Order of sprites
#4  July 30, 2022, 09:32:35 pm
  • avatar
  • **
    • Canada
Nice to see you too, glad you solved the problem.

hmmm... I thought the bottom code would be on front. that's how i do all my stages.