Hello im new in c2 i been chilling around with it and is time to ask some questions .
I was wondering if you could help me with ideas or telling me how to do these things:
1-
menu appears when touching oon x object : this shouldnt be an image, it should be like a container or smth with a bg image , and the selectable objects added (so i can add efects on them when selected)
look at 0:22 on this youtube video:
youtube.com/watch
smth like that.
2-
I needed to play a War Tank sound when tanks on screen, wich way is better?
a- Adding events so when tanks come inside screen then play sound , when it leaves stop sound (note, more than one sound playing at same time , but same sound
b- global variable, when tank goes inside screen, then add + 1 to variable, when it leaves, -1 to variable , then when variable is > than cero, play sound, when less than 1, stop sound (note just 1 sound)
I ask this cuz im not sure about how it works, if then option a is taking more resources than b or not.
For now just this....thanks you all