Search:

Type: Posts; User: curmudgeon

Search: Search took 0.08 seconds.

  1. Replies
    35
    Views
    3,422

    Re: lagging animation

    You think wrong. No websites are "rivals" and any programming forum staffed by volunteers would greatly appreciate seeing these links. We value our free time and appreciate posters who respect this...
  2. Replies
    35
    Views
    3,422

    Re: lagging animation

    Where are your image resources? Can you up load these?
  3. Replies
    35
    Views
    3,422

    Re: lagging animation

    You need more than a "method from mainclass". When you call a method of an object you usually do this to alter that object's behavior or state or to query its state, and what matters most and in fact...
  4. Replies
    35
    Views
    3,422

    Re: lagging animation

    For example, look at how many times you call new mainclass() (which actually should be named MainClass). You should be creating the mainclass once and only once. If you need a reference to it, then...
Results 1 to 4 of 4