Search:

Type: Posts; User: Norm

Search: Search took 0.46 seconds.

  1. Replies
    9
    Views
    1,184

    Re: Object Speed problem! (move();)

    Glad you figured it out.
  2. Replies
    9
    Views
    1,184

    Re: Object Speed problem! (move();)

    Where is the World and Game1 classes and the greenfoot package? The code can't be compiled and tested without all its parts.

    You need to ask the authors of those classes how to use them to do...
  3. Replies
    9
    Views
    1,184

    Re: Object Speed problem! (move();)

    Can you post the code that you are using? You need to post enough code to compile, execute and test with that shows the problem?

    Who wrote the code? Can you ask them how to change it so it works...
  4. Replies
    9
    Views
    1,184

    Re: Object Speed problem! (move();)

    If the car is being moved every 20 millisec and you change it to be moved every 40 millisecs it should move half as fast. If you change the time between moves to 1000 millisecs, it should move very...
  5. Replies
    9
    Views
    1,184

    Re: Object Speed problem! (move();)

    Can you make a small complete program the compiles, executes and shows the problem?


    If 1 represents how far to move in a time span, where is the length of the time span set?
Results 1 to 5 of 5