Hum thanks for your anwser.
So now i'm trying to make a sprite with a code i found on youtube but i always got this error, is it normal ?
The udg editor can read it but i can play the game :/
And when i try to use the udg it doesn't save my draws the next time i load the file >.<
http://prntscr.com/fe5vo0
Viewing post in FAQ - Game Jam or Sinclair BASIC questions
I can only see part of your code. Do you have a larger for loop, not seen, around the whole thing? It looks like you have a game loop and you recreate the udg every time? You only need to create the udg once and then you can start your game loop. Move the code in lines 62 to 75 to the beginning and make sure it is only run once.