Sound Button
PRRP games
Member Posts: 27
Hey Guys,
I have a problem with my sound button.
When I press it, the Image of the turned on sound button change into the image of the turned of sound button.
Thats working well, but when I press it again it wont change back to the turned on sound button.
Somebody knows how to fix this?
Comments
You'll need to "show your work." That is, post the rules you're using. There could be a number of reasons that you haven't set it up correctly.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Rule:
When touch is released
do:
change image to turned of sound button
otherwise:
Change image to turned on sound button
See this: http://forums.gamesalad.com/discussion/56660/sound-switch-on-off
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
thanks, but it didn't solve my problem.
I only want to change te image back, and nothing with the sound.
Name your images 0 and 1
When touch is pressed
Change self.image to 1-self.image
Thnx!! Works perfect!