#12002/9/12 10:08:41
本来是做图片在鼠标移上时滚动的,但是报错说"property not find repeat while the mouseenter"改成mousedown时没有问题,为什么触发mouseenter时会错,那要怎么写呢?
on mouseenter
repeat while the mouseenter
if sprite(1).locH>=145 then
sprite(1).loch=sprite(1).locH
else
sprite(1).loch=sprite(1).locH+1
updatestage
end if
end repeat
end