# Need a hand with preloading

**URL:** https://forum.kirupa.com/t/need-a-hand-with-preloading/151921
**Category:** Uncategorized
**Created:** [June 19, 2005, 4:16pm UTC](https://forum.kirupa.com/t/need-a-hand-with-preloading/151921 "2005-06-19T16:16:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dmck](https://avatars.discourse-cdn.com/v4/letter/d/46a35a/32.png) [@dmck](https://forum.kirupa.com/u/dmck)
#### Post date: [June 19, 2005, 4:16pm UTC](https://forum.kirupa.com/t/need-a-hand-with-preloading/151921/1 "2005-06-19T16:16:46Z")

</div>

Hi guys,  
i can’t figer out how to “gotoAndPlay” some section in a movieclip when it still being preloaded.

STRUCTURE:

\_root - (30Frames all together)

on a frame 12 \> i have a movieclip called “blabla”(on the root i have stop(); function), this movieClip contains preloader on first 30 frames and than has another 5 sections. it actually contains all pictures and data.

What i am trying to do is when the first 30 frames of this movieClip are loaded i want to gotoAndPlay section “preloaderIn” and show the progress of the preloading. I have tried everything, used \_framesloaded \> 30 do… or getBytesLoaded \> “some size” do… but it doesn’t work, it always goes to that section after whole movieclip is loaded. is there any way to do it??
