Search:

Type: Posts; User: jacobgallipeau

Search: Search took 0.11 seconds.

  1. Re: getting my timer to run multiple times

    Sorry. Here's the code. It doesn't allow for adjusting the time between moves as far as I can think of.


    public class DrivingVehicle extends Application {

    int x = 10;
    Semi semi =...
  2. Re: getting my timer to run multiple times

    Thanks! I do have that done now. Here's the code for it. However, the idea is to make it look like the semi is driving off the screen. So this method makes the vehicle move too abruptly. Do I need to...
  3. Re: getting my timer to run multiple times

    Oh got it! Thank you. One more question: How do I get the program to stop running at a certain point? Say, I create an int with a value of 30 and I want it to stop running the timer task once it has...
  4. getting my timer to run multiple times

    Hello everyone,

    I am writing code to get my semi that I drew with graphics across the screen. This code works; however, it only runs the movement function once. I want it to continue repeating the...
Results 1 to 4 of 4