主题:  自动滚动文本

gpandy

职务:普通成员
等级:1
金币:0.0
发贴:12
#162002/5/20 12:58:06
有没有文本滚动与声音同步的例子麻烦大侠们给上传一个好吗



满眼金星

职务:普通成员
等级:2
金币:1.0
发贴:441
#172002/5/20 13:05:05
................无语



mler

职务:普通成员
等级:1
金币:3.0
发贴:268
#182002/5/22 0:10:47
天啦,,好久没来了!

on beginsprite me
starttimer
end

on exitframe me
if soundbusy(1) then
-- put the timer
if the timer>25*60 then
member("text").scrollTop = member("text").scrollTop + 1
end if
end if
end