First time here? First time here? Newsletter Signup Newsletter
651326 Members and growing! | Flash Jobs
Search tutorials
Author: Bart Portier | Website: http://www.azlan.be

I can't use RemoveMovieClip because I didn't use DuplicateMovieClip to create the drawing.

So they had to add something special in MX:

part B: the clear() method !!!!!!!!

It removes everything I was drawing outside or from within a movieclip. Have a look at my example:

The file setup:

I have put my drawing code in the first frame of the timeline, and that way all my lines get drawn as soon as the movie starts. This is the drawing code:

for (i=10; i < 501; i=i + 10)
{
_root.createEmptyMovieClip( "triangle"+i , i );
with ( _root["triangle"+i]);
{
lineStyle( 5, 0xff00ff, 100 );
moveTo( i, 10 );
lineTo( i,300 );
//lineTo( 100, 300 );
//lineTo( 200, 200 );
j=i/10;
}
}

I'm just looping the same code we used in the previous example. Now we get to the tricky part. Every instance that we create has a name: triangle10, triangle20, triangle30.....
So you would expect that you could use the setProperty method to change the property of all of one of the instance names, but that doesn't work.

I have to use a trick. I have to clear everything, and then redraw everything with new properties. A user won't even notice that anything has disappeared.

code behind the clear button:

on (release) {
clear();
}

code behind the alpha change button:

on (release) {
clear ();
for (i=10; i < 501; i=i + 10)
{
_root.createEmptyMovieClip( "triangle"+i , i );
with ( _root["triangle"+i]);
{
lineStyle( 5, 0xff00ff, 50 );
moveTo( i, 10 );
lineTo( i,300 );
//lineTo( 100, 300 );
//lineTo( 200, 200 );
j=i/10;
}
}
}
» Level Intermediate

Added: 2002-04-09
Rating: 6 Votes: 11
(10 being the highest)
» Author
MCT and Macromedia Trainer and designer
» Download
Download the files used in this tutorial.
» Forums
More help? Search our boards for quick answers!

Comments

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

  • You must have javascript enabled in order to post comments.

Leave a Comment
  • Your email address will not be published. All fields are required.
Featured Flash FLA
» Author: S.Saipriya
» Title: Flash Fire Effect
» Description: This tutorial explains about how to create Fire Effect in Flash of Actionscript 2.0.I hope this tutorial helps you!
Featured Sound Loops
Image for equalize

Audio Player

» Author: Aidan Crouzet-Pascal
» Title: Falling Star
» Description: This loop is a cool sounding, E minor loop.
Latest Font
» Author: Fábio FAFERS
» Description: I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all
Featured Sound Fx
Image for equalize

Audio Player

» Author: Brandan Paulin
» Description: Epic sounding loop with Brass, Percussion, Strings and Winds. This is actually part of a Loop Pack called the Coming where you can download the rest of the loops that go with it FREE from my website.