I found the following code in this forum which displays a count down clock
-- behaviour script attched to a text sprite
on beginSprite me
sprite(me.spriteNum).member.text = "5:00"
startTimer()
end beginSprite
on enterFrame me
tSecElapsed = (the timer)/60
if tSecElapsed < 300 then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.