PDA

View Full Version : Project Help


COKEDUDE
09-03-2009, 04:56 PM
I have a game that you try to click the cow 10 times in 20 seconds. I discovered that after the time limit expires you can still click on the cow. I would think you would need to add some kind of if/else command to the events part. This is driving me crazy so can I please get some help with it?

NivekNamttid
09-20-2009, 10:04 PM
A solution would be to simply set the cow's isShowing property to false as part of the "You lose!" program. Then you wouldn't be able to click on the cow. I tried it, and it worked.