求帮助,这段代码不知是什么作用...能稍微说下吗?不胜感激
flash吧
全部回复
仅看楼主
level 6
q544710529 楼主

[Kiss]
stop ();
this.onEnterFrame = function(){
if(rewind == true){
prevFrame();
}
}
this.onRollOver = function(){
rewind = false;
play();
}
this.onRollOut = function(){
rewind = true;
}
this.onRelease = function(){
getURL("http://");
}
2012年05月02日 06点05分 1
level 6
q544710529 楼主
在线等啊
2012年05月02日 06点05分 2
level 6
好吧
鼠标划过 开始播放
鼠标划出 返回前一帧
鼠标点击 跳转url
2012年05月02日 07点05分 3
level 6
q544710529 楼主
感谢啊![Love]
2012年05月02日 09点05分 4
1