All methods
- activate
- addAsset
- addAssets
- Adds one or more
Asset objects to the StateAsset instance.
- addChildrenByDepth
- Adds all DisplayObjects by depth to the scope's display list
- addDepth
- Grants the given DisplayObject occupancy at the supplied depth of the scope DisplayObject.
- addSong Album
- addSong MP3Library
- Adds a song to the library
- addSong MP3PlayerController
- Adds a Song to the library
- addSongs Album
- Adds a group of songs to the Album
- addSongs MP3Library
- Adds a group of Song Objects to the library
- addSongs MP3PlayerController
- Adds a group of Song Objects to the library
- addState
- addStyle public static method
- Adds a Style to the class
- appendToState
- Appends an
Array of Assets to a given state.
- centerDO public static method
- Centers the provided clip within it's scope.
- chance public static method
- Returns true if ciel of the supplied oods ratio is 1
- cleanInactiveStates
- Cleans memory of inactive states (all states other than the forced state).
- cleanState
- Cleans memory of
StateAsset with an id of the supplied state id.
- clearDisplayList BaseButton
- clearDisplayList ProgressClip
- clearDisplayList TrackClip
- clearDisplayList VertTrackClip
- clearDisplayList DOUtils public static method
- Clears the DisplayList of the supplied DisplayObjectContainer
- clone ULSStateProgressEvent
- clone PatternClip
- Returns an instance clone
- cloneDO public static method
- Creates and returns a sprite containing a bitmap copy of the supplied display object.
- createGrid
- Takes an
Array of DisplayObjects, each to be used as an individual grid item, along with width, height, and gutter properites.
- createMouseBlocker public static method
- deactivate
- deDupe public static method
- degreesToRadians public static method
- Converts the supplied degrees to radians
- destroy DODepthManager
- Removes all depths from the scopes display list and destroys their associative references.
- destroy BaseButton
- Handles garbage collection
- destroy ProgressClip
- Handles garbage collection
- destroy TrackClip
- Handles garbage collection
- destroy VertTrackClip
- Handles garbage collection
- destroy GridBuilder
- destroyAll public static method
- disable
- disableClipCursor public static method
- Disapbles a hard cursor for a DisplayObject
- disableClipCursors public static method
- Disables clip cursors for each Sprite in the supplied Array
- doAddedToStage
- Override this method, happens when added to stage
- doMouseDown BaseButton
- Mouse down, override this method
- doMouseDown SuppresableButton
- Mouse down, override this method
- doMouseOut BaseButton
- Mouse over, override this method
- doMouseOut SuppresableButton
- Mouse over, override this method
- doMouseOver BaseButton
- Mouse over, override this method
- doMouseOver SuppresableButton
- Mouse over, override this method
- doMouseUp BaseButton
- Mouse up, override this method
- doMouseUp SuppresableButton
- Mouse up, override this method
- draw PatternClip
- Draws (or redraws) the pattern
- enable
- enableClipCursor public static method
- Activates a hand cursor for a DisplayObject
- enableClipCursors public static method
- Enables clip cursors for each Sprite in the supplied Array
- fadeIn
- fadeOut
- filterNotInPropStringMulti public static method
- filterNotProp public static method
- filterProp public static method
- filterPropStringMulti public static method
- forceState
- Force loading of a given state.
- generateRandomString
- Generates a random string of the supplied length
- generateTruelyUniqueInt public static method
- Generates and returns a truely unique (not random) integer casted as a
Number.
- generateTruelyUniqueNumericString
- Generates and returns a truely random numeric string
- get
- Returns the requested item, if item is loaded.
- getAsset StateAsset
- getAsset ULS
- Searches all
StateAsset instances and returns the requested Asset if found.
- getAVM1Movie
- Returns the loaded item casted as
AVM1Movie.
- getBinary
- getBitmap
- Returns the loaded item casted as
Bitmap.
- getContent
- Returns the requested loaded item casted as an
Object.
- getEvenNumbersWithinRange public static method
- Returns an
Array of even numbers within the supplied range
- getInstance ArrayUtils public static method
- getInstance GridBuilder public static method
- getMovieClip
- Returns the loaded item casted as
MovieClip.
- getOddNumbersWithinRange public static method
- Returns an
Array of odd numbers within the supplied range
- getPrimeNumbersWithinRange public static method
- Returns an
Array of prime numbers within the supplied range
- getSongByName
- getSongsByAlbum MP3Library
- Returns all songs with the supplied Album
- getSongsByAlbum MP3PlayerController
- Returns all songs that have the provided album
- getSongsByArtist
- Returns all songs with the supplied artist
- getSound
- Returns the loaded item casted as
Sound.
- getStyleAsTextFormat public static method
- Returns the requested text style as a TextFormat Object
- getULS public static method
- Returns the requested ULS instance.
- getXML
- Returns the loaded item casted as
XML.
- gotoAndPlay
- Goes to and plays the requested Song
- gotoAndPlayByName
- Goes to and plays a song by name
- hasAsset
- Returns
Boolean indicating whether or not the StateAsset instance has the requested Asset.
- hideIO public static method
- Hides specified InteractiveObject
- htmlEntities
- htmlSpecialChars
- isDecimalNumber public static method
- Determines whether or not the supplied number is a decimal
- isEmail public static method
- isEmpty
- isEven public static method
- Determines whether or not the supplied number is even
- isInt public static method
- isLoadingItem
- Determines whether or not the supplied item is a
LoadingItem.
- isName public static method
- isNegative public static method
- Determines whether or not the supplied number is negative
- isNotEmpty
- isNotWhitespace
- The reverse of isWhitespace.
- isOdd public static method
- Determines whether or not the supplied number is odd
- isPhone public static method
- isPositive public static method
- Determines whether or not the supplied number is positive
- isPrimeNumber public static method
- Determines whether or not the supplied number is a prime number.
- isUSState public static method
- isUSStateCode public static method
- isUSZip public static method
- isValidCC public static method
- isWhitespace
- Checks to see if a String is composed of whitespace characters or is empty.
- isWholeNumber public static method
- Determines whether or not the supplied number is a whole number
- log public static method
- Based on doTrace and doFirebugConsole properties, determines whether or not to trace to the Flash console and the Firebug console
- magneticModulo public static method
- Determines and returns which interval distance the value is closer to
- makeAlphaMask public static method
- Takes a display object and a mask clip/sprite, caches them as bitmaps and applies the mask.
- makeContainedRectMask public static method
- Takes a display object, height and width, makes a mask clip with a rectangle
- makeRectMask public static method
- Takes a display object, height and width, makes a mask clip with a rectangle
- mapNotInPropStringMulti public static method
- mapNotPropStringMulti public static method
- mapProp public static method
- mapPropString public static method
- matchCharsInBag
- mute
- next
- offsetScroll
- pause
- play
- Starts playing the current track from the tracklist
- playStartingAt
- Begins playing the current song starting at the provided position.
- prepMC public static method
- Dynamically stores initial properties to a MovieClip.
- previous
- propIn public static method
- radiansToDegrees public static method
- Converts the supplied radians represented as degrees
- randomRange public static method
- Returns a random number between min and max
- reDraw
- regMouseEvents public static method
- Quick and DIRTaaaaY way to register a clip to receive mouse events.
- removeAsset
- removeAssets
- Removes multiple
Asset objects.
- removeChildren
- Removes all children from the scopes display list.
- removeDepth
- Removes the requested
DisplayObject from the depths Array.
- removeMouseEvents public static method
- Garbage collection goodness
- removeSong
- Removes the provided song
- removeSongs
- Removes the requested songs
- resetCurrentSong
- Resets the current song position to the beginning of the song
- resumeCaching
- Resumes caching uncached global site assets by priority.
- roundDecimalPrecission public static method
- Rounds the supplied number to the requested decimal precission
- scrollDown
- scrollTo
- scrollToPercent
- scrollUp
- sentenceCase
- setTracklist
- setVolume
- Sets the volume to the provided level
- shouldEnable
- showIO public static method
- Reveals specified InteractiveObject
- shuffle public static method
- simplifyAngle public static method
- Simplifys the supplied angle to its simpliest representation
- sortAssets
- Sorts the
Array of Assets by priority (from highest number to lowest number).
- sortOn public static method
- start
- Starts the uninterupted load of global site assets, by priority.
- stripAllWhitespace
- stripCharsInBag
- stripCharsNotInBag
- stripLeadingWhitespace
- stripSpecialChars
- stripTags
- stripTrailingWhitespace
- stripWhitespace
- stripWordSpace
- swapDepths
- swapElements public static method
- titleCase
- toString Asset
- Returns a
String of useful debugging information.
- toString ULSStateProgressEvent
- Returns a
String of useful debugging information.
- traceConsole public static method
- Traces the supplied string to the Firebug console
- unprepMC public static method
- Garbage collection for prepMC()
- update
- Updates the order of the depths on the scope DisplayList
- vacateElements public static method
- Vacates requested
Array elements without destroying their occupants.