vic one
07-19-2008, 08:58 AM
hi everyone.
i'll start by saying that a while back i took flash classes and enjoyed them alot.
i was always more interested in the scripting side of flash rather than its animation possibilities.
anyhow, i am working with a client who wants me to create a dynamic flash webpage for him. trouble is, none of my old stuff seems to work with as3.
i am trying to use the frame script:
btn1.on(mouseOver){
_root.btn1.menu_mc.gotoAndPlay(1);
}
and another one of those for a mouseOut event.
menu_mc is an animated drop down list.
perhaps it's been too long and i'm doing something wrong.
could someone please point me in the direction of a drop-down menu tutorial for AS3.
your help is appreciated as always!
i'll start by saying that a while back i took flash classes and enjoyed them alot.
i was always more interested in the scripting side of flash rather than its animation possibilities.
anyhow, i am working with a client who wants me to create a dynamic flash webpage for him. trouble is, none of my old stuff seems to work with as3.
i am trying to use the frame script:
btn1.on(mouseOver){
_root.btn1.menu_mc.gotoAndPlay(1);
}
and another one of those for a mouseOut event.
menu_mc is an animated drop down list.
perhaps it's been too long and i'm doing something wrong.
could someone please point me in the direction of a drop-down menu tutorial for AS3.
your help is appreciated as always!