Asset

Graphical assets

Summary
AssetGraphical assets
Functions
BackgroundBackground graphics object.
LogoLogo code generated by µSprite.
ColorStripColorStrip code generated by µShape.
ScaleSelectionScaleSelection code generated by µShape.
OffsetSelectionOffsetSelection code generated by µShape.
MoveSelectionMoveSelection code generated by µShape.
GenerateCodeGenerateCode code generated by µShape.
MirrorXMirrorX code generated by µShape.
MirrorYMirrorY code generated by µShape.
AboveZAboveZ code generated by µShape.
BelowZBelowZ code generated by µShape.
CloseLineCloseLine code generated by µShape.
DeleteAllDeleteAll code generated by µShape.
FitGradientBoxFitGradientBox code generated by µShape.
SyncOnSyncOn code generated by µShape.
SyncOffSyncOff code generated by µShape.
CircleOnCircleOn code generated by µShape.
CircleOffCircleOff code generated by µShape.
EllipseOnEllipseOn code generated by µShape.
EllipseOffEllipseOff code generated by µShape.
RectOnRectOn code generated by µShape.
RectOffRectOff code generated by µShape.
RoundRectOnRoundRectOn code generated by µShape.
RoundRectOffRoundRectOff code generated by µShape.
NewPointOnNewPointOn code generated by µShape.
NewPointOffNewPointOff code generated by µShape.
AddPointOnAddPointOn code generated by µShape.
AddPointOffAddPointOff code generated by µShape.
OpenEyeOpenEye code generated by µShape.
ClosedEyeClosedEye code generated by µShape.
PlayAnimationPlayAnimation code generated by µSprite.
PlayReverseAnimationPlayReverseAnimation code generated by µSprite.
StopAnimationStopAnimation code generated by µSprite.

Functions

Background

public static function Background(width: Number,
height: Number,
margin: Number):Sprite

Background graphics object.

Returns

a Sprite object

Logo

public static function Logo():Sprite

Logo code generated by µSprite.

Returns

a Sprite object

ColorStrip

public static function ColorStrip():Shape

ColorStrip code generated by µShape.

Returns

a Shape object

ScaleSelection

public static function ScaleSelection():Shape

ScaleSelection code generated by µShape.

Returns

a Shape object

OffsetSelection

public static function OffsetSelection():Shape

OffsetSelection code generated by µShape.

Returns

a Shape object

MoveSelection

public static function MoveSelection():Shape

MoveSelection code generated by µShape.

Returns

a Shape object

GenerateCode

public static function GenerateCode():Shape

GenerateCode code generated by µShape.

Returns

a Shape object

MirrorX

public static function MirrorX():Shape

MirrorX code generated by µShape.

Returns

a Shape object

MirrorY

public static function MirrorY():Shape

MirrorY code generated by µShape.

Returns

a Shape object

AboveZ

public static function AboveZ():Shape

AboveZ code generated by µShape.

Returns

a Shape object

BelowZ

public static function BelowZ():Shape

BelowZ code generated by µShape.

Returns

a Shape object

CloseLine

public static function CloseLine():Shape

CloseLine code generated by µShape.

Returns

a Shape object

DeleteAll

public static function DeleteAll():Shape

DeleteAll code generated by µShape.

Returns

a Shape object

FitGradientBox

public static function FitGradientBox():Shape

FitGradientBox code generated by µShape.

Returns

a Shape object

SyncOn

public static function SyncOn():Shape

SyncOn code generated by µShape.

Returns

a Shape object

SyncOff

public static function SyncOff():Shape

SyncOff code generated by µShape.

Returns

a Shape object

CircleOn

public static function CircleOn():Shape

CircleOn code generated by µShape.

Returns

a Shape object

CircleOff

public static function CircleOff():Shape

CircleOff code generated by µShape.

Returns

a Shape object

EllipseOn

public static function EllipseOn():Shape

EllipseOn code generated by µShape.

Returns

a Shape object

EllipseOff

public static function EllipseOff():Shape

EllipseOff code generated by µShape.

Returns

a Shape object

RectOn

public static function RectOn():Shape

RectOn code generated by µShape.

Returns

a Shape object

RectOff

public static function RectOff():Shape

RectOff code generated by µShape.

Returns

a Shape object

RoundRectOn

public static function RoundRectOn():Shape

RoundRectOn code generated by µShape.

Returns

a Shape object

RoundRectOff

public static function RoundRectOff():Shape

RoundRectOff code generated by µShape.

Returns

a Shape object

NewPointOn

public static function NewPointOn():Shape

NewPointOn code generated by µShape.

Returns

a Shape object

NewPointOff

public static function NewPointOff():Shape

NewPointOff code generated by µShape.

Returns

a Shape object

AddPointOn

public static function AddPointOn():Shape

AddPointOn code generated by µShape.

Returns

a Shape object

AddPointOff

public static function AddPointOff():Shape

AddPointOff code generated by µShape.

Returns

a Shape object

OpenEye

public static function OpenEye(rightSide: Boolean = true):Shape

OpenEye code generated by µShape.

Returns

a Shape object

ClosedEye

public static function ClosedEye(rightSide: Boolean = true):Shape

ClosedEye code generated by µShape.

Returns

a Shape object

PlayAnimation

public static function PlayAnimation():Shape

PlayAnimation code generated by µSprite.

Returns

a Shape object

PlayReverseAnimation

public static function PlayReverseAnimation():Shape

PlayReverseAnimation code generated by µSprite.

Returns

a Shape object

StopAnimation

public static function StopAnimation():Shape

StopAnimation code generated by µSprite.

Returns

a Shape object

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