uh yeah, a lot.
look at the help tool for spdef also put it on another line not right after you put sprot, also make an spset for the sprite first before making it rot.
I mean you need to learn about sprites before coding it, but as it happens im a nice person so..
spset sets the sprite you are making, you need this for every sprite, after it comes two numbers the first is the management number which is the number that controls all the things associated with that sprite, a sprite is the image you are making, the 2nd number is the numbers you see when in the
smile tool on sprite, so it should look something like this
SPSET 0,0
this will set a strawberry, also always put acls at the beginning of your code.
any sprite command has the first number being the management number, the 2nd number in sprot is the degrees you want it turned.
here is a sample program, write this down
(tbc)