It's kind of difficult, but I think I can teach you. Go into the smiletool and go to paint. Find the sprite you want to animate. Move the box over it.Look at its coordinates at the bottom of the top screen.
Add it to an array like this
DIM animation[?]
animation[1]=frames
animation[2]=x coordinate
animation[3]=y coordinate
rinse and repeat and keep adding to the array until your animation
Do you want the sprite to move or change its look. If you want it to move put this code in: SPANIM 'management number,"xy" 'speed you want it to move,'horizontal coordinate,'vertical coordinate
So what it will look like is this: Spanim 0,"xy",-60,190,220