how do I make a wave of enemies in tower defense? That is needed to do it with an interval, for example: wait 5 seconds - first Wave with 5 enemies, wait 5 seconds, second Wave with 5 enemies, etc. such waves will be for example 3 and should end. Then these waves need to be increased as they pass.
Develop games in your browser. Powerful, performant & highly capable.
Use the timer behavior for the intervals. You can use global variables or an array to keep track of wave properties.
oosyrag, I use it with timer and global variable but probably I did it wrong. 'Cause work wrong. Could show me on event sheet?