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  
E — Constant Static Property, class net.flashpunk.utils.Key
Ease — class, package net.flashpunk.utils
Static class with useful easer functions that can be used by Tweens.
elapsed — Static Property, class net.flashpunk.FP
Time elapsed since the last frame (in seconds).
elapsed — Property, class net.flashpunk.tweens.misc.Alarm
How much time has passed since reset.
ellipse(x:Number, y:Number, width:Number, height:Number, color:uint, alpha:Number, fill:Boolean, thick:Number, angle:Number) — Static Method , class net.flashpunk.utils.Draw
Draws an ellipse to the screen.
emit(name:String, x:Number, y:Number) — method, class net.flashpunk.graphics.Emitter
Emits a particle.
Emitter — class, package net.flashpunk.graphics
Particle emitter used for emitting and rendering particle sprites.
Emitter(source:any, frameWidth:uint, frameHeight:uint) — Constructor, class net.flashpunk.graphics.Emitter
Constructor.
enable() — method, class net.flashpunk.debug.Console
Enables the console.
end() — method, class net.flashpunk.World
Override this; called when World is changed, and the active world is no longer this.
END — Constant Static Property, class net.flashpunk.utils.Key
Engine — class, package net.flashpunk
Main game Sprite class, added to the Flash Stage.
Engine(width:uint, height:uint, frameRate:Number, fixed:Boolean) — Constructor, class net.flashpunk.Engine
Constructor.
ENTER — Constant Static Property, class net.flashpunk.utils.Key
entity(e:net.flashpunk:Entity, x:int, y:int, addEntityPosition:Boolean) — Static Method , class net.flashpunk.utils.Draw
Draws an Entity object.
Entity — class, package net.flashpunk
Main game Entity class updated by World.
Entity(x:Number, y:Number, graphic:net.flashpunk:Graphic, mask:net.flashpunk:Mask) — Constructor, class net.flashpunk.Entity
Constructor.
ESCAPE — Constant Static Property, class net.flashpunk.utils.Key
expoIn(t:Number) — Static Method , class net.flashpunk.utils.Ease
Exponential in.
expoInOut(t:Number) — Static Method , class net.flashpunk.utils.Ease
Exponential in and out.
expoOut(t:Number) — Static Method , class net.flashpunk.utils.Ease
Exponential out.
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