|
|
Make a simple rollover state with an alpha effectIn this Macromedia Flash tutorial I will show you how to make a simple rollover state with an alpha effect in just a few easy steps. 1. 2. _root.aa._alpha = 40 This tells the image to be at an alpha level of 40 percent when the movie starts. 3. on (rollOver) { on (rollOut) { The first part tells the image to be at an alpha of 260 (or acturlly only 200 because we started at a level 40), when the mouse is over the image. The next part tells the image to be 140 when the mouse is not on the image.
|




