ClaytonManning14
11-05-2009, 06:04 PM
is there a way i can add a clock to the screen to time how long you stay alive in the game so when people play it they can see how long they lasted.
zarfang8
11-05-2009, 07:59 PM
you could have a clock on the screen, have the hands turn forward .001revelutions, style:abruptly inside of a loop for infinity.
then when you die go into ground:properties:seldomusedproperties: and after you die add: events stop ascending to true. Good luck.
-Zarfang
dubastot
11-05-2009, 08:13 PM
Or you can have a digital type clock. All you have to do for that is have a number variable and create a method so it increments by 1 every second. Then you have text displaying the number.