主题:  能程序自己统计时间吗?或编程

bluewhale_5d

职务:普通成员
等级:1
金币:0.0
发贴:14
#12005/10/24 14:50:09
朋友给我一个脚本说放到最后一针就行!但是老出错

希望高手指点 !!!!!!!谢谢
global gStartTime
property spritenum
on beginsprite
tEndtime= (the milliseconds-gStartTime)/1000
sprite(spritenum).member.text=(tEndtime/60)&" 分 "& (tEndtime mod 60) & " 秒"
end
--------------------------------------------
--on keydown
-- case the keycode of
-- 17:
-- sprite(spritenum).locv=1
-- otherwise:
-- pass
-- end case
--
--end
on exitframe

repeat while the mouseDown
beep
sprite(spritenum).locv=1
end repeat

end


朋友,闲暇时坐坐