Flash Guides for CS4
*the text uses Actionscript 2.0 to trigger the button, However, you can substitute the following code if you choose to use Actionscript 3.0
i1_forward_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
function mouseDownHandler(event:MouseEvent):void {
gotoAndStop ("destination ");
};
Learning Interactions are no longer part of Flash Professional as of CS4/CS5
Setting up learning interactions in cs4
Flash Guides for Flash 8 / CS3