# Making a Loader

**URL:** https://forum.kirupa.com/t/making-a-loader/15769
**Category:** Uncategorized
**Created:** [March 17, 2003, 11:42pm UTC](https://forum.kirupa.com/t/making-a-loader/15769 "2003-03-17T23:42:33Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Cheez00](https://avatars.discourse-cdn.com/v4/letter/c/e0b2c6/32.png) [@Cheez00](https://forum.kirupa.com/u/Cheez00)
#### Post date: [March 17, 2003, 11:42pm UTC](https://forum.kirupa.com/t/making-a-loader/15769/1 "2003-03-17T23:42:33Z")

</div>

i downloaded a pre loader from kirupa, and it works perfectly… but i was wondering how to make a pre loader without the loading bar… just have it say Loading or whatever … what i do now is just move the pre loader off the canvas and put loading tehre is there an easier way? and also how do i get a sogn to load like if i have 3 tracks when you click next it loads

---

<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: [March 18, 2003, 2:19am UTC](https://forum.kirupa.com/t/making-a-loader/15769/2 "2003-03-18T02:19:18Z")

</div>

allo?

---

<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: [March 18, 2003, 2:39am UTC](https://forum.kirupa.com/t/making-a-loader/15769/3 "2003-03-18T02:39:09Z")

</div>

If you don’t want the loading bar to be there then hide it with this script:[AS]this.\_visible = false;[/AS]  
Just apply that to the loading bar movieclip.

After you do that, just place your loading text whever you want it. That’s the easiest and fastest way I know.

---

<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: [March 18, 2003, 2:55am UTC](https://forum.kirupa.com/t/making-a-loader/15769/4 "2003-03-18T02:55:38Z")

</div>

ok so ther is no way to do it without the loader component?

---

<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: [March 18, 2003, 2:58am UTC](https://forum.kirupa.com/t/making-a-loader/15769/5 "2003-03-18T02:58:07Z")

</div>

hey electron is ther any way i could get you on aim someitm, since you kno most of the answers to my peon questions 😉 or would you prefer keeping it on the boards

---

<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: [March 18, 2003, 3:07am UTC](https://forum.kirupa.com/t/making-a-loader/15769/6 "2003-03-18T03:07:22Z")

</div>

Hey Cheez00, I don’t go on AIM much so let’s just keep it on the boards.

As to your question, if you don’t want to use a preloader then just set up a fake one with a the loading text in the first scene of your movie.

Of course I wouldn’t recommend using scenes, but it’s up to you.

I think it’s best to stick with the preloader and use the “dummy” loading text in place of the load bar.

Why don’t you want a loading bar? It seems like you’re working backwards here… I would stick with a loadbar over plain loading text since it will show the viewer some loading progress.

---

<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: [March 18, 2003, 3:32am UTC](https://forum.kirupa.com/t/making-a-loader/15769/7 "2003-03-18T03:32:51Z")

</div>

i was just curious if it could be done withou tthe load bar
