Hi I'm new at this.
idk how to say this, I'm trying to store multiple areas in an array.
like
placeA[3] <-- My array.
placeA[0] = topLeftX, topLeftY, botRightX, botRightY
placeA[1] = same as above but different values.
placeA[2] = same as aboev but different values.
http://i.imgur.com/Xz9iuHO.jpg
I want to make this so I can check if my character is inside any of them.