#12001/11/13 21:38:12
1. 正常播放(Playing)
Sprite(whichFlashSprite).play()
这里使用Director 7 and 8 所使用的dot syntax. ——括号里的whichFlashSprite, 你替换成相应的Flash 所在的通道号就可以了——。如果Flash sprite目前是暂停的, play 指令将会使Flash sprite 从所停止的那一帧开始播放, 而不是从头播放。
[b]“括号里的whichFlashSprite, 你替换成相应的Flash 所在的通道号就可以了”
这是什么意思?我的FLASH放在第一层第一帧,应该怎样写?