Subject: Grid Tutorial Questions, Again.
Message:
Hello,
The tutorial I am referring to is: 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!