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 in class org.flixel.data.FlxKeyboard |
| |
maxAngular — Property in class org.flixel.FlxObject |
|
Use in conjunction with angularAcceleration for fluid spin speed control. |
MAX_ELAPSED — Constant property in class org.flixel.FlxGame |
|
Essentially locks the framerate to 30 FPS minimum
|
maxParticleSpeed — Property in class org.flixel.FlxEmitter |
|
The maximum possible velocity of a particle. |
maxRotation — Property in class org.flixel.FlxEmitter |
|
The maximum possible angular velocity of a particle. |
maxThrust — Property in class org.flixel.FlxObject |
|
Used to cap thrust , helpful and easy!
|
maxVelocity — Property in class org.flixel.FlxObject |
|
If you are using acceleration , you can use maxVelocity with it
to cap the speed automatically (very useful!). |
members — Property in class org.flixel.FlxGroup |
|
Array of all the FlxObject s that exist in this layer. |
MIN — Constant static property in class org.flixel.FlxQuadTree |
|
The minimum quadrant or leaf size. |
minParticleSpeed — Property in class org.flixel.FlxEmitter |
|
The minimum possible velocity of a particle. |
minRotation — Property in class org.flixel.FlxEmitter |
|
The minimum possible angular velocity of a particle. |
MINUS — Property in class org.flixel.data.FlxKeyboard |
| |
mouse — Static property in class org.flixel.FlxG |
|
A reference to a FlxMouse object. |
moves — Property in class org.flixel.FlxObject |
|
Set this to false if you want to skip the automatic motion/movement stuff (see updateMotion() ). |
_mtx — Property in class org.flixel.FlxSprite |
| |
music — Static property in class org.flixel.FlxG |
|
A handy container for a background music object. |
mutate(Seed, Mutator) — Static method in class org.flixel.FlxU |
|
Mutates a seed or other number, useful when combined with randomize() . |
_mute — Static property in class org.flixel.FlxG |
|
Internal flag for whether or not the game is muted. |
mute — Static property in class org.flixel.FlxG |
|
Set mute to true to turn off the sound. |
_mx — Property in class org.flixel.FlxQuadTree |
| |
_my — Property in class org.flixel.FlxQuadTree |
| |
myURL — Property in class org.flixel.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 |