Bleep Guru
Joined: 09/01/2022 Location: United KingdomPosts: 516 |
Posted: 03:02pm 30 Sep 2022 |
|
|
|
Hi Peter, I am having problems with blit/sprite load. PicoMiteVGA MMBasic Version 5.07.05RC4 If I do:- load image "small.bmp" The image loads fine, is displayed on the screen, no errors. However I then tried. > sprite load #1, "small.bmp" Error : Syntax > blit load #1, "small.bmp",0,0,19,17 Error : Syntax > sprite load #1, "small.bmp",0,0,19,17 Error : Syntax > blit load 1, "small.bmp",0,0,19,17 Error : Syntax > blit load #1, "small", 0,0,19,17 Error : Syntax I get the same in a program as well. I've thoroughly scanned the manual but I can't see what I'm doing wrong. Any suggestions. Regards Kevin. |