# Flash Introduction

**URL:** https://forum.kirupa.com/t/flash-introduction/725
**Category:** flash
**Created:** [July 28, 2002, 9:33am UTC](https://forum.kirupa.com/t/flash-introduction/725 "2002-07-28T09:33:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![sweet\_baby](https://avatars.discourse-cdn.com/v4/letter/s/6a8cbe/32.png) [@sweet\_baby](https://forum.kirupa.com/u/sweet_baby)
#### Post date: [July 28, 2002, 9:33am UTC](https://forum.kirupa.com/t/flash-introduction/725/1 "2002-07-28T09:33:37Z")

</div>

☹ 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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 28, 2002, 5:02pm UTC](https://forum.kirupa.com/t/flash-introduction/725/2 "2002-07-28T17:02:09Z")

</div>

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:

```auto
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:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 28, 2002, 5:09pm UTC](https://forum.kirupa.com/t/flash-introduction/725/3 "2002-07-28T17:09:12Z")

</div>

Here’s a fla of what I mean.

pom 😛

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 30, 2002, 8:55pm UTC](https://forum.kirupa.com/t/flash-introduction/725/4 "2002-07-30T20:55:37Z")

</div>

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.
