Revision: 10082
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 7, 2008 11:58 by cessnajumpin
Initial Code
private function toggleVisibility(me:MouseEvent):void { yourMC.alpha = Math.abs(yourMC.alpha - 1); }
Initial URL
Initial Description
A simple line of code to apply to attributes that need to be toggled on and off.
Initial Title
Toggle Attributes
Initial Tags
flash
Initial Language
ActionScript 3