Search:

Type: Posts; User: Norm

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    1,117

    Re: Respawn moving objects on 2D array

    Is there a max number of vehicles that can be running?

    The current program is hard coded to have 2 vehicles. Change it to use a list that holds the current live vehicles.
    If you want to spawn a...
  2. Replies
    3
    Views
    1,117

    Re: Respawn moving objects on 2D array

    Where is the definition for the class: Vehicle2?

    Why are there 2 Vehicle classes? Why not have 2 instances of the same class?


    What does respawn mean?
    Change direction of movement?
    Start...
Results 1 to 2 of 2