Loading FLash production style bubble effect
Related Tags:
The last of the speed of a pattern of Loading, let us slightly Gaiyigai code, achieving another interesting Loading patterns.
Click here to download the source files
In the first flash of a scene in the painting Zhengyuan, filling the radiation filled. Entire election into MC (video clip), double-click to open the mc, in the time frame a new layer named for the water, in this layer, painting Zhengyuan covered a live below the circle. filled for the light blue. layers and then "water" a new layer above named mask, a mask layer on the drawing rectangle for the area can be covered during the following round. rectangular and the top layer "water" in the circle at the Bottom of alignment, and then select the rectangle into mc, and was named "water." layers in the "water" above right click select "mask layer." OK, Rendering completed Let us write code.
Layers in the "water" on a new layer, called "action." Open moves by pressing F9 panel, enter the code below
/********************************Design by PengLongXiang
HomePage: Http: / / yu5911.66et.net
QQ: 55856710
E-Mail: penglongxiang@163.com
MSN: yu5911@hotmail.com
*********************************/
This.onEnterFrame = function () (
Water._y = - (Math.round ((_root.getBytesLoaded () / _root.getBytesTotal ()) * 100)) water._y; / / set up "water" Y coordinates for the "water" Y coordinates of the download Percentage completed = Math.round ((_root.getBytesLoaded () / _root.getBytesTotal ()) * 100);
Trace (water._y);
If (percentage == 100) (
Trace ( "ok");
_root.play ();
Delete this.onEnterFrame;
Else ()
Trace ( "loading");
_root.stop ();
)
)
OK, released in a simulated test environment is not very cute ah? Oh, Flash more fun waiting for you to discover oh.
The source materials (source file can be used as components, the use of film clips, as long as the "bubble" on the scene first frame required)
- No. 1 on the css style sheet
- Css style details, page scrolling Style
- CSS - Cascading Style Sheets
- How to management style!
- Change the style file box
- Italic style of navigation
- XHTML CSS style into what?
- Css page of the Style rolling - css style
- Home style developed
- Establish a Web site's style
- Css underscore style
- CSS style names on the underlined
- Default style sheet
- The definition and use CSS style
- Layout style control
- Css style (table)
- Web2.0 visual style evolution
- [Original] css style tips: on the links-style settings!
- Css style Xi summary
- Cascading Style Sheets (CSS cascading style sheets)




