Oxygen Basic

Programming => Example Code => Topic started by: Peter on February 11, 2012, 03:46:15 AM

Title: Several demos
Post by: Peter on February 11, 2012, 03:46:15 AM
Deleted
Title: Re: Several demos
Post by: Charles Pegge on February 12, 2012, 06:28:58 AM

Thanks Peter,

I'm getting the other examples in-sync with your latest library. I've done most of them now. ( projects/GdiWindow )

Charles
Title: Re: Several demos
Post by: Charles Pegge on February 15, 2012, 01:21:44 AM

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
Title: Re: Several demos
Post by: Aurel on August 18, 2012, 01:04:00 PM
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 ?