
-----------------------------------
Neja
Tue Jun 08, 2004 1:12 pm

Arrays. Again.
-----------------------------------
Allright, Tetris was annoying me and I'm running out of time, so I've sort of simplified it. Instead of hapes being dropped, I have two boxes of random colours (each can be different) dropping. The object is to make three in a row (horixontal, vertical, even in "L" shapes).  The problem I'm having is this; I havae the boxes dropping (using arrays), and I can speed them up if you press the down button as well as move to the left, but for some reason, the same logic does not apply to moving them to the right.  


It's a little out of order, beccuase I cut and pasted, but that's basically it.

-----------------------------------
SuperGenius
Tue Jun 08, 2004 4:03 pm


-----------------------------------
you code has a lot of errors. it is difficult for me to understand what you are doing; also if you document your program it is easier to help.

-----------------------------------
Neja
Tue Jun 08, 2004 10:30 pm


-----------------------------------
Thank you anyways. I got it. The problem was that for the right, I should be using a for decreasing loop.
