Featured Site
» Posted in the Flash Kit Links section
» Title: Passinglane
» Comments: Since 1996 Passinglane has been providing compelling communication products for business, enterainment and education.
BBM.net is designed to save you time and deliver the highest quality royalty-free music for your multimedia projects. Features include: over 450 Music Loop Packages from some of the best composers in the business, our music search engine to speed your selection process, alternate music versions & bonus sounds to use for rollovers or transitions, free technical support and free consulting.
Using MoveTo, lineTo and CreateEmptyMovieClip (Drawing Object)
hi everyone,
I can't help being impressed with FlashMX. I just wish I could learn all the
new stuff as fast as possible. I came across the drawing object... and ended
up with this tutorial.
In the second part of this tutorial, I'll combine all this with the 'setInterval'
method, and that's where the fun really start. So hang in there guys :-)
Where can you find the new DRAWING Methods?
If you take the actions panel, you will find them in Objects> Movie>
MovieClip> Drawing Methods.
They will allow you to draw basic objects from within the actions window. You
will have a set of actions determining the form and position of the object you
are creating, and you will use the 'createEmptyMovieClip' method to create a
container that will hold the new drawing (compare it to an instance if you were
to do things manually).
Try out this code in this interactive example:
In the next section I'll take you through the code...