|
|
|
@@ -0,0 +1,925 @@
|
|
|
|
|
#String for whole list generation
|
|
|
|
|
|
|
|
|
|
ui.list.heading = AVM2 Instruction list
|
|
|
|
|
ui.list.pageTitle = AVM2 Instruction list
|
|
|
|
|
ui.list.documentTitle = AVM2 Instruction list
|
|
|
|
|
ui.list.pageDescription = List of all known ActionScript 3 - AVM2 instructions with their operands and stack values
|
|
|
|
|
|
|
|
|
|
#various strings in UI:
|
|
|
|
|
ui.unknown = ???
|
|
|
|
|
ui.stack = Stack:
|
|
|
|
|
ui.stack.before = ...,
|
|
|
|
|
ui.stack.before.empty = ...
|
|
|
|
|
ui.stack.to = \ \u279e
|
|
|
|
|
ui.flags = Flags:
|
|
|
|
|
ui.description = Description:
|
|
|
|
|
ui.filter.hide = Hide:
|
|
|
|
|
ui.filter.byname = Find by name:
|
|
|
|
|
ui.filter.order = Order by:
|
|
|
|
|
ui.filter.order.code = code
|
|
|
|
|
ui.filter.order.name = name
|
|
|
|
|
ui.swfVersion = Since SWF version:
|
|
|
|
|
|
|
|
|
|
#----------------------- Actions
|
|
|
|
|
|
|
|
|
|
action.gotoframe.name = GotoFrame
|
|
|
|
|
action.gotoframe.code = 0x81
|
|
|
|
|
action.gotoframe.swfVersion = 3
|
|
|
|
|
action.gotoframe.shortDescription = Go to frame
|
|
|
|
|
action.gotoframe.description =
|
|
|
|
|
action.gotoframe.stackBefore =
|
|
|
|
|
action.gotoframe.stackAfter =
|
|
|
|
|
action.gotoframe.operands = frame:UI16
|
|
|
|
|
|
|
|
|
|
action.geturl.name = GetURL
|
|
|
|
|
action.geturl.code = 0x83
|
|
|
|
|
action.geturl.swfVersion = 3
|
|
|
|
|
action.geturl.shortDescription = Get URL
|
|
|
|
|
action.geturl.description =
|
|
|
|
|
action.geturl.stackBefore =
|
|
|
|
|
action.geturl.stackAfter =
|
|
|
|
|
action.geturl.operands = urlString:STRING, targetString:STRING
|
|
|
|
|
|
|
|
|
|
action.nextframe.name = NextFrame
|
|
|
|
|
action.nextframe.code = 0x04
|
|
|
|
|
action.nextframe.swfVersion = 3
|
|
|
|
|
action.nextframe.shortDescription = Go to next frame
|
|
|
|
|
action.nextframe.description =
|
|
|
|
|
action.nextframe.stackBefore =
|
|
|
|
|
action.nextframe.stackAfter =
|
|
|
|
|
action.nextframe.operands =
|
|
|
|
|
|
|
|
|
|
action.prevframe.name = PrevFrame
|
|
|
|
|
action.prevframe.code = 0x05
|
|
|
|
|
action.prevframe.swfVersion = 3
|
|
|
|
|
action.prevframe.shortDescription = Go to previous frame
|
|
|
|
|
action.prevframe.description =
|
|
|
|
|
action.prevframe.stackBefore =
|
|
|
|
|
action.prevframe.stackAfter =
|
|
|
|
|
action.prevframe.operands =
|
|
|
|
|
|
|
|
|
|
action.play.name = Play
|
|
|
|
|
action.play.code = 0x06
|
|
|
|
|
action.play.swfVersion = 3
|
|
|
|
|
action.play.shortDescription = Play
|
|
|
|
|
action.play.description = Start playing at current frame
|
|
|
|
|
action.play.stackBefore =
|
|
|
|
|
action.play.stackAfter =
|
|
|
|
|
action.play.operands =
|
|
|
|
|
|
|
|
|
|
action.stop.name = Stop
|
|
|
|
|
action.stop.code = 0x07
|
|
|
|
|
action.stop.swfVersion = 3
|
|
|
|
|
action.stop.shortDescription = Stop
|
|
|
|
|
action.stop.description = Stop playing at current frame
|
|
|
|
|
action.stop.stackBefore =
|
|
|
|
|
action.stop.stackAfter =
|
|
|
|
|
action.stop.operands =
|
|
|
|
|
|
|
|
|
|
action.togglequality.name = ToggleQuality
|
|
|
|
|
action.togglequality.code = 0x08
|
|
|
|
|
action.togglequality.swfVersion = 3
|
|
|
|
|
action.togglequality.shortDescription = Toggle quality
|
|
|
|
|
action.togglequality.description = Toggles display quality between high and low
|
|
|
|
|
action.togglequality.stackBefore =
|
|
|
|
|
action.togglequality.stackAfter =
|
|
|
|
|
action.togglequality.operands =
|
|
|
|
|
|
|
|
|
|
action.stopsounds.name = StopSounds
|
|
|
|
|
action.stopsounds.code = 0x09
|
|
|
|
|
action.stopsounds.swfVersion = 3
|
|
|
|
|
action.stopsounds.shortDescription = Stop sounds
|
|
|
|
|
action.stopsounds.description = Stop playing all sounds
|
|
|
|
|
action.stopsounds.stackBefore =
|
|
|
|
|
action.stopsounds.stackAfter =
|
|
|
|
|
action.stopsounds.operands =
|
|
|
|
|
|
|
|
|
|
action.waitforframe.name = WaitForFrame
|
|
|
|
|
action.waitforframe.code = 0x8A
|
|
|
|
|
action.waitforframe.swfVersion = 3
|
|
|
|
|
action.waitforframe.shortDescription = Wait for frame
|
|
|
|
|
action.waitforframe.description =
|
|
|
|
|
action.waitforframe.stackBefore =
|
|
|
|
|
action.waitforframe.stackAfter =
|
|
|
|
|
action.waitforframe.operands = frame:UI16, skipCount:UI8
|
|
|
|
|
|
|
|
|
|
action.settarget.name = SetTarget
|
|
|
|
|
action.settarget.code = 0x8B
|
|
|
|
|
action.settarget.swfVersion = 3
|
|
|
|
|
action.settarget.shortDescription = Set target
|
|
|
|
|
action.settarget.description = Changes context of subsequent actions
|
|
|
|
|
action.settarget.stackBefore =
|
|
|
|
|
action.settarget.stackAfter =
|
|
|
|
|
action.settarget.operands = targetName:STRING
|
|
|
|
|
|
|
|
|
|
action.gotolabel.name = GoToLabel
|
|
|
|
|
action.gotolabel.code = 0x8C
|
|
|
|
|
action.gotolabel.swfVersion = 3
|
|
|
|
|
action.gotolabel.shortDescription = Go to label
|
|
|
|
|
action.gotolabel.description = Go to frame associated with specified label
|
|
|
|
|
action.gotolabel.stackBefore =
|
|
|
|
|
action.gotolabel.stackAfter =
|
|
|
|
|
action.gotolabel.operands = label:STRING
|
|
|
|
|
|
|
|
|
|
action.push.name = Push
|
|
|
|
|
action.push.code = 0x96
|
|
|
|
|
action.push.swfVersion = 4
|
|
|
|
|
action.push.shortDescription = Push value(s)
|
|
|
|
|
action.push.description = Pushes one or more values to the stack
|
|
|
|
|
action.push.stackBefore =
|
|
|
|
|
action.push.stackAfter = values
|
|
|
|
|
action.push.operands = value1:*, value2:*, ...
|
|
|
|
|
|
|
|
|
|
action.pop.name = Pop
|
|
|
|
|
action.pop.code = 0x17
|
|
|
|
|
action.pop.swfVersion = 4
|
|
|
|
|
action.pop.shortDescription = Pop value
|
|
|
|
|
action.pop.description = Pops value from the stack and discards it
|
|
|
|
|
action.pop.stackBefore = value
|
|
|
|
|
action.pop.stackAfter =
|
|
|
|
|
action.pop.operands =
|
|
|
|
|
|
|
|
|
|
action.add.name = Add
|
|
|
|
|
action.add.code = 0x0A
|
|
|
|
|
action.add.swfVersion = 4
|
|
|
|
|
action.add.shortDescription = Add two values
|
|
|
|
|
action.add.description = Adds two numbers and pushes the result back to the stack
|
|
|
|
|
action.add.stackBefore = value1, value2
|
|
|
|
|
action.add.stackAfter = result
|
|
|
|
|
action.add.operands =
|
|
|
|
|
|
|
|
|
|
action.subtract.name = Subtract
|
|
|
|
|
action.subtract.code = 0x0B
|
|
|
|
|
action.subtract.swfVersion = 4
|
|
|
|
|
action.subtract.shortDescription = Subtract two values
|
|
|
|
|
action.subtract.description = Subtracts two numbers and pushes the result back to the stack
|
|
|
|
|
action.subtract.stackBefore = value1, value2
|
|
|
|
|
action.subtract.stackAfter = result
|
|
|
|
|
action.subtract.operands =
|
|
|
|
|
|
|
|
|
|
action.multiply.name = Multiply
|
|
|
|
|
action.multiply.code = 0x0C
|
|
|
|
|
action.multiply.swfVersion = 4
|
|
|
|
|
action.multiply.shortDescription = Multiply two values
|
|
|
|
|
action.multiply.description = Multiplies two numbers and pushes the result back to the stack
|
|
|
|
|
action.multiply.stackBefore = value1, value2
|
|
|
|
|
action.multiply.stackAfter = result
|
|
|
|
|
action.multiply.operands =
|
|
|
|
|
|
|
|
|
|
action.divide.name = Divide
|
|
|
|
|
action.divide.code = 0x0D
|
|
|
|
|
action.divide.swfVersion = 4
|
|
|
|
|
action.divide.shortDescription = Divide two values
|
|
|
|
|
action.divide.description = Divides two numbers and pushes the result back to the stack
|
|
|
|
|
action.divide.stackBefore = value1, value2
|
|
|
|
|
action.divide.stackAfter = result
|
|
|
|
|
action.divide.operands =
|
|
|
|
|
|
|
|
|
|
action.equals.name = Equals
|
|
|
|
|
action.equals.code = 0x0E
|
|
|
|
|
action.equals.swfVersion = 4
|
|
|
|
|
action.equals.shortDescription = Check that two values are equal
|
|
|
|
|
action.equals.description =
|
|
|
|
|
action.equals.stackBefore = value1, value2
|
|
|
|
|
action.equals.stackAfter = booleanResult
|
|
|
|
|
action.equals.operands =
|
|
|
|
|
|
|
|
|
|
action.less.name = Less
|
|
|
|
|
action.less.code = 0x0F
|
|
|
|
|
action.less.swfVersion = 4
|
|
|
|
|
action.less.shortDescription = Check that value is less than other value
|
|
|
|
|
action.less.description =
|
|
|
|
|
action.less.stackBefore = value1, value2
|
|
|
|
|
action.less.stackAfter = booleanResult
|
|
|
|
|
action.less.operands =
|
|
|
|
|
|
|
|
|
|
action.and.name = And
|
|
|
|
|
action.and.code = 0x10
|
|
|
|
|
action.and.swfVersion = 4
|
|
|
|
|
action.and.shortDescription = Logical AND
|
|
|
|
|
action.and.description = Performs a logical AND of two numbers
|
|
|
|
|
action.and.stackBefore = value1, value2
|
|
|
|
|
action.and.stackAfter = booleanResult
|
|
|
|
|
action.and.operands =
|
|
|
|
|
|
|
|
|
|
action.or.name = Or
|
|
|
|
|
action.or.code = 0x11
|
|
|
|
|
action.or.swfVersion = 4
|
|
|
|
|
action.or.shortDescription = Logical OR
|
|
|
|
|
action.or.description = Performs a logical OR of two numbers
|
|
|
|
|
action.or.stackBefore = value1, value2
|
|
|
|
|
action.or.stackAfter = booleanResult
|
|
|
|
|
action.or.operands =
|
|
|
|
|
|
|
|
|
|
action.not.name = Not
|
|
|
|
|
action.not.code = 0x12
|
|
|
|
|
action.not.swfVersion = 4
|
|
|
|
|
action.not.shortDescription = Logical NOT
|
|
|
|
|
action.not.description = Performs a logical NOT of a number
|
|
|
|
|
action.not.stackBefore = value
|
|
|
|
|
action.not.stackAfter = booleanResult
|
|
|
|
|
action.not.operands =
|
|
|
|
|
|
|
|
|
|
action.stringequals.name = StringEquals
|
|
|
|
|
action.stringequals.code = 0x13
|
|
|
|
|
action.stringequals.swfVersion = 4
|
|
|
|
|
action.stringequals.shortDescription = Check that two strings are equal
|
|
|
|
|
action.stringequals.description =
|
|
|
|
|
action.stringequals.stackBefore = value1, value2
|
|
|
|
|
action.stringequals.stackAfter = booleanResult
|
|
|
|
|
action.stringequals.operands =
|
|
|
|
|
|
|
|
|
|
action.stringlength.name = StringLength
|
|
|
|
|
action.stringlength.code = 0x14
|
|
|
|
|
action.stringlength.swfVersion = 4
|
|
|
|
|
action.stringlength.shortDescription = Length of the string
|
|
|
|
|
action.stringlength.description = Computes the length of a string
|
|
|
|
|
action.stringlength.stackBefore = value
|
|
|
|
|
action.stringlength.stackAfter = result
|
|
|
|
|
action.stringlength.operands =
|
|
|
|
|
|
|
|
|
|
action.stringadd.name = StringAdd
|
|
|
|
|
action.stringadd.code = 0x21
|
|
|
|
|
action.stringadd.swfVersion = 4
|
|
|
|
|
action.stringadd.shortDescription = Concatenate two strings
|
|
|
|
|
action.stringadd.description =
|
|
|
|
|
action.stringadd.stackBefore = value1, value2
|
|
|
|
|
action.stringadd.stackAfter = result
|
|
|
|
|
action.stringadd.operands =
|
|
|
|
|
|
|
|
|
|
action.stringextract.name = StringExtract
|
|
|
|
|
action.stringextract.code = 0x15
|
|
|
|
|
action.stringextract.swfVersion = 4
|
|
|
|
|
action.stringextract.shortDescription = Extract a substring from a string
|
|
|
|
|
action.stringextract.description =
|
|
|
|
|
action.stringextract.stackBefore = count, index, string
|
|
|
|
|
action.stringextract.stackAfter = result
|
|
|
|
|
action.stringextract.operands =
|
|
|
|
|
|
|
|
|
|
action.stringless.name = StringLess
|
|
|
|
|
action.stringless.code = 0x29
|
|
|
|
|
action.stringless.swfVersion = 4
|
|
|
|
|
action.stringless.shortDescription = Check that string is less than other string
|
|
|
|
|
action.stringless.description =
|
|
|
|
|
action.stringless.stackBefore = value1, value2
|
|
|
|
|
action.stringless.stackAfter = booleanResult
|
|
|
|
|
action.stringless.operands =
|
|
|
|
|
|
|
|
|
|
action.mbstringlength.name = MBStringLength
|
|
|
|
|
action.mbstringlength.code = 0x31
|
|
|
|
|
action.mbstringlength.swfVersion = 4
|
|
|
|
|
action.mbstringlength.shortDescription = Length of the string multi-byte aware
|
|
|
|
|
action.mbstringlength.description = Computes the length of a string multi-byte aware
|
|
|
|
|
action.mbstringlength.stackBefore = value
|
|
|
|
|
action.mbstringlength.stackAfter = result
|
|
|
|
|
action.mbstringlength.operands =
|
|
|
|
|
|
|
|
|
|
action.mbstringextract.name = MBStringExtract
|
|
|
|
|
action.mbstringextract.code = 0x35
|
|
|
|
|
action.mbstringextract.swfVersion = 4
|
|
|
|
|
action.mbstringextract.shortDescription = Extract a substring from a string multi-byte aware
|
|
|
|
|
action.mbstringextract.description =
|
|
|
|
|
action.mbstringextract.stackBefore = count, index, string
|
|
|
|
|
action.mbstringextract.stackAfter = result
|
|
|
|
|
action.mbstringextract.operands =
|
|
|
|
|
|
|
|
|
|
action.tointeger.name = ToInteger
|
|
|
|
|
action.tointeger.code = 0x18
|
|
|
|
|
action.tointeger.swfVersion = 4
|
|
|
|
|
action.tointeger.shortDescription = Convert a value to an integer
|
|
|
|
|
action.tointeger.description =
|
|
|
|
|
action.tointeger.stackBefore = value
|
|
|
|
|
action.tointeger.stackAfter = result
|
|
|
|
|
action.tointeger.operands =
|
|
|
|
|
|
|
|
|
|
action.chartoascii.name = CharToAscii
|
|
|
|
|
action.chartoascii.code = 0x32
|
|
|
|
|
action.chartoascii.swfVersion = 4
|
|
|
|
|
action.chartoascii.shortDescription = Convert character code to ASCII
|
|
|
|
|
action.chartoascii.description =
|
|
|
|
|
action.chartoascii.stackBefore = value
|
|
|
|
|
action.chartoascii.stackAfter = result
|
|
|
|
|
action.chartoascii.operands =
|
|
|
|
|
|
|
|
|
|
action.asciitochar.name = AsciiToChar
|
|
|
|
|
action.asciitochar.code = 0x33
|
|
|
|
|
action.asciitochar.swfVersion = 4
|
|
|
|
|
action.asciitochar.shortDescription = Converts a value to an ASCII character code
|
|
|
|
|
action.asciitochar.description =
|
|
|
|
|
action.asciitochar.stackBefore = value
|
|
|
|
|
action.asciitochar.stackAfter = result
|
|
|
|
|
action.asciitochar.operands =
|
|
|
|
|
|
|
|
|
|
action.mbchartoascii.name = MBCharToAscii
|
|
|
|
|
action.mbchartoascii.code = 0x36
|
|
|
|
|
action.mbchartoascii.swfVersion = 4
|
|
|
|
|
action.mbchartoascii.shortDescription = Convert character code to ASCII multi-byte aware
|
|
|
|
|
action.mbchartoascii.description =
|
|
|
|
|
action.mbchartoascii.stackBefore = value
|
|
|
|
|
action.mbchartoascii.stackAfter = result
|
|
|
|
|
action.mbchartoascii.operands =
|
|
|
|
|
|
|
|
|
|
action.mbasciitochar.name = MBAsciiToChar
|
|
|
|
|
action.mbasciitochar.code = 0x37
|
|
|
|
|
action.mbasciitochar.swfVersion = 4
|
|
|
|
|
action.mbasciitochar.shortDescription = Converts a value to an ASCII character code multi-byte aware
|
|
|
|
|
action.mbasciitochar.description =
|
|
|
|
|
action.mbasciitochar.stackBefore = value
|
|
|
|
|
action.mbasciitochar.stackAfter = result
|
|
|
|
|
action.mbasciitochar.operands =
|
|
|
|
|
|
|
|
|
|
action.jump.name = Jump
|
|
|
|
|
action.jump.code = 0x99
|
|
|
|
|
action.jump.swfVersion = 4
|
|
|
|
|
action.jump.shortDescription = Jump to location
|
|
|
|
|
action.jump.description =
|
|
|
|
|
action.jump.stackBefore =
|
|
|
|
|
action.jump.stackAfter =
|
|
|
|
|
action.jump.operands = location:identifier
|
|
|
|
|
|
|
|
|
|
action.if.name = If
|
|
|
|
|
action.if.code = 0x9D
|
|
|
|
|
action.if.swfVersion = 4
|
|
|
|
|
action.if.shortDescription = If branch
|
|
|
|
|
action.if.description = Creates a conditional test and branch
|
|
|
|
|
action.if.stackBefore = condition
|
|
|
|
|
action.if.stackAfter =
|
|
|
|
|
action.if.operands = branchTarget:identifier
|
|
|
|
|
|
|
|
|
|
action.call.name = Call
|
|
|
|
|
action.call.code = 0x9E
|
|
|
|
|
action.call.swfVersion = 4
|
|
|
|
|
action.call.shortDescription = Call a subroutine
|
|
|
|
|
action.call.description =
|
|
|
|
|
action.call.stackBefore = value
|
|
|
|
|
action.call.stackAfter =
|
|
|
|
|
action.call.operands =
|
|
|
|
|
|
|
|
|
|
action.getvariable.name = GetVariable
|
|
|
|
|
action.getvariable.code = 0x1C
|
|
|
|
|
action.getvariable.swfVersion = 4
|
|
|
|
|
action.getvariable.shortDescription = Get variable value
|
|
|
|
|
action.getvariable.description =
|
|
|
|
|
action.getvariable.stackBefore = name
|
|
|
|
|
action.getvariable.stackAfter = value
|
|
|
|
|
action.getvariable.operands =
|
|
|
|
|
|
|
|
|
|
action.setvariable.name = SetVariable
|
|
|
|
|
action.setvariable.code = 0x1D
|
|
|
|
|
action.setvariable.swfVersion = 4
|
|
|
|
|
action.setvariable.shortDescription = Set variable value
|
|
|
|
|
action.setvariable.description =
|
|
|
|
|
action.setvariable.stackBefore = value, name
|
|
|
|
|
action.setvariable.stackAfter =
|
|
|
|
|
action.setvariable.operands =
|
|
|
|
|
|
|
|
|
|
action.geturl2.name = GetURL2
|
|
|
|
|
action.geturl2.code = 0x9A
|
|
|
|
|
action.geturl2.swfVersion = 4
|
|
|
|
|
action.geturl2.shortDescription = Get a URL (stack based)
|
|
|
|
|
action.geturl2.description =
|
|
|
|
|
action.geturl2.stackBefore = target, url
|
|
|
|
|
action.geturl2.stackAfter =
|
|
|
|
|
action.geturl2.operands = sendVarsMethod:integer, loadTargetFlag:boolean, loadVariablesFlag:boolean
|
|
|
|
|
|
|
|
|
|
action.gotoframe2.name = GotoFrame2
|
|
|
|
|
action.gotoframe2.code = 0x9F
|
|
|
|
|
action.gotoframe2.swfVersion = 4
|
|
|
|
|
action.gotoframe2.shortDescription = Go to frame (stack based)
|
|
|
|
|
action.gotoframe2.description =
|
|
|
|
|
action.gotoframe2.stackBefore = frame
|
|
|
|
|
action.gotoframe2.stackAfter =
|
|
|
|
|
action.gotoframe2.operands = sceneBiasFlag:boolean, playFlag:boolean, [sceneBias:UI16]
|
|
|
|
|
|
|
|
|
|
action.settarget2.name = SetTarget2
|
|
|
|
|
action.settarget2.code = 0x20
|
|
|
|
|
action.settarget2.swfVersion = 4
|
|
|
|
|
action.settarget2.shortDescription = Set the current context (stack based)
|
|
|
|
|
action.settarget2.description =
|
|
|
|
|
action.settarget2.stackBefore = target
|
|
|
|
|
action.settarget2.stackAfter =
|
|
|
|
|
action.settarget2.operands =
|
|
|
|
|
|
|
|
|
|
action.getproperty.name = GetProperty
|
|
|
|
|
action.getproperty.code = 0x22
|
|
|
|
|
action.getproperty.swfVersion = 4
|
|
|
|
|
action.getproperty.shortDescription = Get property value
|
|
|
|
|
action.getproperty.description =
|
|
|
|
|
action.getproperty.stackBefore = index, target
|
|
|
|
|
action.getproperty.stackAfter = value
|
|
|
|
|
action.getproperty.operands =
|
|
|
|
|
|
|
|
|
|
action.setproperty.name = SetProperty
|
|
|
|
|
action.setproperty.code = 0x23
|
|
|
|
|
action.setproperty.swfVersion = 4
|
|
|
|
|
action.setproperty.shortDescription = Set property value
|
|
|
|
|
action.setproperty.description =
|
|
|
|
|
action.setproperty.stackBefore = value, index, target
|
|
|
|
|
action.setproperty.stackAfter =
|
|
|
|
|
action.setproperty.operands =
|
|
|
|
|
|
|
|
|
|
action.clonesprite.name = CloneSprite
|
|
|
|
|
action.clonesprite.code = 0x24
|
|
|
|
|
action.clonesprite.swfVersion = 4
|
|
|
|
|
action.clonesprite.shortDescription = Clone a sprite
|
|
|
|
|
action.clonesprite.description =
|
|
|
|
|
action.clonesprite.stackBefore = depth, target, source
|
|
|
|
|
action.clonesprite.stackAfter =
|
|
|
|
|
action.clonesprite.operands =
|
|
|
|
|
|
|
|
|
|
action.removesprite.name = RemoveSprite
|
|
|
|
|
action.removesprite.code = 0x25
|
|
|
|
|
action.removesprite.swfVersion = 4
|
|
|
|
|
action.removesprite.shortDescription = Remove sprite
|
|
|
|
|
action.removesprite.description =
|
|
|
|
|
action.removesprite.stackBefore = target
|
|
|
|
|
action.removesprite.stackAfter =
|
|
|
|
|
action.removesprite.operands =
|
|
|
|
|
|
|
|
|
|
action.startdrag.name = StartDrag
|
|
|
|
|
action.startdrag.code = 0x27
|
|
|
|
|
action.startdrag.swfVersion = 4
|
|
|
|
|
action.startdrag.shortDescription = Start dragging a movie clip
|
|
|
|
|
action.startdrag.description =
|
|
|
|
|
action.startdrag.stackBefore = target, lockcenter, constrain, [y2, x2, y1, x1]
|
|
|
|
|
action.startdrag.stackAfter =
|
|
|
|
|
action.startdrag.operands =
|
|
|
|
|
|
|
|
|
|
action.enddrag.name = EndDrag
|
|
|
|
|
action.enddrag.code = 0x28
|
|
|
|
|
action.enddrag.swfVersion = 4
|
|
|
|
|
action.enddrag.shortDescription = End drag operation
|
|
|
|
|
action.enddrag.description =
|
|
|
|
|
action.enddrag.stackBefore =
|
|
|
|
|
action.enddrag.stackAfter =
|
|
|
|
|
action.enddrag.operands =
|
|
|
|
|
|
|
|
|
|
action.waitforframe2.name = WaitForFrame2
|
|
|
|
|
action.waitforframe2.code = 0x8D
|
|
|
|
|
action.waitforframe2.swfVersion = 4
|
|
|
|
|
action.waitforframe2.shortDescription = Wait for a frame (stack based)
|
|
|
|
|
action.waitforframe2.description =
|
|
|
|
|
action.waitforframe2.stackBefore = frame
|
|
|
|
|
action.waitforframe2.stackAfter =
|
|
|
|
|
action.waitforframe2.operands = skipCount:UI8
|
|
|
|
|
|
|
|
|
|
action.trace.name = Trace
|
|
|
|
|
action.trace.code = 0x26
|
|
|
|
|
action.trace.swfVersion = 4
|
|
|
|
|
action.trace.shortDescription = Send debugging output string
|
|
|
|
|
action.trace.description =
|
|
|
|
|
action.trace.stackBefore = value
|
|
|
|
|
action.trace.stackAfter =
|
|
|
|
|
action.trace.operands =
|
|
|
|
|
|
|
|
|
|
action.gettime.name = GetTime
|
|
|
|
|
action.gettime.code = 0x34
|
|
|
|
|
action.gettime.swfVersion = 4
|
|
|
|
|
action.gettime.shortDescription = Get milliseconds since FP start
|
|
|
|
|
action.gettime.description =
|
|
|
|
|
action.gettime.stackBefore =
|
|
|
|
|
action.gettime.stackAfter = value
|
|
|
|
|
action.gettime.operands =
|
|
|
|
|
|
|
|
|
|
action.randomnumber.name = RandomNumber
|
|
|
|
|
action.randomnumber.code = 0x30
|
|
|
|
|
action.randomnumber.swfVersion = 4
|
|
|
|
|
action.randomnumber.shortDescription = Calculate random number
|
|
|
|
|
action.randomnumber.description =
|
|
|
|
|
action.randomnumber.stackBefore = maximum
|
|
|
|
|
action.randomnumber.stackAfter = result
|
|
|
|
|
action.randomnumber.operands =
|
|
|
|
|
|
|
|
|
|
action.callfunction.name = CallFunction
|
|
|
|
|
action.callfunction.code = 0x3D
|
|
|
|
|
action.callfunction.swfVersion = 5
|
|
|
|
|
action.callfunction.shortDescription = Execute a function
|
|
|
|
|
action.callfunction.description =
|
|
|
|
|
action.callfunction.stackBefore = functionName, numArgs, [argument1, argument2, ...]
|
|
|
|
|
action.callfunction.stackAfter = result
|
|
|
|
|
action.callfunction.operands =
|
|
|
|
|
|
|
|
|
|
action.callmethod.name = CallMethod
|
|
|
|
|
action.callmethod.code = 0x52
|
|
|
|
|
action.callmethod.swfVersion = 5
|
|
|
|
|
action.callmethod.shortDescription = Execute a method on an object
|
|
|
|
|
action.callmethod.description =
|
|
|
|
|
action.callmethod.stackBefore = methodName, object, numArgs, [argument1, argument2, ...]
|
|
|
|
|
action.callmethod.stackAfter = result
|
|
|
|
|
action.callmethod.operands =
|
|
|
|
|
|
|
|
|
|
action.constantpool.name = ConstantPool
|
|
|
|
|
action.constantpool.code = 0x88
|
|
|
|
|
action.constantpool.swfVersion = 5
|
|
|
|
|
action.constantpool.shortDescription = Create a new constant pool
|
|
|
|
|
action.constantpool.description =
|
|
|
|
|
action.constantpool.stackBefore =
|
|
|
|
|
action.constantpool.stackAfter =
|
|
|
|
|
action.constantpool.operands = constant1:STRING, constant2:STRING, ...
|
|
|
|
|
|
|
|
|
|
action.definefunction.name = DefineFunction
|
|
|
|
|
action.definefunction.code = 0x9B
|
|
|
|
|
action.definefunction.swfVersion = 5
|
|
|
|
|
action.definefunction.shortDescription = Define a function
|
|
|
|
|
action.definefunction.description =
|
|
|
|
|
action.definefunction.stackBefore =
|
|
|
|
|
action.definefunction.stackAfter = result
|
|
|
|
|
action.definefunction.operands = functionName:STRING, numParams:UI16, [paramName1, paramName2, ...]
|
|
|
|
|
|
|
|
|
|
action.definelocal.name = DefineLocal
|
|
|
|
|
action.definelocal.code = 0x3C
|
|
|
|
|
action.definelocal.swfVersion = 5
|
|
|
|
|
action.definelocal.shortDescription = Define local variable and set its value
|
|
|
|
|
action.definelocal.description =
|
|
|
|
|
action.definelocal.stackBefore = value, name
|
|
|
|
|
action.definelocal.stackAfter =
|
|
|
|
|
action.definelocal.operands =
|
|
|
|
|
|
|
|
|
|
action.definelocal2.name = DefineLocal2
|
|
|
|
|
action.definelocal2.code = 0x41
|
|
|
|
|
action.definelocal2.swfVersion = 5
|
|
|
|
|
action.definelocal2.shortDescription = Define local variable without setting its value
|
|
|
|
|
action.definelocal2.description =
|
|
|
|
|
action.definelocal2.stackBefore = name
|
|
|
|
|
action.definelocal2.stackAfter =
|
|
|
|
|
action.definelocal2.operands =
|
|
|
|
|
|
|
|
|
|
action.delete.name = Delete
|
|
|
|
|
action.delete.code = 0x3A
|
|
|
|
|
action.delete.swfVersion = 5
|
|
|
|
|
action.delete.shortDescription = Delete named property from a scriptObject
|
|
|
|
|
action.delete.description =
|
|
|
|
|
action.delete.stackBefore = name, object
|
|
|
|
|
action.delete.stackAfter =
|
|
|
|
|
action.delete.operands =
|
|
|
|
|
|
|
|
|
|
action.delete2.name = Delete2
|
|
|
|
|
action.delete2.code = 0x3B
|
|
|
|
|
action.delete2.swfVersion = 5
|
|
|
|
|
action.delete2.shortDescription = Delete named property
|
|
|
|
|
action.delete2.description =
|
|
|
|
|
action.delete2.stackBefore = name
|
|
|
|
|
action.delete2.stackAfter =
|
|
|
|
|
action.delete2.operands =
|
|
|
|
|
|
|
|
|
|
action.enumerate.name = Enumerate
|
|
|
|
|
action.enumerate.code = 0x46
|
|
|
|
|
action.enumerate.swfVersion = 5
|
|
|
|
|
action.enumerate.shortDescription = Obtain names of all slots from an object
|
|
|
|
|
action.enumerate.description =
|
|
|
|
|
action.enumerate.stackBefore = objectName
|
|
|
|
|
action.enumerate.stackAfter = null, [slotName1, slotName2, ...]
|
|
|
|
|
action.enumerate.operands =
|
|
|
|
|
|
|
|
|
|
action.equals2.name = Equals2
|
|
|
|
|
action.equals2.code = 0x49
|
|
|
|
|
action.equals2.swfVersion = 5
|
|
|
|
|
action.equals2.shortDescription = Check that two values are equal, based on types
|
|
|
|
|
action.equals2.description =
|
|
|
|
|
action.equals2.stackBefore = value1, value2
|
|
|
|
|
action.equals2.stackAfter = result
|
|
|
|
|
action.equals2.operands =
|
|
|
|
|
|
|
|
|
|
action.getmember.name = GetMember
|
|
|
|
|
action.getmember.code = 0x4E
|
|
|
|
|
action.getmember.swfVersion = 5
|
|
|
|
|
action.getmember.shortDescription = Get named property from an object
|
|
|
|
|
action.getmember.description =
|
|
|
|
|
action.getmember.stackBefore = propertyName, object
|
|
|
|
|
action.getmember.stackAfter = result
|
|
|
|
|
action.getmember.operands =
|
|
|
|
|
|
|
|
|
|
action.initarray.name = InitArray
|
|
|
|
|
action.initarray.code = 0x42
|
|
|
|
|
action.initarray.swfVersion = 5
|
|
|
|
|
action.initarray.shortDescription = Initialize array
|
|
|
|
|
action.initarray.description =
|
|
|
|
|
action.initarray.stackBefore = numArgs, [argument1, argument2, ...]
|
|
|
|
|
action.initarray.stackAfter = result
|
|
|
|
|
action.initarray.operands =
|
|
|
|
|
|
|
|
|
|
action.initobject.name = InitObject
|
|
|
|
|
action.initobject.code = 0x43
|
|
|
|
|
action.initobject.swfVersion = 5
|
|
|
|
|
action.initobject.shortDescription = Initialize object
|
|
|
|
|
action.initobject.description =
|
|
|
|
|
action.initobject.stackBefore = numProps, [value1, name1, value2, name2, ...]
|
|
|
|
|
action.initobject.stackAfter = result
|
|
|
|
|
action.initobject.operands =
|
|
|
|
|
|
|
|
|
|
action.newmethod.name = NewMethod
|
|
|
|
|
action.newmethod.code = 0x53
|
|
|
|
|
action.newmethod.swfVersion = 5
|
|
|
|
|
action.newmethod.shortDescription = Invoke constructor method and create new object
|
|
|
|
|
action.newmethod.description =
|
|
|
|
|
action.newmethod.stackBefore = methodName, object, numArgs, [argument1, argument2, ...]
|
|
|
|
|
action.newmethod.stackAfter = result
|
|
|
|
|
action.newmethod.operands =
|
|
|
|
|
|
|
|
|
|
action.newobject.name = NewObject
|
|
|
|
|
action.newobject.code = 0x40
|
|
|
|
|
action.newobject.swfVersion = 5
|
|
|
|
|
action.newobject.shortDescription = Invoke constructor function and create new object
|
|
|
|
|
action.newobject.description =
|
|
|
|
|
action.newobject.stackBefore = objectName, numArgs, [argument1, argument2, ...]
|
|
|
|
|
action.newobject.stackAfter = result
|
|
|
|
|
action.newobject.operands =
|
|
|
|
|
|
|
|
|
|
action.setmember.name = SetMember
|
|
|
|
|
action.setmember.code = 0x4F
|
|
|
|
|
action.setmember.swfVersion = 5
|
|
|
|
|
action.setmember.shortDescription = Set named property of an object
|
|
|
|
|
action.setmember.description =
|
|
|
|
|
action.setmember.stackBefore = value, propertyName, object
|
|
|
|
|
action.setmember.stackAfter =
|
|
|
|
|
action.setmember.operands =
|
|
|
|
|
|
|
|
|
|
action.targetpath.name = TargetPath
|
|
|
|
|
action.targetpath.code = 0x45
|
|
|
|
|
action.targetpath.swfVersion = 5
|
|
|
|
|
action.targetpath.shortDescription = Get object target path
|
|
|
|
|
action.targetpath.description =
|
|
|
|
|
action.targetpath.stackBefore = object
|
|
|
|
|
action.targetpath.stackAfter = result
|
|
|
|
|
action.targetpath.operands =
|
|
|
|
|
|
|
|
|
|
action.with.name = With
|
|
|
|
|
action.with.code = 0x94
|
|
|
|
|
action.with.swfVersion = 5
|
|
|
|
|
action.with.shortDescription = Define with block
|
|
|
|
|
action.with.description =
|
|
|
|
|
action.with.stackBefore = object
|
|
|
|
|
action.with.stackAfter =
|
|
|
|
|
action.with.operands =
|
|
|
|
|
|
|
|
|
|
action.tonumber.name = ToNumber
|
|
|
|
|
action.tonumber.code = 0x4A
|
|
|
|
|
action.tonumber.swfVersion = 5
|
|
|
|
|
action.tonumber.shortDescription = Convert value to a number
|
|
|
|
|
action.tonumber.description =
|
|
|
|
|
action.tonumber.stackBefore = value
|
|
|
|
|
action.tonumber.stackAfter = result
|
|
|
|
|
action.tonumber.operands =
|
|
|
|
|
|
|
|
|
|
action.tostring.name = ToString
|
|
|
|
|
action.tostring.code = 0x4B
|
|
|
|
|
action.tostring.swfVersion = 5
|
|
|
|
|
action.tostring.shortDescription = Convert value to a string
|
|
|
|
|
action.tostring.description =
|
|
|
|
|
action.tostring.stackBefore = value
|
|
|
|
|
action.tostring.stackAfter = result
|
|
|
|
|
action.tostring.operands =
|
|
|
|
|
|
|
|
|
|
action.typeof.name = TypeOf
|
|
|
|
|
action.typeof.code = 0x44
|
|
|
|
|
action.typeof.swfVersion = 5
|
|
|
|
|
action.typeof.shortDescription = Get object type
|
|
|
|
|
action.typeof.description =
|
|
|
|
|
action.typeof.stackBefore = value
|
|
|
|
|
action.typeof.stackAfter = result
|
|
|
|
|
action.typeof.operands =
|
|
|
|
|
|
|
|
|
|
action.add2.name = Add2
|
|
|
|
|
action.add2.code = 0x47
|
|
|
|
|
action.add2.swfVersion = 5
|
|
|
|
|
action.add2.shortDescription = Add two values, based on types
|
|
|
|
|
action.add2.description =
|
|
|
|
|
action.add2.stackBefore = value1, value2
|
|
|
|
|
action.add2.stackAfter = result
|
|
|
|
|
action.add2.operands =
|
|
|
|
|
|
|
|
|
|
action.less2.name = Less2
|
|
|
|
|
action.less2.code = 0x48
|
|
|
|
|
action.less2.swfVersion = 5
|
|
|
|
|
action.less2.shortDescription = Check that value is less than other value, based on types
|
|
|
|
|
action.less2.description =
|
|
|
|
|
action.less2.stackBefore = value1, value2
|
|
|
|
|
action.less2.stackAfter = booleanResult
|
|
|
|
|
action.less2.operands =
|
|
|
|
|
|
|
|
|
|
action.modulo.name = Modulo
|
|
|
|
|
action.modulo.code = 0x3F
|
|
|
|
|
action.modulo.swfVersion = 5
|
|
|
|
|
action.modulo.shortDescription = Calculate modulo of two numbers
|
|
|
|
|
action.modulo.description = Calculates modulo of two numbers and pushes the result back to the stack
|
|
|
|
|
action.modulo.stackBefore = value1, value2
|
|
|
|
|
action.modulo.stackAfter = result
|
|
|
|
|
action.modulo.operands =
|
|
|
|
|
|
|
|
|
|
action.bitand.name = BitAnd
|
|
|
|
|
action.bitand.code = 0x60
|
|
|
|
|
action.bitand.swfVersion = 5
|
|
|
|
|
action.bitand.shortDescription = Bitwise AND
|
|
|
|
|
action.bitand.description = Performs a bitwise AND of two numbers
|
|
|
|
|
action.bitand.stackBefore = value1, value2
|
|
|
|
|
action.bitand.stackAfter = result
|
|
|
|
|
action.bitand.operands =
|
|
|
|
|
|
|
|
|
|
action.bitlshift.name = BitLShift
|
|
|
|
|
action.bitlshift.code = 0x63
|
|
|
|
|
action.bitlshift.swfVersion = 5
|
|
|
|
|
action.bitlshift.shortDescription = Left bit shift
|
|
|
|
|
action.bitlshift.description =
|
|
|
|
|
action.bitlshift.stackBefore = shiftCount, value
|
|
|
|
|
action.bitlshift.stackAfter = result
|
|
|
|
|
action.bitlshift.operands =
|
|
|
|
|
|
|
|
|
|
action.bitor.name = BitOr
|
|
|
|
|
action.bitor.code = 0x61
|
|
|
|
|
action.bitor.swfVersion = 5
|
|
|
|
|
action.bitor.shortDescription = Bitwise OR
|
|
|
|
|
action.bitor.description = Performs a bitwise OR of two numbers
|
|
|
|
|
action.bitor.stackBefore = value1, value2
|
|
|
|
|
action.bitor.stackAfter = result
|
|
|
|
|
action.bitor.operands =
|
|
|
|
|
|
|
|
|
|
action.bitrshift.name = BitRShift
|
|
|
|
|
action.bitrshift.code = 0x64
|
|
|
|
|
action.bitrshift.swfVersion = 5
|
|
|
|
|
action.bitrshift.shortDescription = Right bit shift
|
|
|
|
|
action.bitrshift.description =
|
|
|
|
|
action.bitrshift.stackBefore = shiftCount, value
|
|
|
|
|
action.bitrshift.stackAfter = result
|
|
|
|
|
action.bitrshift.operands =
|
|
|
|
|
|
|
|
|
|
action.biturshift.name = BitURShift
|
|
|
|
|
action.biturshift.code = 0x65
|
|
|
|
|
action.biturshift.swfVersion = 5
|
|
|
|
|
action.biturshift.shortDescription = Unsigned right bit shift
|
|
|
|
|
action.biturshift.description =
|
|
|
|
|
action.biturshift.stackBefore = shiftCount, value
|
|
|
|
|
action.biturshift.stackAfter = result
|
|
|
|
|
action.biturshift.operands =
|
|
|
|
|
|
|
|
|
|
action.bitxor.name = BitXor
|
|
|
|
|
action.bitxor.code = 0x62
|
|
|
|
|
action.bitxor.swfVersion = 5
|
|
|
|
|
action.bitxor.shortDescription = Bitwise XOR
|
|
|
|
|
action.bitxor.description = Performs a bitwise XOR of two numbers
|
|
|
|
|
action.bitxor.stackBefore = value1, value2
|
|
|
|
|
action.bitxor.stackAfter = result
|
|
|
|
|
action.bitxor.operands =
|
|
|
|
|
|
|
|
|
|
action.decrement.name = Decrement
|
|
|
|
|
action.decrement.code = 0x51
|
|
|
|
|
action.decrement.swfVersion = 5
|
|
|
|
|
action.decrement.shortDescription = Decrement value
|
|
|
|
|
action.decrement.description =
|
|
|
|
|
action.decrement.stackBefore = value
|
|
|
|
|
action.decrement.stackAfter = result
|
|
|
|
|
action.decrement.operands =
|
|
|
|
|
|
|
|
|
|
action.increment.name = Increment
|
|
|
|
|
action.increment.code = 0x50
|
|
|
|
|
action.increment.swfVersion = 5
|
|
|
|
|
action.increment.shortDescription = Increment value
|
|
|
|
|
action.increment.description =
|
|
|
|
|
action.increment.stackBefore = value
|
|
|
|
|
action.increment.stackAfter = result
|
|
|
|
|
action.increment.operands =
|
|
|
|
|
|
|
|
|
|
action.pushduplicate.name = PushDuplicate
|
|
|
|
|
action.pushduplicate.code = 0x4C
|
|
|
|
|
action.pushduplicate.swfVersion = 5
|
|
|
|
|
action.pushduplicate.shortDescription = Duplicate top of the stack
|
|
|
|
|
action.pushduplicate.description =
|
|
|
|
|
action.pushduplicate.stackBefore = value
|
|
|
|
|
action.pushduplicate.stackAfter = value, value
|
|
|
|
|
action.pushduplicate.operands =
|
|
|
|
|
|
|
|
|
|
action.return.name = Return
|
|
|
|
|
action.return.code = 0x3E
|
|
|
|
|
action.return.swfVersion = 5
|
|
|
|
|
action.return.shortDescription = Return value
|
|
|
|
|
action.return.description =
|
|
|
|
|
action.return.stackBefore = value
|
|
|
|
|
action.return.stackAfter =
|
|
|
|
|
action.return.operands =
|
|
|
|
|
|
|
|
|
|
action.stackswap.name = StackSwap
|
|
|
|
|
action.stackswap.code = 0x4D
|
|
|
|
|
action.stackswap.swfVersion = 5
|
|
|
|
|
action.stackswap.shortDescription = Swap top two values on the stack
|
|
|
|
|
action.stackswap.description =
|
|
|
|
|
action.stackswap.stackBefore = value1, value2
|
|
|
|
|
action.stackswap.stackAfter = value2, value1
|
|
|
|
|
action.stackswap.operands =
|
|
|
|
|
|
|
|
|
|
action.storeregister.name = StoreRegister
|
|
|
|
|
action.storeregister.code = 0x87
|
|
|
|
|
action.storeregister.swfVersion = 5
|
|
|
|
|
action.storeregister.shortDescription = Store value to a register
|
|
|
|
|
action.storeregister.description =
|
|
|
|
|
action.storeregister.stackBefore = value
|
|
|
|
|
action.storeregister.stackAfter = value
|
|
|
|
|
action.storeregister.operands = registerNumber:UI8
|
|
|
|
|
|
|
|
|
|
action.instanceof.name = InstanceOf
|
|
|
|
|
action.instanceof.code = 0x54
|
|
|
|
|
action.instanceof.swfVersion = 6
|
|
|
|
|
action.instanceof.shortDescription = Object is instance of class
|
|
|
|
|
action.instanceof.description =
|
|
|
|
|
action.instanceof.stackBefore = constructor, object
|
|
|
|
|
action.instanceof.stackAfter = booleanResult
|
|
|
|
|
action.instanceof.operands =
|
|
|
|
|
|
|
|
|
|
action.enumerate2.name = Enumerate2
|
|
|
|
|
action.enumerate2.code = 0x55
|
|
|
|
|
action.enumerate2.swfVersion = 6
|
|
|
|
|
action.enumerate2.shortDescription = Obtain names of all slots from an object (stack argument is object type)
|
|
|
|
|
action.enumerate2.description =
|
|
|
|
|
action.enumerate2.stackBefore = object
|
|
|
|
|
action.enumerate2.stackAfter = null, [slotName1, slotName2, ...]
|
|
|
|
|
action.enumerate2.operands =
|
|
|
|
|
|
|
|
|
|
action.strictequals.name = StrictEquals
|
|
|
|
|
action.strictequals.code = 0x66
|
|
|
|
|
action.strictequals.swfVersion = 6
|
|
|
|
|
action.strictequals.shortDescription = Check that two values are equal and have same type
|
|
|
|
|
action.strictequals.description =
|
|
|
|
|
action.strictequals.stackBefore = value1, value2
|
|
|
|
|
action.strictequals.stackAfter = booleanResult
|
|
|
|
|
action.strictequals.operands =
|
|
|
|
|
|
|
|
|
|
action.greater.name = Greater
|
|
|
|
|
action.greater.code = 0x67
|
|
|
|
|
action.greater.swfVersion = 6
|
|
|
|
|
action.greater.shortDescription = Check that value is greater than other value
|
|
|
|
|
action.greater.description =
|
|
|
|
|
action.greater.stackBefore = value1, value2
|
|
|
|
|
action.greater.stackAfter = booleanResult
|
|
|
|
|
action.greater.operands =
|
|
|
|
|
|
|
|
|
|
action.stringgreater.name = StringGreater
|
|
|
|
|
action.stringgreater.code = 0x68
|
|
|
|
|
action.stringgreater.swfVersion = 6
|
|
|
|
|
action.stringgreater.shortDescription = Check that string is greater than other value
|
|
|
|
|
action.stringgreater.description =
|
|
|
|
|
action.stringgreater.stackBefore = value1, value2
|
|
|
|
|
action.stringgreater.stackAfter = booleanResult
|
|
|
|
|
action.stringgreater.operands =
|
|
|
|
|
|
|
|
|
|
action.definefunction2.name = DefineFunction2
|
|
|
|
|
action.definefunction2.code = 0x8E
|
|
|
|
|
action.definefunction2.swfVersion = 7
|
|
|
|
|
action.definefunction2.shortDescription = Define a function (additional features)
|
|
|
|
|
action.definefunction2.description =
|
|
|
|
|
action.definefunction2.stackBefore =
|
|
|
|
|
action.definefunction2.stackAfter = result
|
|
|
|
|
action.definefunction2.operands = functionName:STRING, numParams:UI16, \
|
|
|
|
|
registerCount:UI8, \
|
|
|
|
|
preloadParentFlag:boolean, \
|
|
|
|
|
preloadRootFlag:boolean, \
|
|
|
|
|
suppressSuperFlag:boolean, \
|
|
|
|
|
preloadSuperFlag:boolean, \
|
|
|
|
|
suppressArgumentsFlag:boolean, \
|
|
|
|
|
preloadArgumentsFlag:boolean, \
|
|
|
|
|
suppressThisFlag:boolean, \
|
|
|
|
|
preloadThisFlag:boolean, \
|
|
|
|
|
preloadGlobalFlag:boolean, \
|
|
|
|
|
[register1:UI8, paramName1:STRING, register2:UI8, paramName2:STRING, ...]
|
|
|
|
|
|
|
|
|
|
action.extends.name = Extends
|
|
|
|
|
action.extends.code = 0x69
|
|
|
|
|
action.extends.swfVersion = 7
|
|
|
|
|
action.extends.shortDescription = Create inheritance relationship
|
|
|
|
|
action.extends.description =
|
|
|
|
|
action.extends.stackBefore = superClassConstructor, subClassConstructor
|
|
|
|
|
action.extends.stackAfter =
|
|
|
|
|
action.extends.operands =
|
|
|
|
|
|
|
|
|
|
action.castop.name = CastOp
|
|
|
|
|
action.castop.code = 0x2B
|
|
|
|
|
action.castop.swfVersion = 7
|
|
|
|
|
action.castop.shortDescription = Cast data type
|
|
|
|
|
action.castop.description =
|
|
|
|
|
action.castop.stackBefore = object, constructor
|
|
|
|
|
action.castop.stackAfter = result
|
|
|
|
|
action.castop.operands =
|
|
|
|
|
|
|
|
|
|
action.implementsop.name = ImplementsOp
|
|
|
|
|
action.implementsop.code = 0x2C
|
|
|
|
|
action.implementsop.swfVersion = 7
|
|
|
|
|
action.implementsop.shortDescription = Specify interfaces that a class implements
|
|
|
|
|
action.implementsop.description =
|
|
|
|
|
action.implementsop.stackBefore = classConstructor, numInterfaces, [interfaceConstructor1, interfaceConstructor2, ...]
|
|
|
|
|
action.implementsop.stackAfter =
|
|
|
|
|
action.implementsop.operands =
|
|
|
|
|
|
|
|
|
|
action.try.name = Try
|
|
|
|
|
action.try.code = 0x8F
|
|
|
|
|
action.try.swfVersion = 7
|
|
|
|
|
action.try.shortDescription = Define handler for exceptional conditions
|
|
|
|
|
action.try.description =
|
|
|
|
|
action.try.stackBefore =
|
|
|
|
|
action.try.stackAfter =
|
|
|
|
|
action.try.operands = catchTarget:register|STRING
|
|
|
|
|
|
|
|
|
|
action.throw.name = Throw
|
|
|
|
|
action.throw.code = 0x2A
|
|
|
|
|
action.throw.swfVersion = 7
|
|
|
|
|
action.throw.shortDescription = Throw exceptional condition
|
|
|
|
|
action.throw.description =
|
|
|
|
|
action.throw.stackBefore = value
|
|
|
|
|
action.throw.stackAfter =
|
|
|
|
|
action.throw.operands =
|