Uses of Class
com.flagstone.transform.action.Property

Packages that use Property
com.flagstone.transform.action The action package contains all the classes used to represent the different actions in a Flash file (currently ActionScript 3 is not supported). 
 

Uses of Property in com.flagstone.transform.action
 

Fields in com.flagstone.transform.action declared as Property
static Property Property.ALPHA
          The transparency of the movie clip.
static Property Property.CURRENT_FRAME
          The number of the current frame playing in the movie clip.
static Property Property.DROP_TARGET
          The name of the movie clip currently being dragged.
static Property Property.FOCUS_RECT
          Identifies whether a rectangle is drawn around a button or text field that has the current focus This is equivalent to the _focusrect property in actionscript.
static Property Property.FRAMES_LOADED
          The number of frames form the movie clip loaded.
static Property Property.HEIGHT
          The height of the movie clip in pixels.
static Property Property.HIGH_QUALITY
          Identifies the level of aliasing being performed by the Player.
static Property Property.NAME
          The name of movie clip.
static Property Property.QUALITY
          Identifies the level of rendering quality being performed by the Player.
static Property Property.ROTATION
          The angle of rotation of the movie clip in degrees.
static Property Property.SOUND_BUF_TIME
          The amount of time streaming sound is buffered by the Player before playing.
static Property Property.TARGET
          The path of the movie clip relative to the root movie in the Player.
static Property Property.TOTAL_FRAMES
          The total number of frames in the movie clip.
static Property Property.URL
          The URL from which the movie clip was loaded.
static Property Property.VISIBLE
          Whether the movie clip is visible.
static Property Property.WIDTH
          The width of the movie clip in pixels.
static Property Property.XCOORD
          The x-origin of the movie clip relative to the parent clip.
static Property Property.XMOUSE
          The current x-coordinate of the mouse pointer on the Player screen.
static Property Property.XSCALE
          The scaling factor of the movie clip in the x direction.
static Property Property.YCOORD
          The y-origin of the movie clip relative to the parent clip.
static Property Property.YMOUSE
          The current y-coordinate of the mouse pointer on the Player screen.
static Property Property.YSCALE
          The scaling factor of the movie clip in the x direction.
 



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.