pt.tumba.parser.swf
Class MovieBuilder.ActionsBuilder

java.lang.Object
  extended by pt.tumba.parser.swf.SWFActionsImpl
      extended by pt.tumba.parser.swf.MovieBuilder.ActionsBuilder
All Implemented Interfaces:
SWFActions
Direct Known Subclasses:
MovieBuilder.ButtonActionBuilder, MovieBuilder.ClipActionBuilder
Enclosing class:
MovieBuilder

protected static class MovieBuilder.ActionsBuilder
extends SWFActionsImpl

A SWFActions implementation that breaks multiple action arrays into separate Actions objects

Author:
unknown

Field Summary
protected  java.util.List actions
          Description of the Field
protected  int version
          Description of the Field
 
Fields inherited from class pt.tumba.parser.swf.SWFActionsImpl
acts
 
Fields inherited from interface pt.tumba.parser.swf.SWFActions
GET_URL_MODE_LOAD_MOVIE_INTO_LEVEL, GET_URL_MODE_LOAD_MOVIE_INTO_SPRITE, GET_URL_MODE_LOAD_VARS_INTO_LEVEL, GET_URL_MODE_LOAD_VARS_INTO_SPRITE, GET_URL_SEND_VARS_GET, GET_URL_SEND_VARS_NONE, GET_URL_SEND_VARS_POST
 
Constructor Summary
protected MovieBuilder.ActionsBuilder(int flashVersion)
          Constructor for the ActionsBuilder object
 
Method Summary
 Actions[] getActions()
          Gets the actions attribute of the ActionsBuilder object
 void start(int conditions)
          Description of the Method
 
Methods inherited from class pt.tumba.parser.swf.SWFActionsImpl
add, and, asciiToChar, asciiToCharMB, bitAnd, bitOr, bitXor, blob, call, callFunction, callMethod, charMBToAscii, charToAscii, cloneSprite, comment, concat, convertToNumber, convertToString, decrement, defineLocal, defineLocalValue, deleteProperty, deleteThreadVars, divide, done, duplicate, end, endBlock, endDrag, enumerate, equals, getMember, getProperty, getTargetPath, getTime, getURL, getURL, getVariable, gotoFrame, gotoFrame, gotoFrame, ifJump, increment, initArray, initObject, jump, jumpLabel, lessThan, lookup, lookupTable, modulo, multiply, newMethod, newObject, nextFrame, not, or, play, pop, prevFrame, push, push, push, push, push, pushNull, pushRegister, randomNumber, removeSprite, returnValue, setMember, setProperty, setSWFActions, setTarget, setTarget, setVariable, shiftLeft, shiftRight, shiftRightUnsigned, startDrag, startFunction, startWith, stop, stopSounds, storeInRegister, stringEquals, stringLength, stringLengthMB, stringLessThan, substract, substring, substringMB, swap, toggleQuality, toInteger, trace, typedAdd, typedEquals, typedLessThan, typeOf, unknown, waitForFrame, waitForFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

protected int version
Description of the Field


actions

protected java.util.List actions
Description of the Field

Constructor Detail

MovieBuilder.ActionsBuilder

protected MovieBuilder.ActionsBuilder(int flashVersion)
Constructor for the ActionsBuilder object

Parameters:
flashVersion - Description of the Parameter
Method Detail

getActions

public Actions[] getActions()
Gets the actions attribute of the ActionsBuilder object

Returns:
The actions value

start

public void start(int conditions)
Description of the Method

Specified by:
start in interface SWFActions
Overrides:
start in class SWFActionsImpl
Parameters:
conditions - Description of the Parameter