just make sure the upper_mc clip hasn't got mouse events attached to it
like onPress and onRelease onRollover , ...
then the one underneath should be accessible even it is totally covered
by the upper_mc
make two layers and add in the higher one an mc called upper_mc
and in the lower one under_mc,
have them totally overlapping
place this somewhere on a layer, not on an mc:
upper_mc.onRollOver=function(){trace("upper")}
under_mc.onRelease=function(){trace("under")}
you'll see thathe under_mc isn't reachable because the mouse events are
caught by the onrollover off the upper
delete the line:
under_mc.onRelease=function(){trace("under")}
even not visible, it is now reachable
so it isn't about transparency ;)
Leandro Amano wrote:
Hi nik!
What ActionScript version are you using?
regards
Leandro Amano
On 5/10/07, nik crosina <[EMAIL PROTECTED]> wrote:
Hi
Is there a way I can make movie clips transparent, so that the mouse
reacts to buttons that are under them?
I have the problem of buttons switching on large areas of content,
that then cover (with their rectangle outline, buttons that shoulds
still be accessible below them which I can't then click!
thanks!1
NIk
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com