4 Replies Latest reply: Nov 7, 2010 5:34 PM by Ned Murphy RSS

    ArgumentError: Error #2108

    Fumph Community Member

      When ever I test my project it comes up with "ArgumentError: Error #2108: Scene Bio was not found." Here is my code:

       

      navMenu.navBio.addEventListener(MouseEvent.CLICK, navBio1);
      function navBio1(event:MouseEvent) {
      gotoAndStop("BioPlay","Bio")
      }

       

      Thanks