Search Wiki:
Gorillas v1.0 for Small Basic 0.4

Gorillas v2.0 for Small Basic 0.5

Gorilla5.bmp
Last edited May 17 2009 at 1:19 AM  by Rushworks, version 4
Comments
jbcoder2 wrote  Apr 6 2010 at 12:45 AM  
Great program, pretty authentic recreation.

I did have one issue on my computer however, where the keystroke showing in velpcity and angle lagged one behind the actual keystroke being input (i.e. type 1, show nothing, type 2, show 1, type 3, show 2, etc) After analyzing the issue, I believe it is a race condition. The fix was pretty simple however, simply move this line to be the first in the KeyDownEvent subroutine:

Key = Text.ConvertToUpperCase(GraphicsWindow.LastKey)

problem solved.

Happy coding!

Updating...
Page view tracker