reset my timer?

seymourseymour Member Posts: 56
edited November -1 in Working with GS (Mac)
when I use a reset game or scene my timer wont res set so my game jumps back to the end game and it wont let me play it how can I fix this?

Comments

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    how are you coding your timer? are you using the built in timer function?
  • seymourseymour Member Posts: 56
    yes and I just have it displayed like I would my score.
  • ThejackaspenThejackaspen Member Posts: 27
    I'm not that great with gamesalad but I would try to have whatever event that triggers the reset game or scene also reset the timer back to zero or whatever it starts at. You may have already tried that but when I had this problem that's all I had to do.
  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    The built in time attribute cant be munipulated back. make your own attribute called timer and then every 1 sec change timer to timer+1 then when you reset the game change attribute timer back to 0
  • seymourseymour Member Posts: 56
    ok thinks everyone.
Sign In or Register to comment.