why is the tilemap not transparent?

The Speccy's spritely young offspring. Discuss everything from FPGA to ZX
Post Reply
funkheld
Dizzy
Posts: 57
Joined: Tue May 18, 2021 9:01 pm

why is the tilemap not transparent?

Post by funkheld »

Hi good afternoon.

why is the tilemap not transparent but black?

I can't see the image.scr in layer(0)
I have an image in the image.scr (layer(0).

in the foreground I have the tilemap (layer2) ?


Thanks.
greeting

----------------------------
10 RUN AT 3
14 LOAD "c:\bild.scr" layer
16 pause 0
20 LAYER 2,1
30 LOAD "MY_SPRITES.spr" BANK 13:; spritesheet
40 LOAD "MY_MAP.map" BANK 14:; tile map
50 TILE BANK 13:; point tilemap to spritesheet
60 TILE DIM 14,0,16,16:; using tile bank 14, offset 0, tile 16 wide, tile size 16
70 TILE 16,12:; print tile for 16x12
80 REM
---------------------------

Image

Image
Image
funkheld
Dizzy
Posts: 57
Joined: Tue May 18, 2021 9:01 pm

Re: why is the tilemap not transparent?

Post by funkheld »

hello , transparent is ok for tilemap.

thanks
greeting
Image
Post Reply