|
|||||||||
| Home >> All >> com >> anotherbigidea >> [ flash overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.flash
Interface SWFActionCodes

- public interface SWFActionCodes
Action Codes and associated constants
| Field Summary | |
static int |
ADD
|
static int |
AND
|
static int |
ASCII_TO_CHAR
|
static int |
BIT_AND
|
static int |
BIT_OR
|
static int |
BIT_XOR
|
static int |
CALL
|
static int |
CALL_FUNCTION
|
static int |
CALL_METHOD
|
static int |
CALL_NEW_METHOD
|
static int |
CHAR_TO_ASCII
|
static int |
CLONE_SPRITE
|
static int |
CONVERT_TO_NUMBER
|
static int |
CONVERT_TO_STRING
|
static int |
DECREMENT
|
static int |
DEFINE_FUNCTION
|
static int |
DEFINE_LOCAL
|
static int |
DEFINE_LOCAL_VAL
|
static int |
DEL_THREAD_VARS
|
static int |
DEL_VAR
|
static int |
DIVIDE
|
static int |
DUPLICATE
|
static int |
END_DRAG
|
static int |
ENUMERATE
|
static int |
ENUMERATE_OBJECT
|
static int |
EQUALS
|
static int |
GET_MEMBER
|
static int |
GET_PROPERTY
|
static int |
GET_TARGET_PATH
|
static int |
GET_TIME
|
static int |
GET_URL
|
static int |
GET_URL_2
|
static int |
GET_VARIABLE
|
static int |
GOTO_FRAME
|
static int |
GOTO_FRAME_2
|
static int |
GOTO_LABEL
|
static int |
GREATER
|
static int |
IF
|
static int |
INCREMENT
|
static int |
INIT_ARRAY
|
static int |
INIT_OBJECT
|
static int |
INSTANCE_OF
|
static int |
JUMP
|
static int |
LESS
|
static int |
LOOKUP_TABLE
|
static int |
MB_ASCII_TO_CHAR
|
static int |
MB_CHAR_TO_ASCII
|
static int |
MB_STRING_EXTRACT
|
static int |
MB_STRING_LENGTH
|
static int |
MODULO
|
static int |
MULTIPLY
|
static int |
NEW_OBJECT
|
static int |
NEXT_FRAME
|
static int |
NOT
|
static int |
OR
|
static int |
PLAY
|
static int |
POP
|
static int |
PREVIOUS_FRAME
|
static int |
PROP_ALPHA
|
static int |
PROP_CURRENTFRAME
|
static int |
PROP_DROPTARGET
|
static int |
PROP_FOCUSRECT
|
static int |
PROP_FRAMESLOADED
|
static int |
PROP_HEIGHT
|
static int |
PROP_HIGHQUALITY
|
static int |
PROP_NAME
|
static int |
PROP_QUALITY
|
static int |
PROP_ROTATION
|
static int |
PROP_SOUNDBUFTIME
|
static int |
PROP_TARGET
|
static int |
PROP_TOTALFRAMES
|
static int |
PROP_URL
|
static int |
PROP_VISIBLE
|
static int |
PROP_WIDTH
|
static int |
PROP_X
|
static int |
PROP_XMOUSE
|
static int |
PROP_XSCALE
|
static int |
PROP_Y
|
static int |
PROP_YMOUSE
|
static int |
PROP_YSCALE
|
static int |
PUSH
|
static int |
PUSHTYPE_03
|
static int |
PUSHTYPE_BOOLEAN
|
static int |
PUSHTYPE_DOUBLE
|
static int |
PUSHTYPE_FLOAT
|
static int |
PUSHTYPE_INTEGER
|
static int |
PUSHTYPE_LOOKUP
|
static int |
PUSHTYPE_NULL
|
static int |
PUSHTYPE_REGISTER
|
static int |
PUSHTYPE_STRING
|
static int |
RANDOM_NUMBER
|
static int |
REGISTER
|
static int |
REMOVE_SPRITE
|
static int |
RETURN
|
static int |
SET_MEMBER
|
static int |
SET_PROPERTY
|
static int |
SET_TARGET
|
static int |
SET_TARGET_2
|
static int |
SET_VARIABLE
|
static int |
SHIFT_LEFT
|
static int |
SHIFT_RIGHT
|
static int |
SHIFT_UNSIGNED
|
static int |
START_DRAG
|
static int |
STOP
|
static int |
STOP_SOUNDS
|
static int |
STRICT_EQUALS
|
static int |
STRING_ADD
|
static int |
STRING_EQUALS
|
static int |
STRING_EXTRACT
|
static int |
STRING_GREATER
|
static int |
STRING_LENGTH
|
static int |
STRING_LESS
|
static int |
SUBTRACT
|
static int |
SWAP
|
static int |
TO_INTEGER
|
static int |
TOGGLE_QUALITY
|
static int |
TRACE
|
static int |
TYPED_ADD
|
static int |
TYPED_EQUALS
|
static int |
TYPED_LESS_THAN
|
static int |
TYPEOF
|
static java.lang.String |
TYPEOF_BOOLEAN
|
static java.lang.String |
TYPEOF_FUNCTION
|
static java.lang.String |
TYPEOF_MOVIECLIP
|
static java.lang.String |
TYPEOF_NULL
|
static java.lang.String |
TYPEOF_NUMBER
|
static java.lang.String |
TYPEOF_OBJECT
|
static java.lang.String |
TYPEOF_STRING
|
static java.lang.String |
TYPEOF_UNDEFINED
|
static int |
WAIT_FOR_FRAME
|
static int |
WAIT_FOR_FRAME_2
|
static int |
WITH
|
| Field Detail |
NEXT_FRAME
public static final int NEXT_FRAME
- See Also:
- Constant Field Values
PREVIOUS_FRAME
public static final int PREVIOUS_FRAME
- See Also:
- Constant Field Values
PLAY
public static final int PLAY
- See Also:
- Constant Field Values
STOP
public static final int STOP
- See Also:
- Constant Field Values
TOGGLE_QUALITY
public static final int TOGGLE_QUALITY
- See Also:
- Constant Field Values
STOP_SOUNDS
public static final int STOP_SOUNDS
- See Also:
- Constant Field Values
ADD
public static final int ADD
- See Also:
- Constant Field Values
SUBTRACT
public static final int SUBTRACT
- See Also:
- Constant Field Values
MULTIPLY
public static final int MULTIPLY
- See Also:
- Constant Field Values
DIVIDE
public static final int DIVIDE
- See Also:
- Constant Field Values
EQUALS
public static final int EQUALS
- See Also:
- Constant Field Values
LESS
public static final int LESS
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
STRING_EQUALS
public static final int STRING_EQUALS
- See Also:
- Constant Field Values
STRING_LENGTH
public static final int STRING_LENGTH
- See Also:
- Constant Field Values
STRING_EXTRACT
public static final int STRING_EXTRACT
- See Also:
- Constant Field Values
POP
public static final int POP
- See Also:
- Constant Field Values
TO_INTEGER
public static final int TO_INTEGER
- See Also:
- Constant Field Values
GET_VARIABLE
public static final int GET_VARIABLE
- See Also:
- Constant Field Values
SET_VARIABLE
public static final int SET_VARIABLE
- See Also:
- Constant Field Values
SET_TARGET_2
public static final int SET_TARGET_2
- See Also:
- Constant Field Values
STRING_ADD
public static final int STRING_ADD
- See Also:
- Constant Field Values
GET_PROPERTY
public static final int GET_PROPERTY
- See Also:
- Constant Field Values
SET_PROPERTY
public static final int SET_PROPERTY
- See Also:
- Constant Field Values
CLONE_SPRITE
public static final int CLONE_SPRITE
- See Also:
- Constant Field Values
REMOVE_SPRITE
public static final int REMOVE_SPRITE
- See Also:
- Constant Field Values
TRACE
public static final int TRACE
- See Also:
- Constant Field Values
START_DRAG
public static final int START_DRAG
- See Also:
- Constant Field Values
END_DRAG
public static final int END_DRAG
- See Also:
- Constant Field Values
STRING_LESS
public static final int STRING_LESS
- See Also:
- Constant Field Values
RANDOM_NUMBER
public static final int RANDOM_NUMBER
- See Also:
- Constant Field Values
MB_STRING_LENGTH
public static final int MB_STRING_LENGTH
- See Also:
- Constant Field Values
CHAR_TO_ASCII
public static final int CHAR_TO_ASCII
- See Also:
- Constant Field Values
ASCII_TO_CHAR
public static final int ASCII_TO_CHAR
- See Also:
- Constant Field Values
GET_TIME
public static final int GET_TIME
- See Also:
- Constant Field Values
MB_STRING_EXTRACT
public static final int MB_STRING_EXTRACT
- See Also:
- Constant Field Values
MB_CHAR_TO_ASCII
public static final int MB_CHAR_TO_ASCII
- See Also:
- Constant Field Values
MB_ASCII_TO_CHAR
public static final int MB_ASCII_TO_CHAR
- See Also:
- Constant Field Values
DEL_VAR
public static final int DEL_VAR
- See Also:
- Constant Field Values
DEL_THREAD_VARS
public static final int DEL_THREAD_VARS
- See Also:
- Constant Field Values
DEFINE_LOCAL_VAL
public static final int DEFINE_LOCAL_VAL
- See Also:
- Constant Field Values
CALL_FUNCTION
public static final int CALL_FUNCTION
- See Also:
- Constant Field Values
RETURN
public static final int RETURN
- See Also:
- Constant Field Values
MODULO
public static final int MODULO
- See Also:
- Constant Field Values
NEW_OBJECT
public static final int NEW_OBJECT
- See Also:
- Constant Field Values
DEFINE_LOCAL
public static final int DEFINE_LOCAL
- See Also:
- Constant Field Values
INIT_ARRAY
public static final int INIT_ARRAY
- See Also:
- Constant Field Values
INIT_OBJECT
public static final int INIT_OBJECT
- See Also:
- Constant Field Values
TYPEOF
public static final int TYPEOF
- See Also:
- Constant Field Values
GET_TARGET_PATH
public static final int GET_TARGET_PATH
- See Also:
- Constant Field Values
ENUMERATE
public static final int ENUMERATE
- See Also:
- Constant Field Values
TYPED_ADD
public static final int TYPED_ADD
- See Also:
- Constant Field Values
TYPED_LESS_THAN
public static final int TYPED_LESS_THAN
- See Also:
- Constant Field Values
TYPED_EQUALS
public static final int TYPED_EQUALS
- See Also:
- Constant Field Values
CONVERT_TO_NUMBER
public static final int CONVERT_TO_NUMBER
- See Also:
- Constant Field Values
CONVERT_TO_STRING
public static final int CONVERT_TO_STRING
- See Also:
- Constant Field Values
DUPLICATE
public static final int DUPLICATE
- See Also:
- Constant Field Values
SWAP
public static final int SWAP
- See Also:
- Constant Field Values
GET_MEMBER
public static final int GET_MEMBER
- See Also:
- Constant Field Values
SET_MEMBER
public static final int SET_MEMBER
- See Also:
- Constant Field Values
INCREMENT
public static final int INCREMENT
- See Also:
- Constant Field Values
DECREMENT
public static final int DECREMENT
- See Also:
- Constant Field Values
CALL_METHOD
public static final int CALL_METHOD
- See Also:
- Constant Field Values
CALL_NEW_METHOD
public static final int CALL_NEW_METHOD
- See Also:
- Constant Field Values
INSTANCE_OF
public static final int INSTANCE_OF
- See Also:
- Constant Field Values
ENUMERATE_OBJECT
public static final int ENUMERATE_OBJECT
- See Also:
- Constant Field Values
BIT_AND
public static final int BIT_AND
- See Also:
- Constant Field Values
BIT_OR
public static final int BIT_OR
- See Also:
- Constant Field Values
BIT_XOR
public static final int BIT_XOR
- See Also:
- Constant Field Values
SHIFT_LEFT
public static final int SHIFT_LEFT
- See Also:
- Constant Field Values
SHIFT_RIGHT
public static final int SHIFT_RIGHT
- See Also:
- Constant Field Values
SHIFT_UNSIGNED
public static final int SHIFT_UNSIGNED
- See Also:
- Constant Field Values
STRICT_EQUALS
public static final int STRICT_EQUALS
- See Also:
- Constant Field Values
GREATER
public static final int GREATER
- See Also:
- Constant Field Values
STRING_GREATER
public static final int STRING_GREATER
- See Also:
- Constant Field Values
GOTO_FRAME
public static final int GOTO_FRAME
- See Also:
- Constant Field Values
GET_URL
public static final int GET_URL
- See Also:
- Constant Field Values
REGISTER
public static final int REGISTER
- See Also:
- Constant Field Values
LOOKUP_TABLE
public static final int LOOKUP_TABLE
- See Also:
- Constant Field Values
WAIT_FOR_FRAME
public static final int WAIT_FOR_FRAME
- See Also:
- Constant Field Values
SET_TARGET
public static final int SET_TARGET
- See Also:
- Constant Field Values
GOTO_LABEL
public static final int GOTO_LABEL
- See Also:
- Constant Field Values
WAIT_FOR_FRAME_2
public static final int WAIT_FOR_FRAME_2
- See Also:
- Constant Field Values
WITH
public static final int WITH
- See Also:
- Constant Field Values
PUSH
public static final int PUSH
- See Also:
- Constant Field Values
JUMP
public static final int JUMP
- See Also:
- Constant Field Values
GET_URL_2
public static final int GET_URL_2
- See Also:
- Constant Field Values
DEFINE_FUNCTION
public static final int DEFINE_FUNCTION
- See Also:
- Constant Field Values
IF
public static final int IF
- See Also:
- Constant Field Values
CALL
public static final int CALL
- See Also:
- Constant Field Values
GOTO_FRAME_2
public static final int GOTO_FRAME_2
- See Also:
- Constant Field Values
PROP_X
public static final int PROP_X
- See Also:
- Constant Field Values
PROP_Y
public static final int PROP_Y
- See Also:
- Constant Field Values
PROP_XSCALE
public static final int PROP_XSCALE
- See Also:
- Constant Field Values
PROP_YSCALE
public static final int PROP_YSCALE
- See Also:
- Constant Field Values
PROP_CURRENTFRAME
public static final int PROP_CURRENTFRAME
- See Also:
- Constant Field Values
PROP_TOTALFRAMES
public static final int PROP_TOTALFRAMES
- See Also:
- Constant Field Values
PROP_ALPHA
public static final int PROP_ALPHA
- See Also:
- Constant Field Values
PROP_VISIBLE
public static final int PROP_VISIBLE
- See Also:
- Constant Field Values
PROP_WIDTH
public static final int PROP_WIDTH
- See Also:
- Constant Field Values
PROP_HEIGHT
public static final int PROP_HEIGHT
- See Also:
- Constant Field Values
PROP_ROTATION
public static final int PROP_ROTATION
- See Also:
- Constant Field Values
PROP_TARGET
public static final int PROP_TARGET
- See Also:
- Constant Field Values
PROP_FRAMESLOADED
public static final int PROP_FRAMESLOADED
- See Also:
- Constant Field Values
PROP_NAME
public static final int PROP_NAME
- See Also:
- Constant Field Values
PROP_DROPTARGET
public static final int PROP_DROPTARGET
- See Also:
- Constant Field Values
PROP_URL
public static final int PROP_URL
- See Also:
- Constant Field Values
PROP_HIGHQUALITY
public static final int PROP_HIGHQUALITY
- See Also:
- Constant Field Values
PROP_FOCUSRECT
public static final int PROP_FOCUSRECT
- See Also:
- Constant Field Values
PROP_SOUNDBUFTIME
public static final int PROP_SOUNDBUFTIME
- See Also:
- Constant Field Values
PROP_QUALITY
public static final int PROP_QUALITY
- See Also:
- Constant Field Values
PROP_XMOUSE
public static final int PROP_XMOUSE
- See Also:
- Constant Field Values
PROP_YMOUSE
public static final int PROP_YMOUSE
- See Also:
- Constant Field Values
TYPEOF_NUMBER
public static final java.lang.String TYPEOF_NUMBER
- See Also:
- Constant Field Values
TYPEOF_BOOLEAN
public static final java.lang.String TYPEOF_BOOLEAN
- See Also:
- Constant Field Values
TYPEOF_STRING
public static final java.lang.String TYPEOF_STRING
- See Also:
- Constant Field Values
TYPEOF_OBJECT
public static final java.lang.String TYPEOF_OBJECT
- See Also:
- Constant Field Values
TYPEOF_MOVIECLIP
public static final java.lang.String TYPEOF_MOVIECLIP
- See Also:
- Constant Field Values
TYPEOF_NULL
public static final java.lang.String TYPEOF_NULL
- See Also:
- Constant Field Values
TYPEOF_UNDEFINED
public static final java.lang.String TYPEOF_UNDEFINED
- See Also:
- Constant Field Values
TYPEOF_FUNCTION
public static final java.lang.String TYPEOF_FUNCTION
- See Also:
- Constant Field Values
PUSHTYPE_STRING
public static final int PUSHTYPE_STRING
- See Also:
- Constant Field Values
PUSHTYPE_FLOAT
public static final int PUSHTYPE_FLOAT
- See Also:
- Constant Field Values
PUSHTYPE_NULL
public static final int PUSHTYPE_NULL
- See Also:
- Constant Field Values
PUSHTYPE_03
public static final int PUSHTYPE_03
- See Also:
- Constant Field Values
PUSHTYPE_REGISTER
public static final int PUSHTYPE_REGISTER
- See Also:
- Constant Field Values
PUSHTYPE_BOOLEAN
public static final int PUSHTYPE_BOOLEAN
- See Also:
- Constant Field Values
PUSHTYPE_DOUBLE
public static final int PUSHTYPE_DOUBLE
- See Also:
- Constant Field Values
PUSHTYPE_INTEGER
public static final int PUSHTYPE_INTEGER
- See Also:
- Constant Field Values
PUSHTYPE_LOOKUP
public static final int PUSHTYPE_LOOKUP
- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> com >> anotherbigidea >> [ flash overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC