# Grid Tutorial Question, Again

**URL:** https://forum.kirupa.com/t/grid-tutorial-question-again/94531
**Category:** Uncategorized
**Created:** [November 13, 2003, 5:14pm UTC](https://forum.kirupa.com/t/grid-tutorial-question-again/94531 "2003-11-13T17:14:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![neverrain](https://avatars.discourse-cdn.com/v4/letter/n/919ad9/32.png) [@neverrain](https://forum.kirupa.com/u/neverrain)
#### Post date: [November 13, 2003, 5:14pm UTC](https://forum.kirupa.com/t/grid-tutorial-question-again/94531/1 "2003-11-13T17:14:23Z")

</div>

Subject: Grid Tutorial Questions, Again.

Message:

Hello,

The tutorial I am referring to is: [http://www.kirupa.com/developer/actionscript/grid.htm](http://www.kirupa.com/developer/actionscript/grid.htm).

The grid you build in that tutorial however is using a 30x30 movieclip. The movieclip I am duplicating is 5x5 and on a much bigger canvas meaning I will have to duplicate it many more times, however when I try to duplicate the clip the amount of times I need Flash Player Crashes. I know it’s something in my code.

I have changed the gridx = 30 attribute to gridx = 5 and changed the (var i=0;i \< 10;i++) to (var i=0;i \< 160;i++), 160 is the amount of times I need to duplicate it, equaling 800 which is my canvas size.

HELP!
