in my game i want to make a chronometer "TEXT " Showing minutes and second
on start layout..
ty
variable timer = 0
every tick add dl to timer
every tick set text to timer
and after 10 sec text time disapear
Develop games in your browser. Powerful, performant & highly capable.
Here is a Capx of a timer counting up, and another counting down. It shows doing something when the up timer reaches 10 seconds. And flashes the down timer when it only has 10 seconds left.
You set them using seconds, but they format the time to show minutes and seconds.
https://dl.dropboxusercontent.com/u/85412219/forumposts/Timers.capx