Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
create a flash site
Author: Koresho Seshra
| Website: http://thechroniclesoflife.net |
Hey, and welcome to my tute.
To create a flash site, aka a movie which has several different "pages" and navigation between them, maybe a custom mouse cursor, sounds, etc., first you need a preloader- the site, if it is at least a couple pages, will be big enough for a dial-up user to want a preloader, and preloaders are so simple to create it is more helpful than time consuming.
On scene 1, keyframe 1, make 3 textboxes, all of them dynamic. on the first type _root.c as its variable, on the second _root.d, and the third _root.e.
Then put this actionscipt in the frame actions:
a = getBytesLoaded();
b = getBytesTotal();
c = Math.ceil((a/b)*100)+"%";
if (a == b) {
nextScene ();
}
d = Math.floor(a/1024)+"kb";
e = Math.floor(b/1024)+"kb";
| » Level Intermediate |
|
|
Added: : 2004-10-03
Rating: 4.09 Votes: 66
Hits: 2398
|
| » Author |
|
koresho diasuke shii
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (0 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|