Hi,
I downloaded the example file from this post and copied it.
https://community.stencyl.com/index.php/topic,50691.msg280393.html#msg280393I just adjusted it a bit so that it is now an actor behavior. In a newly created game it works fine. The actors explode as they should. The behavior use the image api.
However, when I add this actor behavior to my current game, it doesn't work!
When I paste it in my play scene it doesn't work. If I create another Scene it works. Damn!
Actors are the same,
collision groups are the same,
physics settings are the same.
Project is cleaned.
But the actor just doesn't explode. He just disappears. So he gets "killed".
It works:
- In a new created game
- In a new created scene of my current game
It doesn't work:
- in the play scene of my current game
I do not understand that. Why does everything work in a newly created game/scene and my current play scene doesn't?!
Does anyone have an idea what else could it be? Where is the difference in the scenes?
Thomas