External Exam Download Resources Web Applications Games Recycle Bin

Timer

Put an empty object (meaning with no sprite) into the room, doesn't matter what you name the object just add these events:

objTimerCreate event
room_speed constant is steps per second, so multiplying it by 20 gives us 20 seconds:


objTimerStep → Step event

objTimerDraw → Draw GUI event
div takes away the remainder - gives us a nice round number: