GLBasic forum

Codesnippets => Code Snippets => Topic started by: Einlander on 2010-May-20

Title: Stop Watch
Post by: Einlander on 2010-May-20
This is my first complete Glbasic program its a stopwatch and it took me a week of beeing lazy to write it.

Included is the source and an executable for the pc and wince devices.

bugs I've found that aren't my programs fault:
If you run it on the pc you will see som nasty artifacts on the sprites, it happens everytime i call the any mouse function (mousewait, mousestate,etc)
and if you notice after the mousewaits there are are some functions to correct mouse input for wince because they are way off.


Its fairly accurate if you use it on a device, on a pc sometimes if its under heavy load the time gets off.

(http://img15.imageshack.us/img15/1139/stopwatch.jpg)


[attachment deleted by admin]
Title: Re: Stop Watch
Post by: Kitty Hello on 2010-May-31
Nice thing.