Quick (hopefully) button question

goliathgoliath Member Posts: 1,440
edited November -1 in Working with GS (Mac)
Hey guys, I have a quick question (hopefully) that I thought some of you may be able to answer.

The problem: I have a "start button" that I want to change image when clicked (to make a player know they clicked that button... like a little animation blip....)

As it stands right now I have this rule:

When actor receives event (touch) then change image to the png file I have in the project...

For some reason it's not doing it..... No idea why. Any ideas would help me out a lot. Thanks.

Comments

  • gyroscopegyroscope I am here.Member, Sous Chef, PRO Posts: 6,598
    Really odd; nothing can go wrong there really. Have you tried to change it to a different image as a test? Could be something dodgy with that particular image. I've just done a small test, on touch pressed, changes image; on touch released, changes it back; no problems. Strange...

    ""You are in a maze of twisty passages, all alike." - Zork        temp domain http://spidergriffin.wix.com/alphaghostapps

  • firemaplegamesfiremaplegames Member Posts: 3,211
    When you push the Start button, are you changing Scenes?

    If so, you will need to put in a little delay, like this:

    Rule
    When all conditions are valid:
    Touch is pressed
    -----Change Image
    -----Timer After 0.1 Run to completion
    ----------Change Scene
Sign In or Register to comment.