hi,
maybe somebody of you knows the tweening class from laco. I found a really interesting menu - example on the page:
http://laco.wz.cz/tween/?page=examples
(the first example on top)
as I understood the menu is generatet dynamicly out of the AS:
stop();
// add items to menu
ymenu_mc.addItem("01", {text:"News", color:0xFF0000});
ymenu_mc.addItem("02", {text:"Products", color:0x00FF00});
ymenu_mc.addItem("03", {text:"Portfolio", color:0xFFFF00});
ymenu_mc.addItem("04", {text:"Contact", color:0x0000FF});
I downloaded the FLA but I have no idea how to link the menubuttons?!
Where or how can I tell the buttons what to do. for example loadMovie…
maybe somebody knows what to do…
thanx dasend