05studios
08-08-2008, 10:32 PM
hey ,
I have a mask layer that contains a bunch of shapes that i want to mask out of the image below. Each shape is a unique instance name.
How can I dynamically make some of them not mask out the image anymore and how do I make them come back? I need to, under certain circumstances, have the masks in different areas.
I tried mask1_mc.visible = false, and mask1_mc.mask = null; but those don't do the trick. I have a TON of movieClips in there that need to change, so I don't want to have to use a 2 frame solution inside of each movieClip (one showing the mask, one not). I would prefer to do it all in actionscript.
Thanks so much!
I have a mask layer that contains a bunch of shapes that i want to mask out of the image below. Each shape is a unique instance name.
How can I dynamically make some of them not mask out the image anymore and how do I make them come back? I need to, under certain circumstances, have the masks in different areas.
I tried mask1_mc.visible = false, and mask1_mc.mask = null; but those don't do the trick. I have a TON of movieClips in there that need to change, so I don't want to have to use a 2 frame solution inside of each movieClip (one showing the mask, one not). I would prefer to do it all in actionscript.
Thanks so much!