Computer Science Canada
Programming C, C++, Java, PHP, Ruby, Turing, VB
Username:
Password:
Register
Wiki
Blog
Search
Turing
Chat Room
Members
time counter/clock
Index
->
Programming, Turing
->
Turing Help
Author
Message
starcraft
Posted:
Sun Jun 04, 2006 7:18 pm
Post subject: time counter/clock
Is the a time counter or a clock that can be opened in a pop up window when a game start? like it counts how long did it took you to finish a game.
Im trying to create this high score table ranking by how fast you finish.
Sponsor
Sponsor
jamonathin
Posted:
Sun Jun 04, 2006 7:21 pm
Post subject: (No subject)
well, all you have to do is, once the game is done is assign a variable to how long the program's been run using this, which is a real value.
code:
Time.Elapsed
Now there's probabily an intro screen, so the entire time of the program wouldn't be accurate so, do this
pseudo:
declare variables
. .
- Game is about to start
startTime = Time.Elapsed
- Game goes on
- Game ends
endTime = Time.Elapsed - startTime
jamonathin
Posted:
Sun Jun 04, 2006 7:23 pm
Post subject: (No subject)
Sorry, it's actually an integer value - i was thing the whole /1000 - which is real but gives you seconds since Time.Elapsed is in milliseconds.
So just divide your answer by 1000 to get seconds.
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
Index
->
Programming, Turing
->
Turing Help
Page
1
of
1
[ 3 Posts ]
Jump to:
Select a forum
CompSci.ca
------------
- Network News
- General Discussion
General Forums
-----------------
- Hello World
- Featured Poll
- Contests
Contest Forums
-----------------
- DWITE
- [FP] Contest 2006/2008
- [FP] 2005/2006 Archive
- [FP] 2004/2005 Archive
- Off Topic
Lounges
---------
- User Lounge
- VIP Lounge
Programming
--------------
- General Programming
General Programming Forums
--------------------------------
- Functional Programming
- Logical Programming
- C
C
--
- C Help
- C Tutorials
- C Submissions
- C++
C++
----
- C++ Help
- C++ Tutorials
- C++ Submissions
- Java
Java
-----
- Java Help
- Java Tutorials
- Java Submissions
- Ruby
Ruby
-----
- Ruby Help
- Ruby Tutorials
- Ruby Submissions
- Turing
Turing
--------
- Turing Help
- Turing Tutorials
- Turing Submissions
- PHP
PHP
----
- PHP Help
- PHP Tutorials
- PHP Submissions
- Python
Python
--------
- Python Help
- Python Tutorials
- Python Submissions
- Visual Basic and Other Basics
VB
---
- Visual Basic Help
- Visual Basic Tutorials
- Visual Basic Submissions
Education
-----------
- Student Life
Graphics and Design
-----------------------
- Web Design
Web Design Forums
---------------------
- (X)HTML Help
- (X)HTML Tutorials
- Flash MX Help
- Flash MX Tutorials
- Graphics
Graphics Forums
------------------
- Photoshop Tutorials
- The Showroom
- 2D Graphics
- 3D Graphics
Teams
------
- dTeam Public
Style:
Appalachia
blueSilver
eMJay
subAppalachia
subBlue
subCanvas
subEmjay
subGrey
subSilver
subVereor
Search:
You can syndicate this boards posts using the file
backend.php
or view the
topic map using sitemap.php.
Terms of Use
|
Privacy Policy