Oxygen Basic
Programming => Example Code => Topic started by: Peter on February 11, 2012, 03:46:15 AM
-
Deleted
-
Thanks Peter,
I'm getting the other examples in-sync with your latest library. I've done most of them now. ( projects/GdiWindow )
Charles
-
Thanks Peter,
I have updated this in the in-progress version of Oxygen
2 small mods to your library for 64 bit compatibility:
Declare Function GetAsyncKeyState Lib "user32.dll" (ByVal vKey As Long) As Short
Sub Circle(int xj, yj, r, r1,g1,b1)
In 64 bit mode, using the sys prototype, Circle produces an Octagon :)
Charles
-
Peter..
I was wondering when i lookin' your example Stars ...where
stars going right ->
example use "window.inc"
It would be difficult to change direction to left and add one small
space ship(shooter) to the left side and get effect of movin ship trough space.
Do you have something similar in your arsenal of code ?