Trying to Make Timer, Running to Slow

JoshKahaneJoshKahane Member Posts: 470
edited November -1 in Working with GS (Mac)
Hi

I am trying to make a timer in my game however it is runningto slow. I want it to run with two decimal places so for example. 1.28.

I currently have a game attribute: Timer.game

DisplayText = Timer.game

When screen is pressed change attribute
From Timer.game to Timer.game +0.01

I have this inside a timer behanvior which says every 0.01 seconds do the change attribute. Its running to slow and a second is not a real second its much slower so I hope you can help me out. Thanks.
Sign In or Register to comment.