I have action scripts on menu buttons, some of which on release load an external FLV movie. The other buttons are simple gotoAndStop actions set to go to specific frames in the main scene to load a movieclip.

The latter buttons described above, for some reason, make the other FLV loading buttons inactive. Here is the file I'm working with:

http://www.broadbahn.net/flash/

If you click on Demo or Contact, clicking every button except Home does nothing. Anybody know why this may be?

here is the code I have right now for those buttons:



on (release) {
        _root.gotoAndStop("19");
}



thanks
Ben

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to