Hi,
In my game, when click on tower place, i set towerID global variable with clicked tower.
then menu of my type of towers shown over selected tower and it has 4 towers type.
by click on any tower type , i need to set the tower on tower place with that, in my work, it work good, but the other tower place set too,
How do I set instance variables with uid? Or better idea?
my instance variable for each tower place are : Health = 100 , empty = true, damage = false, type = nothing .