If you tried it and it didn't work then I don't know. If you didn't try it then you should.
Show differencesHistory of post edits
#10Circle0
Posted 22 January 2013 - 04:36 PM
class GameMechanics <------------------------------------ Not main class. GameMechanics class
{
const int SCREEN_WIDTH = 640;
const int SCREEN_HEIGHT = 480;
GameItem target;
public void Bounce() <---------------------------Method inside GameMechanics class
{That says otherwise.