I’m using this timer code for my project but im having a little problem understanding several of the lines. This code was attached to a frame on the main timeline, and a movie clip called my_mc placed on the stage. Can anyone explain in detail what is happening and why for each of the lines in red? Thanks for any help! Much appreciated.
[COLOR=red]t0 = getTimer();
this.onEnterFrame = function(){
var t1 = getTimer() - t0;
var s1 = Math.round(t1 / 1000);[/COLOR]
var t2 = 60 - s1;
if (t2 <= 0)