主要代码:
复制代码
代码如下:var my_B:Boolean = false;
my_mc.onEnterFrame = function() {
if (!my_B) {
my_mc.prevFrame();
} else {
my_mc.nextFrame();
}
};
my_mc.mc_bg.onEnterFrame = function() {
if (my_mc.mc_bg.hitTest(_root._xmouse, _root._ymouse, 1) == false) {
my_B = false;
my_mc.prevFrame();
}
};
源文件下载http://files.jb51.net/file_images/photoshop/200911/flash_daohang.rar