OK folks, hi. This is the first time i've not been able to find my query with either google or these forums and i'd really appreciate some help.
- TOP DOWN shooter.
- Player clears the level,
- the LEVEL Global ups by 1,
- NeedNewEnemy sets to 1 (which i was using to trigger my latest attempt)
- 3*(the current level number) of bad guys spawn, spread over the 20 spawn points, (SPAWNER_1, SPAWNER_2,3,4,5,6 etc)
My issue is two fold, 1 - making the bad guys spawn accross (as randomly as we can) the 20 spawn locations, and 2 creating a loop or whatever is needed to create the correct number 3*(level number)
If any can assist with any of this, that'd be really appreciated, I'm still REALLY n00by at this.