# Preloader rotation help!

**URL:** https://forum.kirupa.com/t/preloader-rotation-help/163793
**Category:** Uncategorized
**Created:** [September 26, 2005, 11:29am UTC](https://forum.kirupa.com/t/preloader-rotation-help/163793 "2005-09-26T11:29:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![danulf](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/danulf/32/555_2.png) [@danulf](https://forum.kirupa.com/u/danulf)
#### Post date: [September 26, 2005, 11:29am UTC](https://forum.kirupa.com/t/preloader-rotation-help/163793/1 "2005-09-26T11:29:04Z")

</div>

so, I can make a normal preloader, with a bar and percent shown and so on… But I want to make a little thing in the middle of the preloader that rotates faster and faster when the percent loaded goes up.

This is what I thought would work:

```auto

_root.spinner._rotation += (bytes_loaded/bytes_total*100);

```

but it just spins slowly, not increasing its speed…  
I’m stuck…

thanks in advance!
