YesNoOk
avatar

Helper sprpriority=-5 don't work (Read 374 times)

Started by Hannah Montana Forever, March 02, 2010, 10:57:30 pm
Share this topic:
Helper sprpriority=-5 don't work
#1  March 02, 2010, 10:57:30 pm
  • **
  • SuperStar
Hello, I added a helper with these parameters:


[State 523, Helper]
trigger1= time = 0
stateno = 526
helpertype = normal
postype = p1
ownpal = 1
ontop = 0
sprpriority = -5
;;

The sprpriority -5 is for the helper appear behind both players, but this don't work.
the helper :

[Statedef 526]
Type = S
Movetype = A
anim = 529
velset = 0,0
ctrl = 0

;[]
Thank you.

Bea

Re: Helper sprpriority=-5 don't work
#2  March 02, 2010, 11:03:20 pm
  • *****
  • A paragon of purity, chastity and innocence
    • Brazil
    • www.smeenet.org
Hello, I added a helper with these parameters:


[State 523, Helper]
trigger1= time = 0
stateno = 526
helpertype = normal
postype = p1
ownpal = 1
ontop = 0
sprpriority = -5
;;

The sprpriority -5 is for the helper appear behind both players, but this don't work.
the helper :

[Statedef 526]
Type = S
Movetype = A
anim = 529
velset = 0,0
ctrl = 0
sprpriority = -5

;[]
Thank you.

There!
To quote Lt. Frank Drebin: "Cheer up, Ed. This is not goodbye. It's just I won't ever see you again."

All your MFG bandwidth is belong to me.
Re: Helper sprpriority=-5 don't work
#3  March 02, 2010, 11:11:41 pm
  • **
  • SuperStar
Then:

[State 523, Helper]
trigger1= time = 0
stateno = 526
helpertype = normal
postype = p1
ownpal = 1
ontop = 0
sprpriority = -55 ; this line don't do nothing, don't work right?

[Statedef 526]
Type = S
Movetype = A
anim = 529
velset = 0,0
ctrl = 0
sprpriority = -5 ;<--ok

thank you by your reply

Bea

Re: Helper sprpriority=-5 don't work
#4  March 02, 2010, 11:46:34 pm
  • *****
  • A paragon of purity, chastity and innocence
    • Brazil
    • www.smeenet.org
Yes.

For the helper, you need to define the sprpriority at the statedef or by using the sctrl sprpriority within it's state.
To quote Lt. Frank Drebin: "Cheer up, Ed. This is not goodbye. It's just I won't ever see you again."

All your MFG bandwidth is belong to me.