#22001/3/28 10:11:27
以下是我们写的Flash控制程序,也比较好用。不用演员名,用通道号就可以了。
property spnum
on exitFrame me
if sprite(spnum).playing then
go the frame
else
go the frame+1
end if
end
on getpropertydescriptionlist me
set mlist=[:]
addprop mlist,#spnum,[#format:#integer,#default:0,#comment:"flash channel number:"]
return mlist
end