I made a game with circles and squares and when you touch a circle, you lose. But I have a sprite that's black that goes at the end when you lose. I have to scripts one to hide at the beginning and another to come at the end when you lose. But the screen comes out when I click the flag sometimes and some when I click play. do you know how to fix it?
Offline
Check the script that tells it to show. If it's showing up like that, there might be something wrong with the condition. Or, if you're using a broadcast, make sure there isn't an errant script elsewhere in the program that's broadcasting the "end screen" message when it's not supposed to.
Offline
amcerbu wrote:
Check the script that tells it to show. If it's showing up like that, there might be something wrong with the condition. Or, if you're using a broadcast, make sure there isn't an errant script elsewhere in the program that's broadcasting the "end screen" message when it's not supposed to.
Ok thanks. I will check it. Thanks again!
Offline
Hmmm.... looks like a bad glitch... ill see what I can doo...
Offline
Make sure all your variables and things are reset before the script for ending runs...this might mean having to enter a time delay into the show script.
Offline