主题:  循环判断都是很耗资源的吗

3dmakesi

职务:普通成员
等级:1
金币:0.0
发贴:11
#12002/8/29 23:03:26
内容如下:
on mouseUp me
set mou=1
repeat while mou=1
go next
startTimer
repeat while the timer<240
go the frame
if the mouseDown=true or the frame =579 then
set the timer=240
set mou=2
end if
end repeat
end repeat
end