Question about touching (changing image, like buttons)
Hello GS
My question about this is:
Can I make like the Level Select template (with the backgrounds, level boxes -1,2,3..-, etc) and then make a button (apart) with the effect of touch, and then make an invisible actor on the level 1 box, and when someone touches it, make the other button (the apart one, touch) appear?
Or do I need to make just the backgrounds and 2 buttons (normal and touch)
I am about to do this, but I dont want to waste time if this is not possible (the first thing I said)
PS: Sorry for my english![:p :p](http://forums.gamesalad.com/plugins/emojiextender/emoji/twitter/tongue.png)
And thanks in advance.
My question about this is:
Can I make like the Level Select template (with the backgrounds, level boxes -1,2,3..-, etc) and then make a button (apart) with the effect of touch, and then make an invisible actor on the level 1 box, and when someone touches it, make the other button (the apart one, touch) appear?
Or do I need to make just the backgrounds and 2 buttons (normal and touch)
I am about to do this, but I dont want to waste time if this is not possible (the first thing I said)
PS: Sorry for my english
![:p :p](http://forums.gamesalad.com/plugins/emojiextender/emoji/twitter/tongue.png)
And thanks in advance.
Comments
so again, Can I make it with a background.png with several "buttons" (just drawed), and have another button.png and make an invisible actor on one of the buttons and when touched, appears my button.png and when released, put the normal background.png?
Sorry. I misinterpretted the problem.
In the one you touch: When touch is pressed on one, change a game attribute to 1.
In the one that becomes visible: When game attribute is 1, make visible.
In the one you touch: When touch is released, change the game attribute to 0
In the one that becomes visible: When game attribute is 0, make invisible.
Asymptoteell
If that wasn't the problem, I'll see if I can help with whatever you are having trouble with.