Index
$#! · 0-9 · 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
E
 ELASTIC_AMPLITUDE, Transitions
 ELASTIC_IN, Transitions
 ELASTIC_IN_AND_OUT, Transitions
 ELASTIC_OUT, Transitions
 ELASTIC_PERIOD, Transitions
 elasticIn, Transitions
 elasticInAndOut, Transitions
 elasticOut, Transitions
 ELLIPSE, StrokeItem
 EllipseOff, Asset
 EllipseOn, Asset
 enable, Tooltips
 enableChangeCallbacks, Stroke
 enabled, Tooltips
 enableSyntaxHighlight, ScriptField
 end
 endSelectionIndex, Stroke
 EnhancedBitmap
 EnhancedMovieClip
 EnhancedShape
 EnhancedSimpleButton
 EnhancedSprite
 enqueue
 ENTER_FRAME, RenderMethod
 error, out
 ERROR, out
 Event handlers
 Event Handlers, BubbleButton
 EventBroadcaster
 EXPO_IN, Transitions
 EXPO_IN_AND_OUT, Transitions
 EXPO_OUT, Transitions
 expoIn, Transitions
 expoInAndOut, Transitions
 expoOut, Transitions
 Extended properties, TweenEx
 extendedPropertyName, TweenEx
 extendedPropertyObjectName, TweenEx
 extras
private static const ELASTIC_AMPLITUDE: Number
Configures the amplitude of an elastic wave.
public static const ELASTIC_IN: String
Reference to the elastic in easing equation.
public static const ELASTIC_IN_AND_OUT: String
Reference to the elastic in and out easing equation.
public static const ELASTIC_OUT: String
Reference to the elastic out easing equation.
private static const ELASTIC_PERIOD: Number
Configures the period of an elastic wave.
public static function elasticIn(t: Number,
b: Number,
c: Number,
d: Number):Number
Elastic in easing equation.
public static function elasticInAndOut(t: Number,
b: Number,
c: Number,
d: Number):Number
Elastic in and out easing equation.
public static function elasticOut(t: Number,
b: Number,
c: Number,
d: Number):Number
Elastic out easing equation.
public static const ELLIPSE: String
Ellipse shaped object.
public static function EllipseOff():Shape
EllipseOff code generated by µShape.
public static function EllipseOn():Shape
EllipseOn code generated by µShape.
public function enable():void
Allow the tooltip manager to display tooltips.
public static var enableChangeCallbacks: Boolean
Set to false to disable callback and render calls.
private var enabled: Boolean
State variable determining if tooltips are displayed.
public var enableSyntaxHighlight: Boolean
Property indicating if syntax highlighting is on or off.
public function get end():Point
Gets the end point of the curve.
public function end():void
Moves the iterator to the tail node.
function get end():Point
Gets the end point of the path segment.
public function get end():Point
Gets the end point of the path.
public function end():void
Moves the iterator to the tail node.
public function get endSelectionIndex():int
Returns the index of the last StrokeItem in the selection range determined by the current selectedIndex and the state of the selectPoint, selectSegment and selectShape variables.
The ‘EnhancedBitmap’ class extends upon the ‘Bitmap’ class by providing an enhanced foundation for additional garbage collection and color support.
public function EnhancedBitmap()
Constructor.
The ‘EnhancedMovieClip’ class extends upon the ‘MovieClip’ class by providing an enhanced foundation for additional garbage collection and color support.
public function EnhancedMovieClip()
Constructor.
The ‘EnhancedShape’ class extends upon the ‘Shape’ class by providing an enhanced foundation for additional garbage collection and color support.
public function EnhancedShape()
Constructor.
The ‘EnhancedSimpleButton’ class extends upon the ‘SimpleButton’ class by providing an enhanced foundation for additional garbage collection and color support.
public function EnhancedSimpleButton()
Constructor.
The ‘EnhancedSprite’ class extends upon the ‘Sprite’ class by providing an enhanced foundation for additional garbage collection and color support.
public function EnhancedSprite()
Constructor.
public function enqueue(obj: *):Boolean
Enqueues some data.
public function enqueue(obj: *):Boolean
Enqueues some data.
public function enqueue(obj: *):void
Enqueues some data.
public function enqueue(obj: Prioritizable):Boolean
Enqueues a prioritized item.
public static const ENTER_FRAME: uint
Defined constant for representing the ‘enter frame’ method.
public static function error(... args):void
Trace arguments with the error style
public static const ERROR: String
Error logging level
The ‘EventBroadcaster’ class is a singleton event dispatcher.
public function EventBroadcaster(objEnforcer: SingletonEnforcer)
Constructor.
public static const EXPO_IN: String
Reference to the expo in easing equation.
public static const EXPO_IN_AND_OUT: String
Reference to the expo in and out easing equation.
public static const EXPO_OUT: String
Reference to the expo out easing equation.
public static function expoIn(t: Number,
b: Number,
c: Number,
d: Number):Number
Expo in easing equation.
public static function expoInAndOut(t: Number,
b: Number,
c: Number,
d: Number):Number
Expo in and out easing equation.
public static function expoOut(t: Number,
b: Number,
c: Number,
d: Number):Number
Expo out easing equation.
protected var extendedPropertyName: String
The base property name for example ‘transform’ or ‘filters’
protected var extendedPropertyObjectName: String
The object or class property name for example ‘matrix’, ‘colorTransform’, ‘DropShadowFilter’, ...
The autotelicum extras package consist of classes that are not currently used in µSprite.
Close