Search tutorials
part C: the last part of the example
In the last example I used the same code, but put it in an empty movieclipcontainer. The drawing code is in a MovieClip. I can give the clip an instance name, and then I can use the SetProperty methods on the instance, instead of the drawing instances.
the file:

This is the code that clears the movieclip content:

on (release) {
_root.myScriptContainer.clear();
}
And this is the end result:
| » Level Intermediate |
|
Added: 2002-04-09 Rating: 6 Votes: 11 |
| » Author |
| MCT and Macromedia Trainer and designer |
| » Download |
| Download the files used in this tutorial. |
| Download (69 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!