To disable all underlying links, you can stick a large movie clip on a layer, make it invisible, or semi-transparent like in the example, and give it an empty onRelease:

blockerClip.onRelease = function(){}

You can do: delete blockerClip.onRelease;
to allow underlying links to function again.


Dave -
www.offroadfire.com
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to