Nullify draw background


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // Override this function to prvent the button from drawing a background
  2. override protected function drawBackground(unscaledWidth:Number,
  3. unscaledHeight:Number):void{
  4. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.