flash在影片剪辑里面跳转场景

奶奶个熊。gotoandplay有那个场景参数。在影片剪辑里面死活不行。但直接在场景里可以。后来狂百度。最后找到个可以用的解决方案。把我要跳转的场景的帧取个标签名。然后用如下的代码。在with里面继续使用gotoAndPlay的场景参数模式依旧无效。

   1: on(Release){
   2:  
   3: with(_root)
   4:  {
   5:     gotoAndPlay("mainFrame");
   6:     }
   7:  
   8: }
posted @ 2012-10-23 10:22  伊一线天  阅读(1434)  评论(0编辑  收藏  举报