im having trouble stopping enemys from spawning at certain levels. https://arcade.makecode.com/S54843-89948-08494-07363 heres the code to check it out but they spawn just about at every level except the starting level
Are you using arrays?
Sorry I eventually figured it out but thanks for responding. :3
for people who came here because they are “new” and can’t ask stuff, the way to do this is to put the data for the enemy in a function and only have the enemies get called on levels that have them, then just tamper wit how many enemies are spawned. the rest yes, is arrays. there more detail on that in youtube.