Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.anotherbigidea.flash.movie.Actions

Uses of Actions in com.anotherbigidea.flash.movie
 

Fields in com.anotherbigidea.flash.movie declared as Actions
protected  Actions[] Placement.clipActions
           
protected  Actions Frame.actions
           
 

Methods in com.anotherbigidea.flash.movie that return Actions
 Actions[] Placement.getClipActions()
          Get the actions for a movie clip
 Actions Frame.getActions()
          Get the frame actions
 Actions Frame.actions(int flashVersion)
          Reset the frame actions (if any) and return the new empty Actions object
 Actions Button.addActions(int conditionFlags, int flashVersion)
           
 

Methods in com.anotherbigidea.flash.movie with parameters of type Actions
 void Placement.setClipActions(Actions[] clipActions)
          Set the actions for a movie clip
 void Frame.setActions(Actions actions)
          Set the frame actions (or null them out)
 Instance Frame.placeMovieClip(Symbol symbol, Transform matrix, com.anotherbigidea.flash.structs.AlphaTransform cxform, java.lang.String name, Actions[] clipActions)
          Place a Movie Clip at the next available depth with the given properties.
 Instance Frame.replaceMovieClip(Symbol symbol, int depth, Transform matrix, com.anotherbigidea.flash.structs.AlphaTransform cxform, java.lang.String name, Actions[] clipActions)
          Replace the Symbol at the given depth with the new MovieClip
 

Constructors in com.anotherbigidea.flash.movie with parameters of type Actions
Placement(Instance instance, Transform matrix, com.anotherbigidea.flash.structs.AlphaTransform cxform, java.lang.String name, int ratio, int clipDepth, int frameNumber, boolean alteration, boolean replacement, Actions[] clipActions)