我想做一个可以拯救尝试过关卡的用户的游戏。例如,用户在第 5 级进行了 2 次测验,在第 6 级进行了 1 次测验等等......我想将结果打印出来。
这是我打印结果的最后一帧。我的计时器仍然无法显示时间,但它打印了 "time elapsed [object timer]" 。
score.text = myscore+""; // updating the score
if(myscore>=40){smiley.visible=true}
else
{smiley.visible=false}
// stopping the timer on the last frame
myTimer.stop();
countdown1.text = "Time elapsed" +myTimer+"";
myTimer.stop();