Flash Introduction

:frowning: 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

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:

Here’s a fla of what I mean.

pom :stuck_out_tongue:

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.