Hi team
This is my first post, and I loved Construct. Congrats.
-
I would like to know what frames of the sprite is the black rectangle touching.
You can use a Log to see the frames overlapping.
Please, see attached image.
Thanks a lot.
Develop games in your browser. Powerful, performant & highly capable.
Use AnimationFrame expression.
BlackBar is overlapping Sprite -> Log set text to "Frame:" & Sprite.AnimationFrame
If the bar is overlapping two sprite, you can use "For each Sprite" loop.