Hello,

I have a group of six buttons which are grouped together into its own symbol.
I have set the mouse over to go to different scenes and locations in my animation.
When I test it in the authoring mode they all link to the correct locations of the animation.
THE PROBLEM
When I export it and view the SWF file the buttons all link to Scene 1 Frame 1.
examplecode for buttons:

on (release) {
gotoAndPlay ("Scene 1", 1190);
}


Why wont these work?

I am using Flash 5


[Edited by sonofskywalker on 11-15-2001 at 03:33 PM]