Hi
I am new here :)
I have just started learning. Going through the 'How to make a platform game' tutotial, while testing away on my own.
I have a simple problem in a simple scenario:
PlayerBox -> On collision with Enemy
PlayerBox -> Is falling -> Destroy Enemy
The problem is nothing happens with the enemy.
Example below works fine, but of course destroys enemy on every type of collision.
PlayerBox -> On collision with Enemy -> Destroy Enemy
capx file: ak47.dk/construct/projekt.capx
(edit: typo)