global a, b
on beginsprite me
a=1
b=1
on exitframe
repeat while the mousedown
sprite(1).locv=the mousev
sprite(1).loch=the mouseh
end repeat
sprite(1).locv=sprite(1).locv-a
sprite(1).loch=sprite(1).loch-b
if sprite(1).locv=0 or sprite(1).locv=300 then
a=-a
end if
if sprite(1).loch=0 or sprite(1).loch=400 then
b=-b
end if
end
小球总是再竖直方向运动,水平方向没有运动不知道怎么回事。
高手指教!