Setting Things Up
As far as graphics go, all you need are six buttons of different colors, and one circle graphic that will serve as the drop target (about the same size as the buttons). Convert each of the buttons to a movie clip so you will be able to drag them and you are good to go. In my movie, I have a few extra graphics used to snazz up the buttons a bit, but it is unnecessary. Set up your layers as shown below.
The stayers layer contains one instance of each of the six movie clips, with instance names balla1 to balla6. The draggers layer contains the same as the stayers layer except the instance names are ball1 to ball6. In my movie I have grouped each set of movie clips in these two layers off the stage. They will be placed on stage by the code at run-time. The targets layer contains six instances of the target graphic, arranged however you want on the stage, with instance names target1 to target6. The code layer contains the initialization code that runs first time the movie is run, as well as an instance of a code movie clip, with the instance named, surprisingly enough, code. Here is the layout for the code movie clip.
» Level Advanced |
Added: 2000-06-28 Rating: 7.01 Votes: 187 |
» Author |
-- |
» Download |
Download the files used in this tutorial. |
Download (16 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!