I have an animated sprite, which should show a bit above the ground.
However, I cannot make it to showw up to begin with...what am I doing wrong?
[BG2, Ground Lights]
type = anim
actionno = 2
start = 0,0
delta = 0.65,1
mask = 1
velocity = 0,0
;tile = 1,0
;tilespacing = 0,0
[Begin Action 2]
2,0, 0,0, 8
2,1, 0,0, 8
I already disabled the ground sprite, tried both mask=0 and mask=1, also tried to move the animated sprite around, but no success... 
Please help me there. Thanks in advance!