Return to Snippet

Revision: 47326
at June 5, 2011 14:32 by tpryan


Updated Code
// Override this function to prvent the button from drawing a background
override protected function drawBackground(unscaledWidth:Number, 
                                           unscaledHeight:Number):void{
}

Revision: 47325
at June 5, 2011 13:52 by tpryan


Initial Code
// Override this function to prvent the button from drawing a background
override protected function drawBackground(unscaledWidth:Number, unscaledHeight:Number):void{
}

Initial URL

                                

Initial Description

                                

Initial Title
Nullify draw background

Initial Tags

                                

Initial Language
ActionScript 3