|
-
I was doing an example to see how the movie clip works and I followed the following example from a flash book with, of course, modifications for koolmoves. But it does not work. Will someone be nice enough to point out my mistakes? The three files are at http://www.merajsami.com/koolmoves/m...lipexample.zip
1) Start a new flash movie.
2) Create a movie clip symbol named ball that contains a circle shape.
3) On the main stage, rename layer 1 to ball.
4) On the ball layer, place an instance of the ball symbol.
5) Name the instance of the ball clip, ball.
6) Select Insert - > New Symbol to create a blank movie clip symbol.
7) Name the clip symbol process.
8) On frame1 of the process clip, attach the following code:
_root.ball._x +=10;
9) On frame 2 of the process clip, add the following code
gotoandplay(1)
10) Return to the main movie timeline and create a layer called scripts.
11) On the scripts layer, place an instance processMoveBall
12) Select Control -> Test Movie
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|