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  
R — Constant Static Property, class verlocity.input.KeyCode
RadToDegree(nRad:Number) — Static Method , class verlocity.utils.AngleUtil
Converts a radian to degrees
Rand(nMin:Number, nMax:Number) — Static Method , class verlocity.utils.MathUtil
Returns a random number between two numbers.
RandColor(r1:int, r2:int, g1:int, g2:int, b1:int, b2:int, a1:int, a2:int) — Static Method , class verlocity.utils.ColorUtil
Returns a random color (specific in RGB) in hex.
RandColorHex(uiColor1:uint, uiColor2:uint) — Static Method , class verlocity.utils.ColorUtil
Returns a random color between two colors (in hex).
RandSeed — final class, package verlocity.particle
RandSeed(nSetNumLow:Number, nSetNumHigh:Number) — Constructor, class verlocity.particle.RandSeed
Creates a random seed (holds two numbers to return a random number between)
RealTimeStats — class, package verlocity.display.gui
RealTimeStats(sStage:flash.display:Stage) — Constructor, class verlocity.display.gui.RealTimeStats
rectBounds — Property, class verlocity.ents.DynamicEntity
rectCollision — Property, class verlocity.ents.DynamicEntity
Register(sName:String, sDisplayName:String, sDesc:String, iUnlocksAt:int) — method, class verlocity.components.verAchievements
Registers an achievement.
Register(sCommand:String, fFunction:Function, sDesc:String) — method, class verlocity.components.verConsole
Registers a concommand
Register(component:verlocity.core:Component, ... rest) — method, class verlocity.core.ComponentManager
Registers a component to the component manager.
RegisterButton(button:verlocity.display.ui:Button) — method, class verlocity.components.verUI
Stores the button for key input
Remaining() — method, class verlocity.logic.ElapsedTrigger
remove(name:String) — method, class verlocity.core.Global
remove(key:String) — method, class verlocity.core.ObjectStorage
Removes an object from the storage.
remove(p_string:String, p_remove:String, p_caseSensitive:Boolean) — Static Method , class verlocity.utils.StringUtil
Removes all instances of the remove string in the input string.
Remove() — method, class verlocity.components.ver3D
Removes the 3D scene completely.
Remove(sName:String) — method, class verlocity.components.verLayers
Removes a layer.
Remove() — method, class verlocity.components.verParticles
Removes the particle system
Remove(sName:String) — method, class verlocity.components.verUI
Removes a UI element
Remove(componentClass:Object) — Static Method , class verlocity.core.ComponentManager
Destroys a registered component.
Remove(instance:any) — Static Method , class verlocity.core.SingletonManager
Removes a Singleton class instance from the dictionary to allow for recreation.
Remove() — method, class verlocity.ents.Entity
Marks the entity for removal.
Remove() — method, class verlocity.particle.ParticleEmitter
Removes the emitter.
RemoveAll() — method, class verlocity.components.verCamera
Removes all display objects in the camera.
RemoveAll(bRemoveProtected:Boolean) — method, class verlocity.components.verEnts
Removes all of the entities.
RemoveAll() — method, class verlocity.components.verLayers
Removes all layers.
RemoveAll() — method, class verlocity.components.verParticles
Removes all particles and emitters
RemoveAll() — method, class verlocity.components.verUI
Removes all UI elements
RemoveAll() — method, class verlocity.core.ComponentManager
Removes all the registered components.
RemoveAll() — method, class verlocity.display.Layer
Removes all objects in the layer.
RemoveAllAssets() — method, class verlocity.components.verBitmap
Removes all assets stored in memory.
RemoveAllChildren(disp:flash.display:DisplayObjectContainer) — Static Method , class verlocity.utils.DisplayUtil
Removes all children of a display object container (Sprite, MovieClip, etc.)
RemoveAllClass(entClass:Class, bRemoveProtected:Boolean) — method, class verlocity.components.verEnts
Removes all entities based on class name.
RemoveAllColorProperties() — method, class verlocity.ents.DisplayEntity
Removes the color transforms, tinting, and alpha changes applied to the entity.
RemoveAllEmitters() — method, class verlocity.components.verParticles
Removes all emitters
RemoveAllForces() — method, class verlocity.physics.PhysObject
Removes all active forces
RemoveAllHealth() — method, class verlocity.ents.Entity
Removes all health of the entity.
RemoveAllHooks() — method, class verlocity.components.verEngine
Removes all current hooked objects in the engine.
RemoveAllObjects() — method, class verlocity.components.ver3D
Removes all 3D objects from the container/scene
RemoveAllParticles() — method, class verlocity.components.verParticles
Removes all active particles.
RemoveAllType(sType:String, bRemoveProtected:Boolean) — method, class verlocity.components.verEnts
Removes all entities based on type.
RemoveAllTypes(aArray:Array, bRemoveProtected:Boolean) — method, class verlocity.components.verEnts
Removes all entities based on an array of types.
RemoveAsset(className:Object) — method, class verlocity.components.verBitmap
Removes an asset from the memory.
RemoveAttachment() — method, class verlocity.ents.effects.Effect
Removes the attachment.
removeChild(dispObj:flash.display:DisplayObject, sName:String) — method, class verlocity.components.verLayers
Removes a display object from a layer
removeChild(disp:flash.display:DisplayObject) — method, class verlocity.ents.DisplayEntity
Removes a child display object
RemoveCondition() — method, class verlocity.display.ui.Button
Removes the condition of the button.
RemoveDisplay() — method, class verlocity.ents.DisplayEntity
Removes all displays of the entity.
RemoveDrawableBitmap() — method, class verlocity.ents.DisplayEntity
Removes the bitmap drawable, if it exists.
RemoveEffects() — method, class verlocity.components.verParticles
Removes the effects applied to the particles completely
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class verlocity.core.Global
removeExtraWhitespace(p_string:String) — Static Method , class verlocity.utils.StringUtil
Removes extraneous whitespace (extra spaces, tabs, line breaks, etc) from the specified string.
RemoveFilters() — method, class verlocity.components.verCamera
Removes all filters on the camera
RemoveFilters() — method, class verlocity.ents.DisplayEntity
Removes the filters of the display object
RemoveFromParent(disp:flash.display:DisplayObject) — Static Method , class verlocity.utils.DisplayUtil
Removes a display object from its own parent display container.
removeHead() — method, class verlocity.core.LinkedList
Removes the head.
RemoveLoadGUI() — method, class verlocity.loaders.Preloader
Removes the Verlocity preloader.
RemoveOffScreen(bShouldRemove:Boolean, iPadding:int) — method, class verlocity.ents.DynamicEntity
Tells the entity to remove itself when its off screen.
RemoveParent() — method, class verlocity.sound.SoundObject
Removes the sound object's current parent.
RemovePauseMenuItem(sName:String) — method, class verlocity.components.verPause
Removes a pause menu item
removeTail() — method, class verlocity.core.LinkedList
Removes the tail.
RemoveTint() — method, class verlocity.components.verCamera
Removes the tint of the camera
RemoveTint() — method, class verlocity.ents.DisplayEntity
Removes any tinting applied.
Reset(sName:String) — method, class verlocity.components.verAchievements
Resets an achievement and its data.
Reset() — method, class verlocity.components.verCamera
Resets all the properties of the camera.
Reset(sName:String) — method, class verlocity.components.verVariables
Resets a variable to zero
Reset() — method, class verlocity.display.Layer
Resets the layer to its original position and scale.
Reset() — method, class verlocity.ents.DisplayEntity
Resets the entity to its original values.
Reset() — method, class verlocity.ents.DynamicEntity
Resets the entity to its original values.
Reset() — method, class verlocity.ents.Entity
Resets the entity to its original values.
Reset() — method, class verlocity.ents.effects.Effect
Remove effect on reset.
Reset(iSetElapsedTime:int) — method, class verlocity.logic.ElapsedTrigger
ResetAll() — method, class verlocity.components.verEnts
Resets all entities (calls their reset and init function).
ResetAll() — method, class verlocity.components.verLayers
ResetCamera() — method, class verlocity.components.ver3D
Resets the position and angle of the camera.
ResetColor() — method, class verlocity.components.verCamera
Resets the camera's color to its default
ResetHealth() — method, class verlocity.ents.Entity
Resets the entity's health to the default health.
ResetMask() — method, class verlocity.components.verCamera
Resets the masking to its default (ie.
ResetPos() — method, class verlocity.components.verCamera
Resets the camera's position to its default (0,0).
ResetPos() — method, class verlocity.display.ui.UIElement
Resets the X and Y position of the UI element to its original spawn position.
ResetPos() — method, class verlocity.ents.DynamicEntity
Resets the entity to its initial position.
ResetScale() — method, class verlocity.ents.DisplayEntity
Resets the scale of the entity to defaults (1).
ResetSlate(bStopSounds:Boolean) — Static Method , class verlocity.Verlocity
Resets all component objects.
ResetState() — method, class verlocity.display.ui.Button
Resets the state of the button to its default.
Respawn() — method, class verlocity.ents.DisplayEntity
Calls DeInit then Init.
Restart(bHardRestart:Boolean) — method, class verlocity.components.verStates
Restarts the current state.
RestartGame() — Static Method , class verlocity.Verlocity
Restarts the active game.
Resume() — method, class verlocity.components.verEngine
Resumes the main game loop.
Resume() — method, class verlocity.components.verPause
Resumes everything
Resume() — method, class verlocity.ents.DisplayEntity
Resumes the display object (if it's a MovieClip/_bitmapClip and was playing)
Resume() — method, class verlocity.sound.SoundObject
Resumes the paused sound object.
ResumeAll() — method, class verlocity.components.verSound
Resumes all paused sounds
ResumeAllAnimations() — method, class verlocity.components.verEnts
Resumes animations of all entities that have animations.
retrieve(key:String) — method, class verlocity.core.ObjectStorage
Retrives an object from the store.
reuseClipData(bitmapClip:verlocity.display:BitmapClip) — method, class verlocity.display.BitmapClip
Use this function to copy data from a bitmapClip that has already been created.
reverse(p_string:String) — Static Method , class verlocity.utils.StringUtil
Returns the specified string in reverse character order.
reverseWords(p_string:String) — Static Method , class verlocity.utils.StringUtil
Returns the specified string in reverse word order.
RGBtoHEX(r:uint, g:uint, b:uint, a:uint) — Static Method , class verlocity.utils.ColorUtil
Returns a hexidecimal color value based on RGB
RIGHT — Constant Static Property, class verlocity.input.KeyCode
RIGHTCLICK_PROMOTE — Property, class verlocity.settings.SettingsData
Set if you want a promotional link to your website on the right click menu.
RIGHTCLICK_PROMOTETEXT — Property, class verlocity.settings.SettingsData
Sets the right click promo text.
RIGHTCLICK_PROMOTEURL — Property, class verlocity.settings.SettingsData
Sets the right click promo website.
Rotate(nRot:Number) — method, class verlocity.components.verCamera
Rotates the camera around its center
RotateAround(disp:flash.display:DisplayObject, offsetX:Number, offsetY:Number, toDegrees:Number) — Static Method , class verlocity.utils.DisplayUtil
Rotates a display object around a specific point.
rotation — Property, class verlocity.display.BitmapClip
rotation — Property, class verlocity.ents.DisplayEntity
Returns the rotation of the display entity
Rotation(pStartPos:flash.geom:Point, pEndPos:flash.geom:Point) — Static Method , class verlocity.utils.AngleUtil
Returns the degree (0-360) based on two points given.
running — Property, class verlocity.core.Ticker
RWINDOWS — Constant Static Property, class verlocity.input.KeyCode
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