Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] How come CLS clears more than the _DEST image here?
#2
Try:
Code: (Select All)
CLS, 0

The issue may be that you're clearing the screen with BLACK (with a full alpha background), and what you need is to clear it with a TRANSPARENT 0-alpha background.   If these images are supposed to overlay one on top of the other, there's a huge difference between Black and Transparent.

I haven't actually taken time to look at the code yet, but from what you describe, it'd be my guess that the problem could likely be something that simple for you.  Wink
Reply


Messages In This Thread
RE: How come CLS clears more than the _DEST image here? - by SMcNeill - 10-07-2024, 12:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  _putimage (Solved) Pete 0 224 11-16-2025, 06:48 AM
Last Post: Pete
  error doing image collision detection with _MemGet madscijr 55 4,761 10-01-2025, 03:25 PM
Last Post: bplus
Question GL Rendering to a _DEST? Unseen Machine 6 2,125 08-30-2025, 04:14 AM
Last Post: SMcNeill
Photo from png tile, create symmetrical screen image hsiangch_ong 11 976 08-23-2025, 01:23 AM
Last Post: bplus
Tongue Ubuntu 18.0.4 C++ Compilation Failed SOLVED (sorta) Shed_Grill 6 884 07-14-2025, 12:32 AM
Last Post: Shed_Grill

Forum Jump:


Users browsing this thread: 1 Guest(s)