I am making a game called Diamond Boreness but I cant figure out how to make the player lose when he touches a shooting star. This script wont work
(If-Touching mouse-pointer)
Stop all
Anyone knows how to make it?
Offline
well, make sure your script is surrounded by a forever loop.
when gf clicked forever if <touching [mouse-pointer v]?> stop all endIf you did this already, let me know.
Last edited by powerpoint56 (2012-07-29 12:27:18)
Offline
lithor wrote:
Oh, i see now, thank you a lot, what i still dont get is why surround it with a forever loop?
So that it checks if it's touching the mouse pointer more than once. The only way you can do it without the forever loop:
when gf clicked wait until <touching [mouse-pointer v]?> stop all
Offline
Not sure if this will be of any use to you but I just wanted to mention that if you make a game over screen and then set it's ghost effect to 100 when the game starts it will show when stop all activates.
Offline