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
max(N1, N2) — Static method in class org.flixel.FlxU
maxAngular — Property in class org.flixel.FlxObject
Use in conjunction with angularAcceleration for fluid spin speed control.
maxElapsed — Static property in class org.flixel.FlxG
Essentially locks the framerate to a minimum value - any slower and you'll get slowdown instead of frameskip; default is 1/30th of a second.
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 FlxObjects that exist in this layer.
_min — Static property in class org.flixel.FlxQuadTree
These variables refer to the potential child quadrants for this node.
min(N1, N2) — Static method in class org.flixel.FlxU
minDisplayTime — Property in class org.flixel.FlxPreloader
Change this if you want the flixel logo to show for more or less time.
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
mobile — Static property in class org.flixel.FlxG
Setting this to true will disable/skip stuff that isn't necessary for mobile platforms like Android.
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()).
mtrRender — Property in class org.flixel.data.FlxConsole
mtrTotal — Property in class org.flixel.data.FlxConsole
mtrUpdate — Property in class org.flixel.data.FlxConsole
_mtx — Property in class org.flixel.FlxSprite
music — Static property in class org.flixel.FlxG
A handy container for a background music object.
_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