YUGOP STYLE MENU: ADDING LINKS
Hi
I have based this project on an old source of a yugop menu (see file below)
Thing is that as soon as I add the string for loading a different swf (or any other code for what it matters) the animation stops working. EI the stretching stops.
Does anyone know the best way to add links?!?
What Am I missing???
This is how the tabs items are defined
ymenu_mc.addItem(“01”,{text:" CONTACT", color:0xFF0000});
ymenu_mc.addItem(“02”,{text:" LOOKBOOK", color:0x00FF00});
etc etc
This is the code I wrote
ymenu_mc.item0_mc.onRelease = function() {
loadMovieNum(“ads.swf”, 0);
};
The animations is defined in a script within the textfield (again see file attatch)
Am have tried and tried…Please help
respect
FV