frank99's Forum Posts

  • 3 posts
  • I registered a trial account and can use up to 50 events in total. However, some of my friends only got maximum 40 events for their trial account (see screen snapshot attached)

    Is there any policy change from Construct for the trial account or is there any problem with their account?

    Thanks!

  • You do not have permission to view this post

  • Thank you, plinkie. Both solutions worked. Now we know each sprite has a counter build-in :) Thanks!

  • My son (7th grade) is learning Construct 3 by watching online tutorials. Recently he had a problem as described below:

    • In the game, he spawns enemies every few seconds. A global variable is used tracking how many enemies are still alive.
    • A bomb can kill multiple enemies (by subtracting 3 from enemy health) at the same time if the enemies are in the explosion zone.
    • Once the enemies health reaches zero, the enemy count will subtract by 0.25

    The problem we had is that if the bomb kills lots of enemies (>6) at the same time, the global counter either did not change at all or only decrease by 0.25. The enemies did get destroyed correctly. The game ended up with the counter showing there were still enemies, but actually all enemies have been killed on the screen. When there were only a few enemies (<4) that got killed, the counter decreased as expected.

    Attached is a screen snapshot showing the enemy and bomb logic.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • 3 posts