- Action Code:
0x23
- Stack:
3 → 0
- SWF version:
4
Abstract AS2
@t0 = @pop();
@t1 = @pop();
@pop()[@propertyName(@t1)] = @t0;
Adobe documentation
ActionSetProperty
ActionSetProperty sets a file property.
Field | Type | Comment |
ActionSetProperty | ACTIONRECORDHEADER | ActionCode = 0x23 |
ActionSetProperty does the following:
- Pops a value off the stack.
- Pops an index off the stack.
- Pops a target off the stack.
- Sets the property enumerated as index in the movie clip with the target path target to the value value.