scroll 1 for entities (solved)

jonsilva

New member
hello...
Is there a new option for the command (scroll) used on entities ?
iam using scroll 1 on a type none entitie... the entitie scrolls down instead of foward  as soon as it spawns
iam using v3.0_Build_4085

manual
scroll {value}
~Used to make non panel typed entities scroll like panel type.
~{value} is in decimals.

name arrow2
type none
scroll 1
setlayer 2000
lifespan 10





anim idle
delay 15
loop 1
offset 50 30
frame data/chars/misc/junk/arrow/arrow2.gif
sound data/sounds/go.wav
frame data/chars/misc/junk/arrow/empty.gif
frame data/chars/misc/junk/arrow/arrow2.gif
frame data/chars/misc/junk/arrow/empty.gif

anim spawn
#delay 200
delay 5
loop 0
offset 50 30
frame data/chars/misc/junk/arrow/empty.gif

the levels as no bgspeed

spawn  arrow2
coords  230 250
at      0
 
Back
Top Bottom