- Home
- Tutorials
- Flash
- Intermediate
- Bouncing ball with particle effect and wind
Bouncing ball with particle effect and wind

Creating the ball and the particle
OK, you got a movie, and now you are able to introduce it inside the scene by using ActionScript, so basically, you just need the movie inside the library (Ctrl+L), let's remove this ball from the scene.
Now, we are going to use another movie for the particle. In this example i just used another color, but you can do whatever you want. Repeat the same process you made for the ball, but now instead "circle", use the "circleParticle" identifier.
That's all for now, if you have two movies in the library and nothing in the scene, then you are OK. Keep moving.

