# Loading big MovieClip

**URL:** https://forum.kirupa.com/t/loading-big-movieclip/191813
**Category:** flash
**Created:** [June 23, 2006, 7:38am UTC](https://forum.kirupa.com/t/loading-big-movieclip/191813 "2006-06-23T07:38:20Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Zubyc](https://avatars.discourse-cdn.com/v4/letter/z/8baadc/32.png) [@Zubyc](https://forum.kirupa.com/u/Zubyc)
#### Post date: [June 23, 2006, 7:38am UTC](https://forum.kirupa.com/t/loading-big-movieclip/191813/1 "2006-06-23T07:38:20Z")

</div>

Hi,

I’m developing a map system based on a 20x20 matrix. Only one cell is shown at the same time, and the movement across the map is performed using 4 direction arrows. Each cell is a SWF (30KB+/-) loaded into a different MovieClip. Because of the huge size of the entire map, this is gradually loaded as you’re moving in each direction, but this has a problem. At the same time the user is moving from one cell to other, the application preloads the 3 or 4 four cells that will be shown later. When those preloaded cells are attached to the big map, the movement of the map stops for a while and then it moves again. I don´t know how to avoid this stop, doing a preload in parallel with the movement.

I have tried using loadMovie, loadClip,…for each map cell any ideas??  
Is there any way to execute in parallel that prealoading?

thank you!!!
