Flash Question
- Started
- Last post
- 3 Responses
- Jamie
Please help:
I am working on a flash site which is basically a menu with buttons.
When i click on one of the buttons i can open a new .swf on a layer above the menu - however the menu buttons below are still active - is there any way to make these button inactive?
- boeser0
Flash 6 offers a button.enabled property. So if you name the buttons you can disable them when you load the swf.
Otherwise you could put all of the menu buttons in a single movieClip and set the movieClip._visible to false when loading. Doesnt work offcourse if you want them still to be visible.
- neeko0
button enabling is the bees knees.
- Mick0
In flash5 I used to put all the buttons in frame1of a MC with an empty keyframe on frame 2 - onloading the new level I'd target the MC to go to frame2 - just make sure you remember to go back to frame 1 on the unload.