Indivision Codebase for Adobe Flash AS 2.0The Indivision Codebase for Adobe Flash AS 2.0 is a collection of light-weight, basic user interface, layout, loading, media and data classes. net.indivision.arrangeThe arrange package contains a number of classes that provide arrangement methods similar to the Align window available in the Flash IDE. net.indivision.controlThe control package contains classes for handling various forms of user interaction (ie. buttons, scroll bar, generic menu). net.indivision.coreThe core package contains the foundation classes for the codebase. net.indivision.dataThis package currently contains the XMLConstruct system which is an XML to flash Object parser that is modeled after the same structure as XML / XMLNode. net.indivision.debugThis debug package contains tools to help trace and debug code. net.indivision.effectThe effect package contains various effects, sharing a common API so that they can be applied interchangeably to Objects. net.indivision.elementThe element package contains visual elements that do not capture user interactivity by themselves. net.indivision.eventThis package contains event broadcasting tools to help set up commonly used event broadcasters such as stage resizing and also to streamline onEnterFrame handling for efficiency. net.indivision.layoutThe layout package contains a number of layout arrangements that can be interchangeably applied to an array of Objects. net.indivision.loadThe load package contains systems for loading external files, adding features such as bandwidth profiling and background caching files. net.indivision.mediaThe media package contains a number of classes representing various types of media that flash can load. The purpose of these classes is to provide a common API for all data and file types so they can be manipulated more easily by controls such as a scrub or universal media player. net.indivision.operationThis package contains a number of low level routines that perform tasks that are commonly required such as applying a Function to every Object in an Array. net.indivision.projectThe project package is for generic project foundation classes. net.indivision.shapeThe shape package contains foundation and style classes to build various shapes, using a similar API. net.indivision.tweenThe tween package contains a light weight and extensible set of tween handling classes for easing Objects and their properties. net.indivision.utilThe util package contains classes that perform generic operations not represented on screen or capturing user input.
|