the source of the starwars scroller

Advanced game related topics
VIRTUALYS
User
User
Posts: 44
Joined: Mon Jul 14, 2003 4:06 pm
Location: LA ROCHELLE
Contact:

the source of the starwars scroller

Post by VIRTUALYS »

Hi! everybody :lol:

the source of the real starwars scroller is here:

http://perso.club-internet.fr/virtualys ... source.zip

enjoy yourself..... :wink:



Virtualys for U 8)
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

it looks so simple but that's great job :P
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
VIRTUALYS
User
User
Posts: 44
Joined: Mon Jul 14, 2003 4:06 pm
Location: LA ROCHELLE
Contact:

Post by VIRTUALYS »

thanks! Flype
:wink:
Thade
Enthusiast
Enthusiast
Posts: 266
Joined: Sun Aug 03, 2003 12:06 am
Location: Austria

Post by Thade »

Looks great :)

But does someone else experience this?
If I change OpenScreen(1024,768,32,"") the program crashes - Screen black and immediately back to Windows ...
OpenScreen(1024,768,16,"") works fine ...

EDITED: I tracked it down - It has nothing to do with the OpenScreen Command. The Error occurs at:

Code: Select all

  t + 1
  If t > 2
    t = 1
      StartDrawing(TextureOutput(0))
      CopyMemory(adr2 + pix, adr2, 511 * pix)
The Line: CopyMemory(adr2 ... ) makes the System crash! Whatever is done there - it works in 16 Bit Screenmode but not in 32 Bit for me ... any resolution ...
--------------
Yes, its an Irish Wolfhound.
Height: 107 cm; Weight: 88 kg
Post Reply