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  
radius — Property in class com.greensock.motionPaths.CirclePath2D
radius of the circle (does not factor in any transformations like scaleX/scaleY)
rawContent — Property in class com.greensock.loading.VideoLoader
The Video object to which the NetStream was attached (automatically created by VideoLoader internally)
rawContent — Property in class com.greensock.loading.core.DisplayObjectLoader
The raw content that was successfully loaded into the content ContentDisplay Sprite which varies depending on the type of loader and whether or not script access was denied while attempting to load the file:
  • ImageLoader with script access granted: flash.display.Bitmap
  • ImageLoader with script access denied: flash.display.Loader
  • SWFLoader with script access granted: flash.display.DisplayObject (the swf's root)
  • SWFLoader with script access denied: flash.display.Loader (the swf's root cannot be accessed because it would generate a security error)
rawContent — Property in class com.greensock.loading.display.ContentDisplay
The raw content which can be a Bitmap, a MovieClip, a Loader, or a Video depending on the type of loader associated with the ContentDisplay.
rawContent — Property in class com.greensock.loading.display.FlexContentDisplay
The raw content which can be a Bitmap, a MovieClip, a Loader, or a Video depending on the type of loader associated with the FlexContentDisplay.
rawHeight — Property in class com.greensock.motionPaths.RectanglePath2D
height of the rectangle in its unrotated, unscaled state (does not factor in any transformations like scaleX/scaleY/rotation)
RAW_LOAD — Static property in class com.greensock.loading.XMLLoader
Event type constant for when the XML has loaded but has not been parsed yet.
rawProgress — Property in class com.greensock.loading.LoaderMax
An unweighted value between 0 and 1 indicating the overall loading progress of the LoaderMax - this calculation does not concern itself whatsoever with bytesLoaded and bytesTotal but rather the ratio of the children that are loaded (all having equal weight).
rawProgress — Property in class com.greensock.motionPaths.MotionPath
Identical to progress except that the value is not re-interpolated between 0 and 1.
rawProgress — Property in class com.greensock.motionPaths.PathFollower
Identical to progress except that the value doesn't get re-interpolated between 0 and 1.
rawWidth — Property in class com.greensock.motionPaths.RectanglePath2D
width of the rectangle in its unrotated, unscaled state (does not factor in any transformations like scaleX/scaleY/rotation)
READY — Constant static property in class com.greensock.loading.LoaderStatus
The loader is ready to load and has not completed yet.
RectanglePath2D — Class in package com.greensock.motionPaths
A RectanglePath2D defines a rectangular path on which a PathFollower can be placed, making it simple to tween objects along a rectangle's perimeter.
RectanglePath2D(x, y, rawWidth, rawHeight, centerOrigin) — Constructor in class com.greensock.motionPaths.RectanglePath2D
Constructor
recursivePrependURLs(value) — Method in class com.greensock.loading.data.XMLLoaderVars
A String that should be recursively prepended to all parsed LoaderMax-related loader URLs (from nodes like <ImageLoader>, <XMLLoader>, etc.).
registerFileType(extensions, loaderClass) — Static method in class com.greensock.loading.LoaderMax
By default, LoaderMax associates certain file extensions with certain types of loaders, like "jpg", "png", and "gif" are associated with ImageLoader and "swf" is associated with SWFLoader so that the LoaderMax.parse() method can recognize and create the appropriate loaders for each URL passed in.
registration — Property in class com.greensock.TweenProxy
registrationX — Property in class com.greensock.TweenProxy
registrationY — Property in class com.greensock.TweenProxy
regOffsetX — Property in class com.greensock.text.FlexSplitTextField
To offset the registration point by a certain number of pixels along its x-axis (according to the FlexSplitTextField's internal coordinate system), use regOffsetX.
regOffsetX — Property in class com.greensock.text.SplitTextField
To offset the registration point by a certain number of pixels along its x-axis (according to the SplitTextField's internal coordinate system), use regOffsetX.
regOffsetY — Property in class com.greensock.text.FlexSplitTextField
To offset the registration point by a certain number of pixels along its y-axis (according to the FlexSplitTextField's internal coordinate system), use regOffsetY.
regOffsetY — Property in class com.greensock.text.SplitTextField
To offset the registration point by a certain number of pixels along its y-axis (according to the SplitTextField's internal coordinate system), use regOffsetY.
release(target) — Method in class com.greensock.layout.AutoFitArea
Releases control of an attached DisplayObject.
release(target) — Method in class com.greensock.layout.LiquidStage
Releases a DisplayObject from being controlled by LiquidStage after having been attached.
release(target) — Method in class com.greensock.layout.PinPoint
Releases a DisplayObject from being controlled by LiquidStage after having been attached.
remove(tween:com.greensock.core:TweenCore, skipDisable) — Method in class com.greensock.TimelineLite
Removes a TweenLite, TweenMax, TimelineLite, or TimelineMax instance from the timeline.
remove(loader:com.greensock.loading.core:LoaderCore) — Method in class com.greensock.loading.LoaderMax
Removes a loader from the LoaderMax.
removeAllFollowers() — Method in class com.greensock.motionPaths.MotionPath
Removes all followers.
removeASCuePoint(timeNameOrCuePoint) — Method in class com.greensock.loading.VideoLoader
Removes an ActionScript cue point that was added with addASCuePoint().
removeCallback(callback, timeOrLabel) — Method in class com.greensock.TimelineMax
Removes a callback from a particular time or label.
removeEventListener(type, listener, useCapture) — Method in class com.greensock.layout.PinPoint
removeFollower(target) — Method in class com.greensock.motionPaths.MotionPath
Removes the target as a follower.
removeLabel(label) — Method in class com.greensock.TimelineLite
Removes a label from the timeline and returns the time of that label.
removePoint(point) — Method in class com.greensock.motionPaths.LinePath2D
Removes a particular Point instance from the points array.
removePointByIndex(index) — Method in class com.greensock.motionPaths.LinePath2D
Removes the Point that resides at a particular index/position in the points array.
removeTint(remove) — Method in class com.greensock.data.TweenLiteVars
Removes the tint of a DisplayObject over time.
removeTint(remove) — Method in class com.greensock.data.TweenMaxVars
Removes the tint of a DisplayObject over time.
RemoveTintPlugin — Class in package com.greensock.plugins
Removes the tint of a DisplayObject over time.
renderObjectAt(target, progress, autoRotate, rotationOffset) — Method in class com.greensock.motionPaths.CirclePath2D
Positions any object with x and y properties on the path at a specific progress position.
renderObjectAt(target, progress, autoRotate, rotationOffset) — Method in class com.greensock.motionPaths.LinePath2D
Positions any object with x and y properties on the path at a specific progress position.
renderObjectAt(target, progress, autoRotate, rotationOffset) — Method in class com.greensock.motionPaths.MotionPath
Positions any object with x and y properties on the path at a specific progress position.
renderObjectAt(target, progress, autoRotate, rotationOffset) — Method in class com.greensock.motionPaths.RectanglePath2D
Positions any object with x and y properties on the path at a specific progress position.
renderTime(time) — Method in class com.greensock.TweenNano
Renders the tween at a particular time (or frame number for frames-based tweens) WITHOUT changing its startTime, meaning if the tween is in progress when you call renderTime(), it will not adjust the tween's timing to continue from the new time.
repeat — Property in class com.greensock.TimelineMax
Number of times that the timeline should repeat; -1 repeats indefinitely.
repeat — Property in class com.greensock.TweenMax
Number of times that the tween should repeat; -1 repeats indefinitely.
repeat(value) — Method in class com.greensock.data.TweenMaxVars
Number of times that the tween should repeat (to repeat indefinitely, use -1).
repeat(value) — Method in class com.greensock.loading.data.MP3LoaderVars
Number of times that the mp3 should repeat.
repeat(value) — Method in class com.greensock.loading.data.VideoLoaderVars
Number of times that the video should repeat.
REPEAT — Constant static property in class com.greensock.events.TweenEvent
repeatDelay — Property in class com.greensock.TimelineMax
Amount of time in seconds (or frames for frames-based timelines) between repeats
repeatDelay — Property in class com.greensock.TweenMax
Amount of time in seconds (or frames for frames-based tweens) between repeats
repeatDelay(value) — Method in class com.greensock.data.TweenMaxVars
Amount of time in seconds (or frames for frames-based tween) between repeats.
replaceURLText(fromText, toText, includeNested) — Method in class com.greensock.loading.LoaderMax
Immediately replaces a certain substring in each child loader's url with another string, making it simple to do something like change "{imageDirectory}image1.jpg" to "http://www.greensock.com/images/image1.jpg".
request — Property in class com.greensock.loading.core.LoaderItem
The URLRequest associated with the loader.
requireWithRoot(value) — Method in class com.greensock.loading.data.CSSLoaderVars
LoaderMax supports subloading, where an object can be factored into a parent's loading progress.
requireWithRoot(value) — Method in class com.greensock.loading.data.DataLoaderVars
LoaderMax supports subloading, where an object can be factored into a parent's loading progress.
requireWithRoot(value) — Method in class com.greensock.loading.data.ImageLoaderVars
LoaderMax supports subloading, where an object can be factored into a parent's loading progress.
requireWithRoot(value) — Method in class com.greensock.loading.data.LoaderMaxVars
LoaderMax supports subloading, where an object can be factored into a parent's loading progress.
requireWithRoot(value) — Method in class com.greensock.loading.data.MP3LoaderVars
LoaderMax supports subloading, where an object can be factored into a parent's loading progress.
requireWithRoot(value) — Method in class com.greensock.loading.data.SWFLoaderVars
LoaderMax supports subloading, where an object can be factored into a parent's loading progress.
requireWithRoot(value) — Method in class com.greensock.loading.data.VideoLoaderVars
LoaderMax supports subloading, where an object can be factored into a parent's loading progress.
requireWithRoot(value) — Method in class com.greensock.loading.data.XMLLoaderVars
LoaderMax supports subloading, where an object can be factored into a parent's loading progress.
restart(includeDelay, suppressEvents) — Method in class com.greensock.core.TweenCore
Restarts and begins playing forward.
resume() — Method in class com.greensock.core.TweenCore
Starts playing from the current position without altering direction (forward or reversed).
resume() — Method in class com.greensock.loading.core.LoaderCore
Unpauses the loader and resumes loading immediately.
resumeAll(tweens, delayedCalls) — Static method in class com.greensock.TweenMax
Resumes all paused tweens and/or delayedCalls/callbacks.
retroMode — Property in class com.greensock.layout.LiquidStage
When retroMode is true, LiquidStage will revert to (and stay at) the base stage size as it was defined in the constructor (baseWidth and baseHeight) which can be useful when you want to pin objects according to coordinates on the original (unscaled) stage.
reverse(forceResume) — Method in class com.greensock.core.TweenCore
Reverses smoothly, adjusting the startTime to avoid any skipping.
REVERSE_COMPLETE — Constant static property in class com.greensock.events.TweenEvent
reversed — Property in class com.greensock.core.TweenCore
Indicates the reversed state of the tween/timeline.
reversed(value) — Method in class com.greensock.data.TweenMaxVars
If true, the tween will be reversed initially.
RIGHT — Constant static property in class com.greensock.layout.AlignMode
Align with the right side of the area.
RIGHT_CENTER — Property in class com.greensock.layout.LiquidStage
right center of the stage
rotation — Property in class com.greensock.BlitMask
Rotation of the BlitMask (always 0 because BlitMasks can't be rotated!)
rotation — Property in class com.greensock.FlexBlitMask
Rotation of the FlexBlitMask (always 0 because FlexBlitMasks can't be rotated!)
rotation — Property in class com.greensock.TweenProxy
rotation(value, relative) — Method in class com.greensock.data.TweenLiteVars
Tweens the "rotation" property of the target
rotation(value, relative) — Method in class com.greensock.data.TweenMaxVars
Tweens the "rotation" property of the target
rotation — Property in class com.greensock.layout.AutoFitArea
rotation(value) — Method in class com.greensock.loading.data.ImageLoaderVars
Sets the ContentDisplay's rotation property.
rotation(value) — Method in class com.greensock.loading.data.SWFLoaderVars
Sets the ContentDisplay's rotation property.
rotation(value) — Method in class com.greensock.loading.data.VideoLoaderVars
Sets the ContentDisplay's rotation property.
rotation — Property in class com.greensock.motionPaths.MotionPath
rotationOffset — Property in class com.greensock.motionPaths.PathFollower
When autoRotate is true, this value will always be added to the resulting rotation of the target.
rotationX(value) — Method in class com.greensock.loading.data.ImageLoaderVars
Sets the ContentDisplay's rotationX property.
rotationX(value) — Method in class com.greensock.loading.data.SWFLoaderVars
Sets the ContentDisplay's rotationX property.
rotationX(value) — Method in class com.greensock.loading.data.VideoLoaderVars
Sets the ContentDisplay's rotationX property.
rotationY(value) — Method in class com.greensock.loading.data.ImageLoaderVars
Sets the ContentDisplay's rotationY property.
rotationY(value) — Method in class com.greensock.loading.data.SWFLoaderVars
Sets the ContentDisplay's rotationY property.
rotationY(value) — Method in class com.greensock.loading.data.VideoLoaderVars
Sets the ContentDisplay's rotationY property.
rotationZ(value) — Method in class com.greensock.loading.data.ImageLoaderVars
Sets the ContentDisplay's rotationZ property.
rotationZ(value) — Method in class com.greensock.loading.data.SWFLoaderVars
Sets the ContentDisplay's rotationZ property.
rotationZ(value) — Method in class com.greensock.loading.data.VideoLoaderVars
Sets the ContentDisplay's rotationZ property.
RoughEase — Class in package com.greensock.easing
Most easing equations give a smooth, gradual transition between the start and end values, but RoughEase provides an easy way to get a rough, jagged effect instead.
RoughEase(strength, points, restrictMaxAndMin, templateEase, taper, randomize, name) — Constructor in class com.greensock.easing.RoughEase
Constructor
roundProps(propertyNames) — Method in class com.greensock.data.TweenMaxVars
An array of the names of properties that should be rounded to the nearest integer when tweening.
RoundPropsPlugin — Class in package com.greensock.plugins
If you'd like the inbetween values in a tween to always get rounded to the nearest integer, use the roundProps special property.
runBackwards(value) — Method in class com.greensock.data.TweenLiteVars
When true, the tween will flip the start and end values which is exactly what TweenLite.from() does.
runBackwards(value) — Method in class com.greensock.data.TweenMaxVars
When true, the tween will flip the start and end values which is exactly what TweenMax.from() does.
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