Don't use the Animation editor for simple "changing sprite from idle to walk", instead use the "improved" SPANIM command!
SPANIM 0,"I",TIME(1sec=60),FRAME(SPDEF number),TIME,FRAME,... (up to 32)
Use XSCREEN and DISPLAY.
XSCREEN 2/3/4 removes the keyboard and DISPLAY 0/1 lets you switch between doing stuff (PRINT, graphic commands, sprites, backgrounds, etc.) on the top screen and the lower screen.
The first dialog asks which folder- err, "project" the file is in. Then it asks for a file. Yeah, this is getting changed in SmileBASIC Shortcuts v3.0…
Wow, Smiley! Great suggestion!
In TUTORIAL.PRG news huge progress. I have the quiz system finished (in fact, that's what I use for the main menu), I added a INPUT-like function for entering small bits of code, I added feelings (happy, sad, bored, looking to the right), and I added tips! (there's two of them atm) Progress is fast! Now I just need to figure out how to store each chapter...