actionscript functions
actionscript functions
Out of context: Reply #5
- Started
- Last post
- 6 Responses
- unfittoprint0
only write actionscrpt in action only layers. copy/paste the actions there. in the last line I gave you an example of how to use it:
name you movieclip instance in your properties panel [ie. myMC].
and the just use the following code:
myMC.morph(30, 375, 10);
note: stop using onClipEvents, it's deprecated code. in fact don't write any code directly to an MC.