# Transition preloader question

**URL:** https://forum.kirupa.com/t/transition-preloader-question/113904
**Category:** Uncategorized
**Created:** [June 22, 2004, 9:54pm UTC](https://forum.kirupa.com/t/transition-preloader-question/113904 "2004-06-22T21:54:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![scottybuckets](https://avatars.discourse-cdn.com/v4/letter/s/9de053/32.png) [@scottybuckets](https://forum.kirupa.com/u/scottybuckets)
#### Post date: [June 22, 2004, 9:54pm UTC](https://forum.kirupa.com/t/transition-preloader-question/113904/1 "2004-06-22T21:54:25Z")

</div>

Probably been asked before but I searched and searched and could not find the answer to my preloader question/problem…

I’m just trying to add a percentage read out along with the loading bar (in the transition)… can someone lead me to a thread or post a script for this? tanx 😉

the as im using right now is the script from the tutorial.

loading.\_xscale = 0;  
loading.onEnterFrame = function() {  
this.\_xscale = 100\*\_parent.content.getBytesLoaded()/\_parent.content.getBytesTotal();  
};  
loadMovie(\_root.section, \_root.content);  
stop();
