Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#Actual0Circle0

Posted 22 January 2013 - 04:37 PM

If you tried it and it didn't work then I don't know. If you didn't try it then you should.


#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.


PARTNERS