Index: R
Symbols
| 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
Index: R
- radix (base of a number)
 
  
  
  - parseInt() and: 20.5. Alphabetical Language Reference
 
  
  
  
  - toString() and: 20.5. Alphabetical Language Reference
 
  
 
- random()
 
  
  
  - global function: 20.5. Alphabetical Language Reference
 
  
  
  
  - Math object: 4.4.2. Built-in Mathematical Functions
 
    - 20.5. Alphabetical Language Reference
 
  
 
  
 
- random frames, displaying: 20.5. Alphabetical Language Reference
 
- read/only and read/write properties: 20.5. Alphabetical Language Reference
 
- real numbers: 4.3. Numeric Literals
 
- reciprocal of square root of 2: 20.5. Alphabetical Language Reference
 
- recursion
 
  
  
  - creating functions for: 9.9. Recursive Functions
 
    - 10.13. Copying Clip Event Handlers
 
  
 
  
  
  
  - finding all movie clips on a timeline: 13.5.6.3. Using for-in to access movie clips
 
  
  
  
  - stripping whitespace using: 20.5. Alphabetical Language Reference
 
  
 
- Red, Green, Blue (see RGB triplet notation)
 
- Red, Green, Blue, and Alpha (see RGBA quadlet notation)
 
- references
 
  
  
  - absolute/relative: 2.5.6.1. The _root and _ parent properties
 
    - 13.5.4.1. Referencing the current level's main movie using _root
 
    - 20.5. Alphabetical Language Reference
 
    - 20.5. Alphabetical Language Reference
 
  
 
  
  
  
  - creating clip objects dynamically: 13.5.6. Dynamic References to Clip Objects
 
  
  
  
  - generating with Insert Target Path: 13.5.5. Authoring Instance References with Insert Target Path
 
  
  
  
  - movie clips and explicit/implicit: 13.5.2. Referring to the Current Instance or Movie
 
  
  
  
  - to nested instances: 13.5.3. Referring to Nested Instances
 
  
  
  
  - resolving using scope chain: 9.7.1. The Scope Chain
 
  
 
- registration points of movie clips: 20.5. Alphabetical Language Reference
 
  
  
  - _x property and: 20.5. Alphabetical Language Reference
 
  
  
  
  - _y property and: 20.5. Alphabetical Language Reference
 
  
 
- regular expressions, not supported: 4.6.5.5. No regular expressions
 
  - 20.5. Alphabetical Language Reference
 
 
- regular movie clips: 13.2.2. Regular Movie Clips
 
- relational operators (see comparison operators)
 
- relative references: 2.5.6.1. The _root and _ parent properties
 
  - 20.5. Alphabetical Language Reference
 
  - 20.5. Alphabetical Language Reference
 
 
- release button event: 10.8.2. release
 
- releaseOutside button event: 10.8.3. releaseOutside
 
- removeMovieClip()
 
  
  
  - deleting attached and duplicated instances: 13.6.2. Using removeMovieClip( ) to Delete Instances
 
  
  
  
  - global function: 20.5. Alphabetical Language Reference
 
    
    
    - target parameter and: 13.8.3.1. Method versus global function overlap issues
 
    
  
 
  
  
  
  - MovieClip class: 13.8.3. Built-in Movie Clip Methods
 
    - 20.5. Alphabetical Language Reference
 
    - 20.5. Alphabetical Language Reference
 
  
 
  
 
- removeNode() (XML class): 20.5. Alphabetical Language Reference
 
  - 20.5. Alphabetical Language Reference
 
 
- rendering quality of Player
 
  
  
  - _highquality global property: 20.5. Alphabetical Language Reference
 
  
  
  
  - _quality global property: 20.5. Alphabetical Language Reference
 
  
  
  
  - toggleHighQuality global function: 20.5. Alphabetical Language Reference
 
  
 
- reserved words: 14.4. Reserved Words
 
- Reset button for forms: 17.2.4. Receiving Results from the Server
 
- Return key, capturing: 10.11.4.1. Handling special keys
 
- return statement: 6.3. The ActionScript Statements
 
  - 6.3.8. The return Statement
 
  
  
  - returning values from functions: 9.4.2. Returning Values from Functions
 
  
  
  
  - terminating functions: 9.4.1. Terminating a Function
 
  
 
- reverse() (Array class): 11.9.1. The reverse( ) Method
 
  - 20.5. Alphabetical Language Reference
 
 
- RGB triplet notation: 20.5. Alphabetical Language Reference
 
  
  
  - getRGB(): 20.5. Alphabetical Language Reference
 
  
  
  
  - setRGB(): 20.5. Alphabetical Language Reference
 
  
 
- RGBA quadlet notation: 20.5. Alphabetical Language Reference
 
  
  
  - getTransform(): 20.5. Alphabetical Language Reference
 
  
  
  
  - setTransform(): 20.5. Alphabetical Language Reference
 
  
 
- right-associative operators: 5.1.3. Operator Precedence
 
- RIGHT property (Key object): 20.5. Alphabetical Language Reference
 
- right shift assignment (>>=) operator: 5.1.3. Operator Precedence
 
- right shift (>>) operator: 15.2.5.1. Signed right shift
 
- rl property (transformobject): 20.5. Alphabetical Language Reference
 
- rollOut button event: 10.8.5. rollOut
 
- rollOver button event: 10.8.4. rollOver
 
- _root global property: 20.5. Alphabetical Language Reference
 
  
  
  - accessing variables on different timelines: 2.5.6.1. The _root and _ parent properties
 
  
  
  
  - referencing current level of main movie: 13.5.4.1. Referencing the current level's main movie using _root
 
  
 
- rotating a movie clip toward mouse pointer: 20.5. Alphabetical Language Reference
 
- _rotation property (MovieClip class): 13.7. Built-in Movie Clip Properties
 
  - 20.5. Alphabetical Language Reference
 
  - 20.5. Alphabetical Language Reference
 
 
- round() (Math object): 20.5. Alphabetical Language Reference
 
- rounding numbers to arbitrary number of decimal places: 4.3.2.1. Floating-point precision
 
- rr property (transformobject): 20.5. Alphabetical Language Reference
 
- runaway scripts, issues when cancelling: 8.6.3. Maximum Number of Iterations
 
- runtime error messages: 19.1. Debugging Tools
 
- runtime import and shared libraries: 16.7.3. Shared Library (Runtime Import)
 
Symbols
| 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
Copyright © 2002
O'Reilly & Associates, Inc.
All Rights Reserved.