"Time played"

ChillBoxChillBox Member, PRO Posts: 115
edited August 2012 in Working with GS (Mac)
Hello everyone.
I want to make in my game "Time played" .
When the game ends, the player will see how How long is played.
I want it to be like this: 1:35
Not like this: 95 second

Comments

  • rhinokeyrhinokey Member Posts: 158
    @talo this is my first guess, make a attribute called minutes, set it to start at 0 and then every 60 seconds +1, then an attribute for seconds when bellow 60 every one second add +1, when =60 reset it to zero.
    display these 2 together to get time. i've never used the clock feature so not sure if it has a better way to do this,
  • ChillBoxChillBox Member, PRO Posts: 115
    edited August 2012
    I thought about this way.
    But i asked this question because I wanted a better way.
  • ChillBoxChillBox Member, PRO Posts: 115
    Any help?
  • calvin9403calvin9403 Member Posts: 3,186
    I don't see how that way is bad
  • rhinokeyrhinokey Member Posts: 158
    a better way? make a display text that says 3:00, then wait until its 3 where you are then, just start moving around the earth in sync with the timezone changes
Sign In or Register to comment.