Main Page | Packages | Class Tree | Index | Help

xp.transitions

class Transition

Object
  |
  +--xp.transitions.Transition

All Known Subclasses: Blinds, Dissolve, Fade, Fly, Iris, Photo, Rotate, Squeeze, Wipe, Zoom

class Transition
extends Object

the actual mask is placed inside a container so that we can rotate the mask as needed without effecting the container coordinates



Method Summary


cleanUp ( desc ): Void


public static
iDrawCircle ( t: MovieClip, x: Number, y: Number, r: Number )
Draw a simple circle in the target clip

public static
iDrawRect ( t: MovieClip, x: Number, y: Number, w: Number, h: Number )
Draw a simple rectangle in the target clip



Method Documentation

cleanUp

function cleanUp(desc): Void

iDrawCircle

public static function iDrawCircle(t: MovieClip,
 x: Number,
 y: Number,
 r: Number)
Draw a simple circle in the target clip

Parameters:
t
target clip
x
x location of rectangle
y
y location of rectangle
r
w width of rectangle

iDrawRect

public static function iDrawRect(t: MovieClip,
 x: Number,
 y: Number,
 w: Number,
 h: Number)
Draw a simple rectangle in the target clip

Parameters:
t
target clip
x
x location of rectangle
y
y location of rectangle
w
width of rectangle
h
height of rectangle

The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc