Sound Button

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

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    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.

  • PRRP gamesPRRP games Member Posts: 27

    Rule:

    When touch is released

    do:

    change image to turned of sound button

    otherwise:

    Change image to turned on sound button

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
  • PRRP gamesPRRP games Member Posts: 27

    thanks, but it didn't solve my problem.
    I only want to change te image back, and nothing with the sound.

  • SocksSocks London, UK.Member Posts: 12,822

    @PRRP games said:
    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

  • PRRP gamesPRRP games Member Posts: 27
    edited January 2015

    Thnx!! Works perfect!

Sign In or Register to comment.