|
|||
|
Does this method work with _any_ sort of actionscript object?
I've tried it with a movieclip and can directly set properties such as _height and _width. What I need to know is - are there any side effects to using this method on movieclip objects? And are _all_ other existing properties, methods and events of the target object unchanged by putObject()? Thanks Rob |
|
|||
|
The "putObject" method wraps the "setVariable" method.
It enumerates all properties of an object in FFish Script and calls the "setVariable" to tranfer the value of each property to the corresponding object in Action Script. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|