-
Need help again :(
Hey im making a game in which you get points for how long you can stay alive. but i need some help...
I can make it work, but i can only make it count in seconds, and would like milli seconds for eg. 9.06 seconds
here`s what ive done;
[color:#FF0000](every 1 seconds-- add 1 to score)[/color]
ive tried ([color:#FF0000]every 0.1 seconds -- add 0.1[/color]) but dosent work!
got any ideas ? plz help
-
Re: Need help again :(
I think score only allows whole numbers, try using a global value or a counter object instead to get what you want.
-
Re: Need help again :(
will this counter object or whatever still do high scores?
-
Re: Need help again :(
i dont think works in high scores
...
-
Re: Need help again :(
You have to create your own high scores then, or just set the user's score to the value of the counter, but then the decimals will be gone.
-
Re: Need help again :(
how do you create your own highscores? sorry im a bit new to this
-
Re: Need help again :(
With lots of string objects. I'll make an example later of you want one.