I’m making a breakout game, and I was wondering how to make it so that I can manually place the bricks instead of dynamically. “mybreakout.zip” is the file that I have edited a bit. “origionalbreakout.zip” is the file that I got from actionscript.com.
As you can see in both files, the bricks are placed dynamically, and I would like to place them manually so that I can build each level without having to keep testing to see if the bricks are being put in the right place. In other words, I want to do it the WYSIWYG way.
Thanks in advance,
Chris