Trying to Make Timer, Running to Slow
JoshKahane
Member Posts: 470
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.
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.