#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
朋友,闲暇时坐坐