Hi I'm trying to create a drop down menu in flash using actionscript 2.0 but I am stuck at the mo. I want the menu to drop down when the user rolls over the button,I have put this code in to make this happen.
on(rollOver) { contactMenu.play(); }
When I test this nothing happens,the rollovers change colour but there is no drop down.