Hi guys, first of all thanks for a fantastic product ! love it although have only been working on it for a few days.
I am creating a tile based game and I place several enemies on the "board" at the start.
After the player moves I call a function to move the enemies (it's a turn-based game)
This is the block I'm using.
The problem is , after I destroy all the enemy sprites (after they get killed) the block doesn't trigger, i.e. the player sprite doesn't move
what happens to the MoveTo.is Moving condition after all the sprites get destroyed ? I assumed nothing is moving because no sprites exist !
Thanks in advance