if i write something likeThats because you're using the PRINT command, instead of the SPSET command. This is kinda simple to get to work, first, hit the smile button at the keyboard. Next, go to the SPDEF section and select the sprite number you want to use. For example:@COM INPUT"CODE";RANDOMVARNAME$ IF RANDOMVARNAME$==PRINT THEN GOTO @PRINT IF RANDOMVARNAME$==SPRITE THEN GOTO @SPRITE GOTO @COM @PRINT PRINT "PRINT" GOTO @COM @SPRITE PRINT"SPRITE" GOTO @COMIf i type sprite, ill take me to print insted
SPSET 0'(Management number),0'(Strawberry sprite)The maximum amount of sprites you can get on-screen is 255, so you gotta be careful with that. If you want just to copy the code, just type this:
SPSET 0,0