I’m trying to convert a flash 6 file to a flash 8 file, but when i do, it screws up the menu in my flash site. the menu freezes half way down. It compiles error free.
The menu has 4 items. When the user selects a menu option e.g. Home, the home page slides down from the top and the current page slides up. When I change the publish settings to Flash 8 the page doesn’t slide down , rather it appears half way down.
The following is the script and I would be sooo grateful if anyone can help me out.
Action Script
//Main Timeline
//1
_root.link = 1;
stop();
//60
_root.scroller.scroller.gotoAndStop(3);
_root.DY = stage.height+4
_root.DX = stage.width+4
//122
_root.page2.scrolledMCrecipient.gotoAndPlay(“t1”);
_root.page3.scrolledMCrecipient.gotoAndPlay(“t1”);
_root.page4.scrolledMCrecipient.gotoAndPlay(“t1”);
//HOME
scrolledMCrecipient._y = 198;
//PORTFOLIO
scrolledMCrecipient._y = -25;
//SERVICES
scrolledMCrecipient._y = -25;
scrolledMCrecipient.gotoAndPlay(“t1”);
//CONTACT
scrolledMCrecipient._y = -25;