Search Unity

TheBrainScript

Discussion in 'Scripting' started by IISYNII, Feb 1, 2015.

  1. IISYNII

    IISYNII

    Joined:
    Feb 1, 2015
    Posts:
    8
  2. renman3000

    renman3000

    Joined:
    Nov 7, 2011
    Posts:
    6,697
    I would not write one single script but one for each section you mention. These would be called managers. Use your managers to delegate instructions to any sub member. Have the sub member report back to its manager. Use the managers to report to each other or to a higher up manager.
     
  3. IISYNII

    IISYNII

    Joined:
    Feb 1, 2015
    Posts:
    8
    As i said i am new to all this so i need to learn the following(android) (javascript):

    How to make a lap timer
    How to make a race start and end
    how to make a car selection
    how to instantiate selected car into a selected level
    and how to store all of the above selections

    If any one can point me to tutorials or where to learn to make these scripts