谢谢,sprite 1和sprite 2是两个不同的member吧,我要调用更多的member呢,如果事先不把它读入程序,用member().file来改变文件名怎么做呢?我用一个循环语句,但执行不了,不知道为什么,如下:
on exitframe me
if the currenttime of sprite 2<the duration of sprite 2 then
go th frame
else
repeat with i=1 to 9
member("filempg"

.file=the moviepath&"\video\a-"& i &".mpg"
sprite( 2).videoplay()
end repeat
end if
end