#12002/11/22 8:55:46
我按照书上的实例在放有按钮的精灵上输入脚本控制名为"mymusic"的swa演员:
on mousedown me
set whatstate=the state of member "mymusic"
if whatstate=3 then
pause member "mymusic"
else
play member "mymusic"
end if
end
但在运行的时候提示脚本出错:找不到#state这个属性。
请知道为什么的大侠能指点一二!
————————————————————————————————
我刚学lingo,比较菜的啦!:)