Hi,
I am still on my game, and I am having a problem. The problem is that this is supposed to happen: Whenever you touch the train, the variable "score" increases by 10 if you got the ticket. I want it to continuously check, but only increase the score once, even if the player sprite stays there. Please help me make the score increase only once.
Offline
Wow, thanks! You know a lot!
Offline
lackofslackness wrote:
Hi,
I am still on my game, and I am having a problem. The problem is that this is supposed to happen: Whenever you touch the train, the variable "score" increases by 10 if you got the ticket. I want it to continuously check, but only increase the score once, even if the player sprite stays there. Please help me make the score increase only once.
If you touch the train you win, put a stop script. if you just get points, put change variable, and then a wait _ seconds until he moves away from the train. is that your question?
Offline