Class arrayah well thanks for the help guys! appreciated :D
Class arraywhats a ctor?
Class arrayI tried this.. [code] for(int i = 0; i < 4; i++){ Box Square[i] = new Box(30,30,20,4,1); }...
Class arrayIm trying to set an array of 5 elements each with a class in, im also trying to use a construct with...
Checkpoint problemSorry if I am unclear, here is a little piece of it. [code]//---------------- THIEF ADVENURE ------...