Question by
oskarlarsen7 · Apr 02, 2019 at 09:34 PM ·
android2dmobiletouch
Spawning enemies after death help
So right now I'm creating an Android game called BossTap https://gyazo.com/4e43d044072670612b60536e9b526920 Basically a monster is in front of you, you tap it to damage it, it dies and you gain money and can upgrade with that money to damage more and so on. I know how to make shops and do more damage and all the other stuff I need to make this game. Only problem is that I have no idea in how to spawn a new enemy after killing one. I've tried alot of stuff.
//Help with this if you got more time// Right now my enemy is basically a button that's how I made the health go down 10 from every click, don't know if making the enemy a button is a smart move, could use some advice
Comment