Hi,
I want to do a little Plattformer. But I can't figure out, how to destroy a block if it get's hit from bottom.
I tried "is overlapping at offset(0,-1)", but it wan't work correctly.
Does anybody has some tipps?
becarefull of having use overlap on the good sprite .
set you'r offset on 0,1
mmh don't seems to work.
Now I can't run on the top of the blocks, canÄt even test jumping from below.
isn't X to the right, and Y to the bottom? I tought 0/-1 would be right but don't works correctly
(Horizontal,Vertical)
0,1 top
0,-1 bottom
1,0 left
0,1 right
make a screenshot or send the capx for i see what is wrong.
Develop games in your browser. Powerful, performant & highly capable.
ok I think the Problem is in the animation. When I deactivate the animation change, it won't happen (it also don't happens in my 3 lines test project).
Thanks for the info, then 0, -1 seems to be correct.