Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Nth problem with hardware images
#1
I know, I know. The problem is ME; I'm a complete idiot trying to understand hardware images... 
Why isn't something as simple as this working? What on earth am I doing wrong? My apologies to everyone, and thank you for your patience Sad

Code: (Select All)
Option _Explicit
Randomize Timer

Dim As Long hardwareScreen, workScreen, Nave, Fondo, i

Screen _NewImage(1920, 1080, 32)
_FullScreen , _Smooth

workScreen = _NewImage(1920, 1080, 32)
Fondo = _LoadImage("C:\STRC\Espacio\3.jpg")
Nave = _LoadImage("C:\STRC\Naves\Constitution2\nave.png")

_PutImage (0, 0)-Step(1920, 1080), Fondo, workScreen

For i = 1 To 100
    _PutImage (Rnd * 1920, Rnd * 1080), Nave, workScreen
Next

hardwareScreen = _CopyImage(workScreen, 33)

_Dest 0
_DisplayOrder _Hardware

_PutImage (0, 0), hardwareScreen
_Display
End
10 PRINT "Hola! Smile"
20 GOTO 10
Reply


Messages In This Thread
Nth problem with hardware images - by Ikerkaz - 01-22-2026, 05:02 PM
RE: Nth problem with hardware images - by Ikerkaz - 01-22-2026, 08:57 PM
RE: Nth problem with hardware images - by Magdha - 01-22-2026, 05:52 PM
RE: Nth problem with hardware images - by Pete - 01-23-2026, 02:08 AM
RE: Nth problem with hardware images - by Ikerkaz - 01-23-2026, 09:05 AM
RE: Nth problem with hardware images - by bplus - 01-23-2026, 02:58 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  about Hardware Images and _DisplayOrder,Help! qbfans 11 573 02-11-2026, 07:10 AM
Last Post: SMcNeill
  I'm looking for suggestions to solve the problem! Petr 10 680 02-05-2026, 04:56 PM
Last Post: ahenry3068
  Install problem...... jssantoro 6 397 12-17-2025, 08:31 PM
Last Post: madscijr
  Hardware images questions Dav 5 477 12-04-2025, 04:18 PM
Last Post: Pete
  Hardware images...Talk to me! Unseen Machine 5 738 09-22-2025, 11:12 PM
Last Post: TempodiBasic

Forum Jump:


Users browsing this thread: 2 Guest(s)