Graphical assets
| Asset | Graphical assets |
| Functions | |
| Background | Background graphics object. |
| Logo | Logo code generated by µSprite. |
| ColorStrip | ColorStrip code generated by µShape. |
| ScaleSelection | ScaleSelection code generated by µShape. |
| OffsetSelection | OffsetSelection code generated by µShape. |
| MoveSelection | MoveSelection code generated by µShape. |
| GenerateCode | GenerateCode code generated by µShape. |
| MirrorX | MirrorX code generated by µShape. |
| MirrorY | MirrorY code generated by µShape. |
| AboveZ | AboveZ code generated by µShape. |
| BelowZ | BelowZ code generated by µShape. |
| CloseLine | CloseLine code generated by µShape. |
| DeleteAll | DeleteAll code generated by µShape. |
| FitGradientBox | FitGradientBox code generated by µShape. |
| SyncOn | SyncOn code generated by µShape. |
| SyncOff | SyncOff code generated by µShape. |
| CircleOn | CircleOn code generated by µShape. |
| CircleOff | CircleOff code generated by µShape. |
| EllipseOn | EllipseOn code generated by µShape. |
| EllipseOff | EllipseOff code generated by µShape. |
| RectOn | RectOn code generated by µShape. |
| RectOff | RectOff code generated by µShape. |
| RoundRectOn | RoundRectOn code generated by µShape. |
| RoundRectOff | RoundRectOff code generated by µShape. |
| NewPointOn | NewPointOn code generated by µShape. |
| NewPointOff | NewPointOff code generated by µShape. |
| AddPointOn | AddPointOn code generated by µShape. |
| AddPointOff | AddPointOff code generated by µShape. |
| OpenEye | OpenEye code generated by µShape. |
| ClosedEye | ClosedEye code generated by µShape. |
| PlayAnimation | PlayAnimation code generated by µSprite. |
| PlayReverseAnimation | PlayReverseAnimation code generated by µSprite. |
| StopAnimation | StopAnimation code generated by µSprite. |
Background graphics object.
public static function Background( width: Number, height: Number, margin: Number ):Sprite
Logo code generated by µSprite.
public static function Logo():Sprite
ColorStrip code generated by µShape.
public static function ColorStrip():Shape
ScaleSelection code generated by µShape.
public static function ScaleSelection():Shape
OffsetSelection code generated by µShape.
public static function OffsetSelection():Shape
MoveSelection code generated by µShape.
public static function MoveSelection():Shape
GenerateCode code generated by µShape.
public static function GenerateCode():Shape
MirrorX code generated by µShape.
public static function MirrorX():Shape
MirrorY code generated by µShape.
public static function MirrorY():Shape
AboveZ code generated by µShape.
public static function AboveZ():Shape
BelowZ code generated by µShape.
public static function BelowZ():Shape
CloseLine code generated by µShape.
public static function CloseLine():Shape
DeleteAll code generated by µShape.
public static function DeleteAll():Shape
FitGradientBox code generated by µShape.
public static function FitGradientBox():Shape
SyncOn code generated by µShape.
public static function SyncOn():Shape
SyncOff code generated by µShape.
public static function SyncOff():Shape
CircleOn code generated by µShape.
public static function CircleOn():Shape
CircleOff code generated by µShape.
public static function CircleOff():Shape
EllipseOn code generated by µShape.
public static function EllipseOn():Shape
EllipseOff code generated by µShape.
public static function EllipseOff():Shape
RectOn code generated by µShape.
public static function RectOn():Shape
RectOff code generated by µShape.
public static function RectOff():Shape
RoundRectOn code generated by µShape.
public static function RoundRectOn():Shape
RoundRectOff code generated by µShape.
public static function RoundRectOff():Shape
NewPointOn code generated by µShape.
public static function NewPointOn():Shape
NewPointOff code generated by µShape.
public static function NewPointOff():Shape
AddPointOn code generated by µShape.
public static function AddPointOn():Shape
AddPointOff code generated by µShape.
public static function AddPointOff():Shape
OpenEye code generated by µShape.
public static function OpenEye( rightSide: Boolean = true ):Shape
ClosedEye code generated by µShape.
public static function ClosedEye( rightSide: Boolean = true ):Shape
PlayAnimation code generated by µSprite.
public static function PlayAnimation():Shape
PlayReverseAnimation code generated by µSprite.
public static function PlayReverseAnimation():Shape
StopAnimation code generated by µSprite.
public static function StopAnimation():Shape