问题已经解决了,在flash中给按钮加下面代码就可以了。
on (release) {
getURL ("lingo:go to frame 10");
}
------------
要写成帧标记也可以了
on (release) {
getURL ("lingo:play 20");
}
都没有问题,谢谢!
on (release) {
getURL ("lingo:go to frame 10");
}
------------
要写成帧标记也可以了
on (release) {
getURL ("lingo:play 20");
}
都没有问题,谢谢!
回复Comments
作者:
{commentrecontent}