Invoice Script PHP jQuery
setRGB method in action script 2 flash professional

The setRGB() method is used in action script 2 to set color properties to movie clips, but that method is no longer present action script 3. setRGB() functionality achieved in action script 3 using colorTransform class import flash.geom.ColorTransform Here is….. Read More >>>>



setTextFormat In ActionScript 3

The setTextFormat() method in actionScript 2 used to set the font properties to the text fields. example: var txt_format:TextFormat = new TextFormat();//TextFormat class creates new instances of it. this.createTextField(“txt_field”, this.getNextHighestDepth(), 0, 0, 180, 80);//creates new text field txt_format.color = 0x00FF00;….. Read More >>>>

Get Instant Script Download Access!