I'm attempting to add a skip intro button within the intro. I've tried using methods that have worked with regular animations but they aren't working.
I tried this code with no luck so I'm hoping someone else has something that will work.
monkey_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
function mouseDownHandler(event:MouseEvent):void {
navigateToURL(new URLRequest("http://www.domain.com/"));
}