主题:  如何用鼠标单击时,退出REPEAT-WHILE形成的条件循环

喝茶的

职务:普通成员
等级:1
金币:0.0
发贴:6
#12002/6/26 14:44:45
如何用鼠标单击时,退出REPEAT-WHILE形成的条件循环



huanghuang

职务:普通成员
等级:1
金币:0.0
发贴:31
#22002/6/26 15:43:26
repeat while 1
if the mousedown then
exit repeat
end if
end repeat



喝茶的

职务:普通成员
等级:1
金币:0.0
发贴:6
#32002/6/27 15:31:01
谢谢!