#12005/4/11 14:23:26
求助:你帮我改一下实现一幅长条图片的无缝衔接循环流滚动脚本好吗?
舞台大小:800*600
图片大小:1526*109
on exitFrame me
if the mouseH > 250 then
sprite(2).loch = sprite(2).loch + 2
sprite(3).loch = sprite(3).loch + 2
if sprite(2).loch > 850 then sprite(2).loch = sprite(3).loch - 306
if sprite(3).loch > 850 then sprite(3).loch = sprite(2).loch - 306
else
sprite(2).loch = sprite(2).loch - 2
sprite(3).loch = sprite(3).loch - 2
if sprite(2).loch < -350 then sprite(2).loch = sprite(3).loch + 306
if sprite(3).loch < -350 then sprite(3).loch = sprite(2).loch + 306
end if
go the frame
end
编辑历史:[此帖最近一次被 wjmthl 编辑过(编辑时间:2005-04-12 12:28:12)]