A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
M — Property, class org.flixel.system.input.Keyboard |
| |
make(X:Number, Y:Number) — method, class org.flixel.FlxPoint |
|
Instantiate a new point object. |
make(X:Number, Y:Number, Width:Number, Height:Number) — method, class org.flixel.FlxRect |
|
Instantiate a new rectangle. |
makeColor(Red:uint, Green:uint, Blue:uint, Alpha:Number) — Static Method , class org.flixel.FlxU |
|
Generate a Flash uint color from RGBA components. |
makeColorFromHSB(Hue:Number, Saturation:Number, Brightness:Number, Alpha:Number) — Static Method , class org.flixel.FlxU |
|
Generate a Flash uint color from HSB components. |
makeGraphic(Width:uint, Height:uint, Color:uint, Unique:Boolean, Key:String) — method, class org.flixel.FlxSprite |
|
This function creates a flat colored square image dynamically. |
makeParticles(Graphics:Class, Quantity:uint, BakedRotations:uint, Multiple:Boolean, Collide:Number) — method, class org.flixel.FlxEmitter |
|
This function generates a new array of particle sprites to attach to the emitter. |
_marker — Property, class org.flixel.FlxGroup |
| |
_marker — Property, class org.flixel.system.FlxReplay |
| |
mass — Property, class org.flixel.FlxObject |
| |
max(Number1:Number, Number2:Number) — Static Method , class org.flixel.FlxU |
| |
_maxAccumulation — Property, class org.flixel.FlxGame |
| |
maxAngular — Property, class org.flixel.FlxObject |
|
Use in conjunction with angularAcceleration for fluid spin speed control. |
MAX_LOG_LINES — Constant Static Property, class org.flixel.system.debug.Log |
| |
MAX_LOG_LINES — Constant Static Property, class org.flixel.system.debug.Watch |
| |
maxParticleSpeed — Property, class org.flixel.FlxEmitter |
|
The maximum possible velocity of a particle. |
maxRotation — Property, class org.flixel.FlxEmitter |
|
The maximum possible angular velocity of a particle. |
_maxSize — Property, class org.flixel.FlxGroup |
| |
maxSize — Property, class org.flixel.FlxGroup |
| |
maxSize — Property, class org.flixel.system.FlxWindow |
| |
maxVelocity — Property, class org.flixel.FlxObject |
|
If you are using acceleration, you can use maxVelocity with it
to cap the speed automatically (very useful!). |
members — Property, class org.flixel.FlxGroup |
|
Array of all the FlxBasics that exist in this layer. |
min(Number1:Number, Number2:Number) — Static Method , class org.flixel.FlxU |
| |
_min — Static Property, class org.flixel.system.FlxQuadTree |
|
These variables refer to the potential child quadrants for this node. |
minDisplayTime — Property, class org.flixel.system.FlxPreloader |
|
Change this if you want the flixel logo to show for more or less time. |
minParticleSpeed — Property, class org.flixel.FlxEmitter |
|
The minimum possible velocity of a particle. |
minRotation — Property, class org.flixel.FlxEmitter |
|
The minimum possible angular velocity of a particle. |
minSize — Property, class org.flixel.system.FlxWindow |
| |
MINUS — Property, class org.flixel.system.input.Keyboard |
| |
mobile — Static Property, class org.flixel.FlxG |
|
Setting this to true will disable/skip stuff that isn't necessary for mobile platforms like Android. |
mouse — Static Property, class org.flixel.FlxG |
|
A reference to a FlxMouse object. |
_mouse — Property, class org.flixel.FlxGame |
| |
mouse — Property, class org.flixel.system.replay.FrameRecord |
| |
Mouse — class, package org.flixel.system.input |
|
This class helps contain and track the mouse pointer in your game. |
Mouse(CursorContainer:flash.display:Sprite) — Constructor, class org.flixel.system.input.Mouse |
|
Constructor. |
MouseRecord — class, package org.flixel.system.replay |
| |
MouseRecord(X:int, Y:int, Button:int, Wheel:int) — Constructor, class org.flixel.system.replay.MouseRecord |
| |
moves — Property, class org.flixel.FlxObject |
|
Set this to false if you want to skip the automatic motion/movement stuff (see updateMotion()). |
_mtx — Property, class org.flixel.FlxSprite |
| |
music — Static Property, class org.flixel.FlxG |
|
A handy container for a background music object. |
mute — Static Property, class org.flixel.FlxG |
|
Whether or not the game sounds are muted. |
_mx — Property, class org.flixel.system.FlxQuadTree |
| |
_my — Property, class org.flixel.system.FlxQuadTree |
| |
myURL — Property, class org.flixel.system.FlxPreloader |
|
Set this to your game's URL to use built-in site-locking. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |