Package | worlds |
Class | public class TestMovingPoint |
Inheritance | TestMovingPoint ![]() ![]() ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
Constructor. | TestMovingPoint | ||
![]() | add(basic:RapidBasic):void [override]
Add objects to the world (very important!)
| RapidWorld | |
create():void [override]
The create function is where all of your initialization code should go (like Flixel). | TestMovingPoint | ||
![]() | debugDraw():void [override] | RapidGroup | |
![]() | destroy():void [override] | RapidGroup | |
![]() | draw():void [override] | RapidGroup | |
![]() | postUpdate():void [override] | RapidWorld | |
![]() | preDraw():void [override] | RapidGroup | |
![]() | preUpdate():void [override] | RapidWorld | |
![]() | RapidGroup | ||
![]() | setBackgroundColor(color:uint, alpha:Number = 1.0):void | RapidWorld | |
![]() | RapidWorld | ||
update():void [override] | TestMovingPoint |
TestMovingPoint | () | Constructor |
public function TestMovingPoint()
Constructor. Nothing interesting here.
create | () | method |
override public function create():void
The create function is where all of your initialization code should go (like Flixel).
update | () | method |
override public function update():void