Property | Type | Description | |
---|---|---|---|
x | int | ||
y | int |
Property | Type | Description | |
---|---|---|---|
_intensity | float | ||
_timer | float | ||
_zoom | int |
Method | Description | |
---|---|---|
FlxQuake ( int Zoom ) |
Constructor.
|
|
start ( float Intensity, float Duration ) : void |
Reset and trigger this special effect. @param Intensity Percentage of screen size representing the maximum distance that the screen can move during the 'quake'. @param Duration The length in seconds that the "quake" should last.
|
|
stop ( ) : void |
Stops this screen effect.
|
|
update ( ) : void |
Updates and/or animates this special effect.
|
public start ( float Intensity, float Duration ) : void | ||
Intensity | float | |
Duration | float | |
return | void |