Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: For Loop Delay Help, Visibility Manipulation Assistance

    To change the location slowly over time, the code will need to use a Timer. The Timer's method will compute the next position of the egg and call the repaint() method which will cause the...
  2. Re: For Loop Delay Help, Visibility Manipulation Assistance

    What does "delaying the movement" mean? Can you describe how the eggs are moving and what it would mean to "delay" the movement?
  3. Re: For Loop Delay Help, Visibility Manipulation Assistance

    The compiler expects a numeric value, followed by a ,
    133 i*10 is not a valid value. there needs to be an operator after the 133 that connects the two parts to make a valid numeric value
Results 1 to 3 of 3