Author Topic: Several demos  (Read 2374 times)

0 Members and 1 Guest are viewing this topic.

Peter

  • Guest
Several demos
« on: February 11, 2012, 03:46:15 AM »
Deleted
« Last Edit: April 14, 2015, 03:55:26 AM by Peter »

Charles Pegge

  • Guest
Re: Several demos
« Reply #1 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

Charles Pegge

  • Guest
Re: Several demos
« Reply #2 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

Aurel

  • Guest
Re: Several demos
« Reply #3 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 ?