View Full Version : Flash Introduction
sweet_baby
July 28th, 2002, 06:33 AM
:( HEEELLLLLLLLPPPP
hi im using flash 5 and i want to create a flash introduction that has a beautiful preloader at the top and music bars goin up and down. Will some1 plz help meeeee!!!! im relly stuck how to start it
pom
July 28th, 2002, 02:02 PM
For the preloader, you can see the tutorials on this site.
For the bars things, there are many ways you can do that. One could be: you create a movie clip that has -let's say- 5 frames. In the first frame, a small bar, in the second a bigger bar... until the biggest bar in the fifth frame.
Then on a new layer, create an empty movie clip that will have the code:
onClipEvent (enterFrame){
frame=Math.round(Math.random()*4+1);
_parent.gotoAndPlay(frame);
}That will make your clip go to a random frame, between 1 and 5.
pom :asian:
pom
July 28th, 2002, 02:09 PM
Here's a fla of what I mean.
pom :P
sc0rp10n
July 30th, 2002, 05:55 PM
that download doesnt seem to work. 'unexpected file format' when opening in flash.
(a little vbb bug, needs new hack)
Thanx for the info though ilyas, much appreciated.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.