Hi guys sorry to bother you all again. This will be easy for most off you i suspect. OK i have looked at a few data statements and maybe it was on another 8 bit system. I can't remember now. but a data statement can be binary. eg
DATA 0,0,1,0,0,1,0,0
There would be 8 data statements the 1 would color a 'pixel' in on the sprite map and a 0 would leave it transparent. I remember this being easy.
So what is this ? :-
1470 DATA 0,01,01,01,01,01,01,01,01,03,07,0F,0F,0F,0F,0F
1480 DATA 0,0,0,0,0,0,0,0,0,80,C0,E0,E0,E0,E0,E0,:REM EINDE EERSTE BLOK
1490 DATA 0F,0F,0F,0F,0F,0F,0F,0F,0F,0F,0F,0F,0F,0F,0F,0F,E0,E0,E0,E0,E0,E0,E0,E0,E0,E0,E0,E0,E0,E0,E0,E0:REM EIND
1500 DATA 1F,3F,7F,5E,5E,5E,5E,7F,7F,1F,1F,0F,01,03,07,0F,F0,F8,FC,F4,F4,F4,F4,FC,FC,F0,F0,E0,00,80,C0,E0
1510 DATA 81,5A,42,FF,24,18,18,
Line 1510 only has 7 and not 8 numbers like id suspect 1490 and 1500 are exceptionally long ???? and how does the computer assemble this type of data into individual sprites ? I would have expected an identification for the first sprite, like a sprite 1 starts here and ends there, sprite 2 now starts here and ends there and so on but its just one long list of data statements :/ how can the computer know where the data should be assigned ?
AHHH WAIT JUST ONE MINUTE. I THINK THE COIN JUST DROPPED. EACH VALUE IS ONE ENTIRE LINE OF BINARY SO ITS A GOOD WAY TO COMPRESS INFORMATION ? STILL NEED THE REST OF MY QUERYS ANSWERED THOUGH ! I love it when the coin drops We need a Lightbulb Emojy web devs !