View Single Post
Old
Dameria
Senior Member
 
Dameria's Avatar
 
Status: Offline
Posts: 976
Join Date: Sep 2009
Location: United States
Default 02-20-2011, 07:03 PM

I fixed the stopwatch thing in your version by going to the stopwatch method and making the duration of that last line of code in the while statement set to "Duration = 0.05 seconds", and then put that whole thing in a rounding function so that it only shows first two decimal places instead of all of it.

Also you should add a button in the actual program to switch to the clock portion. Oh, and the stop watch is totally off. You are using the "time elapsed" function, or something like that, but you should be. There is no way to reset the time because of this, even when you click the reset button, it will just keep on producing the same elapsed time, which is not a stop watch at all.


Check out my best projects so far and please comment:

Tic-Tac-Toe 2.0 ................... http://www.alice.org/community/showthread.php?t=3548
Alice Paint ........................... http://www.alice.org/community/showthread.php?p=23408
Real-Time Clock .................. http://www.alice.org/community/showthread.php?p=12725
Maze Game ......................... http://www.alice.org/community/showthread.php?t=4301
   
Reply With Quote