| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| AbstractClassError — class, package starling.errors |
| An AbstractClassError is thrown when you attempt to create an instance of an abstract
class. |
| AbstractClassError(message:any, id:any) — Constructor, class starling.errors.AbstractClassError |
| Creates a new AbstractClassError object. |
| AbstractMethodError — class, package starling.errors |
| An AbstractMethodError is thrown when you attempt to call an abstract method. |
| AbstractMethodError(message:any, id:any) — Constructor, class starling.errors.AbstractMethodError |
| Creates a new AbstractMethodError object. |
| add(object:starling.animation:IAnimatable) — method, class starling.animation.Juggler |
| Adds an object to the juggler. |
| ADD — Constant Static Property, class starling.display.BlendMode |
| Adds the values of the colors of the display object to the colors of its background. |
| addChar(charID:int, bitmapChar:starling.text:BitmapChar) — method, class starling.text.BitmapFont |
| Adds a bitmap char with a certain character ID. |
| addChild(child:starling.display:DisplayObject) — method, class starling.display.DisplayObjectContainer |
| Adds a child to the container. |
| addChildAt(child:starling.display:DisplayObject, index:int) — method, class starling.display.DisplayObjectContainer |
| Adds a child to the container at a certain index. |
| added — Event, class starling.display.DisplayObject |
| Dispatched when an object is added to a parent. |
| ADDED — Constant Static Property, class starling.events.Event |
| Event type for a display object that is added to a parent. |
| addedToStage — Event, class starling.display.DisplayObject |
| Dispatched when an object is connected to the stage (directly or indirectly). |
| ADDED_TO_STAGE — Constant Static Property, class starling.events.Event |
| Event type for a display object that is added to the stage |
| addEventListener(type:String, listener:Function) — method, class starling.events.EventDispatcher |
| Registers an event listener at a certain object. |
| addFrame(texture:starling.textures:Texture, sound:flash.media:Sound, duration:Number) — method, class starling.display.MovieClip |
| Adds an additional frame, optionally with a sound and a custom duration. |
| addFrameAt(frameID:int, texture:starling.textures:Texture, sound:flash.media:Sound, duration:Number) — method, class starling.display.MovieClip |
| Adds a frame at a certain index, optionally with a sound and a custom duration. |
| addImage(image:starling.display:Image, parentAlpha:Number, modelViewMatrix:flash.geom:Matrix3D, blendMode:String) — method, class starling.display.QuadBatch |
| Adds an image to the batch. |
| addKerning(charID:int, amount:Number) — method, class starling.text.BitmapChar |
| Adds kerning information relative to a specific other character ID. |
| addQuad(quad:starling.display:Quad, parentAlpha:Number, texture:starling.textures:Texture, smoothing:String, modelViewMatrix:flash.geom:Matrix3D, blendMode:String) — method, class starling.display.QuadBatch |
| Adds a quad to the batch. |
| addRegion(name:String, region:flash.geom:Rectangle, frame:flash.geom:Rectangle) — method, class starling.textures.TextureAtlas |
| Creates a region for a subtexture and gives it a name. |
| adjustVertexData(vertexData:starling.utils:VertexData, vertexID:int, count:int) — method, class starling.textures.RenderTexture |
| Converts texture coordinates and vertex positions of raw vertex data into the format
required for rendering. |
| adjustVertexData(vertexData:starling.utils:VertexData, vertexID:int, count:int) — method, class starling.textures.SubTexture |
| Converts texture coordinates and vertex positions of raw vertex data into the format
required for rendering. |
| adjustVertexData(vertexData:starling.utils:VertexData, vertexID:int, count:int) — method, class starling.textures.Texture |
| Converts texture coordinates and vertex positions of raw vertex data into the format
required for rendering. |
| advanceTime(time:Number) — method, class starling.animation.DelayedCall |
| Advance the time by a number of seconds. |
| advanceTime(time:Number) — method, interface starling.animation.IAnimatable |
| Advance the time by a number of seconds. |
| advanceTime(time:Number) — method, class starling.animation.Juggler |
| Advances all objects by a certain time (in seconds). |
| advanceTime(time:Number) — method, class starling.animation.Tween |
| Advance the time by a number of seconds. |
| advanceTime(passedTime:Number) — method, class starling.display.MovieClip |
| Advance the time by a number of seconds. |
| advanceTime(passedTime:Number) — method, class starling.display.Stage |
| |
| alpha — Property, class starling.display.DisplayObject |
| The opacity of the object. |
| alpha — Property, class starling.display.Quad |
| The opacity of the object. |
| alphaWhenDisabled — Property, class starling.display.Button |
| The alpha value of the button when it is disabled. |
| altKey — Property, class starling.events.KeyboardEvent |
| Indicates whether the Alt key is active on Windows or Linux;
indicates whether the Option key is active on Mac OS. |
| animate(property:String, targetValue:Number) — method, class starling.animation.Tween |
| Animates the property of an object to a target value. |
| antiAliasing — Property, class starling.core.Starling |
| The antialiasing level. |
| append(data:starling.utils:VertexData) — method, class starling.utils.VertexData |
| Appends the vertices from another VertexData object. |
| applyBlendMode(premultipliedAlpha:Boolean) — method, class starling.core.RenderSupport |
| Activates the appropriate blend factors on the current rendering context. |
| AQUA — Constant Static Property, class starling.utils.Color |
| |
| argb(alpha:int, red:int, green:int, blue:int) — Static Method , class starling.utils.Color |
| Creates an ARGB color, stored in an unsigned integer. |
| AUTO — Constant Static Property, class starling.display.BlendMode |
| Inherits the blend mode from this display object's parent. |
| autoScale — Property, class starling.text.TextField |
| Indicates whether the font size is scaled down so that the complete text fits
into the text field. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |