Im trying to make a micro-game where squares are falling from the sky and you have to avoid them and get to the top. if you make it to the top, an image will appear congratulating you. If you run into another square, however, an image will appear telling you you lost. I can't figure out how to code the collision though. Any ideas?
Hi, I'm making microgame program where you control one square and there are other uncontrolled squares bouncing around and you have to avoid them. However, all my AI squares are listed in an array and constrain() won't allow the use of an array? Help, please!
I'm trying to make a very very dumbed down MS Paint program where when you select any of the three colors and click and hold down, a circle or "brush" will appear with the color of which you just selected. Totally stuck. Any suggestions?
Ok, so let me begin by saying that I am completely new to programming and in this class i'm taking we were kinda just thrown into coding and are expected to know what we're doing. The class is more researching to figure out how to code than it is actually learning how to do the coding. Anyways, I am trying to make a falling effect; sort of like the famous matrix letter falling thing. But mine is much simpler. I just want there to be squares to fall in straight columns from the top to the bottom. I can probably take on any other slight modifications from there, but i don't even know where to start. I'm looking for a mentor to walk me through the steps necessary to take to get this end product. Any takers, please??