Search Unity

Car Game - Lap timer GUI

Discussion in 'Scripting' started by joemcb789, Dec 4, 2012.

  1. joemcb789

    joemcb789

    Joined:
    Dec 4, 2012
    Posts:
    1
    I'm fully aware that this type of question comes up often however I've never found exactly what I'm looking for... I'm making a Game involving a Car called 'Car' (obviously) and I would like a script so whenever 'Car' touches 'CheckMark' it will record the 3 best lap times in a GUI and will change them as the game goes on. In a 1st 2nd 3rd type thing. Could someone please help?

    Sorry for not being to clear, what I'm looking for is a collision script so when the 'Car' touches the 'CheckMark' the GUI tells you the time since this last happened. Thanks.