Hi Guys,
I building a Tower Defense game and I'd like it to have a control scheme similar to Kingdom Rush but I'm unable to figure out how to do it.<img src="smileys/smiley19.gif" border="0" align="middle" />
For those not familiar with Kingdom Rush, the behavior I'm looking for is this one.
1-The player click on a predefined building spot on the map
2-A build menu appear over the predefined building spot.
3-By clicking on one of the option of the build menu. A Tower is built over the building spot.
I'm able to do part 1 and 2, but I can't find the way to make part 3 works.
I tried to store the UID of the buidling spot in a variable and use it to set where the tower is built but to no avail. The CAPX file is here.
heroes-cards.com/Kingdom_rush_controls.capx
Any help will be greatly appreciated<img src="smileys/smiley4.gif" border="0" align="middle" />
Thanks a lot.