How does the Scanline() command actually work? If I am running a 640 by 480 window does the scan line go from line 0 to 480 (-1?) or does it still go the full height of my monitor for example my monitor is set to 1440x900 so line 0 to 900 (-1)
If I wanted to use the flip command only when my scan line was at the lowest point of my screen would a simple,
If Scanline()=480 then Flip actually work properly?
Jason.
If I wanted to use the flip command only when my scan line was at the lowest point of my screen would a simple,
If Scanline()=480 then Flip actually work properly?
Jason.