0 Members and 1 Guest are viewing this topic.
Ya, would it be easier on people to pad it on both sides? And do people want multiples of eight or four?
:Repeat Ans:Pt-Change(X,Y):getKey->K:Pt-Change(X,Y)
:ClrHome:RecallGDB 1:DelVarGDB1sub(Ans,2,length(Ans)-1->Str1
Wow, nice job! It's by far the best sprite editor I've seen in Basic.Here are my three suggestions:1: Make the cursor wrap around the screen. If you're at (0,0) and press up I'd like it to go to (0,Max_Y). 2: Make the current location gray. This can be done like this:Code: [Select]:Repeat Ans:Pt-Change(X,Y):getKey->K:Pt-Change(X,Y)3: Change the end to this:Code: [Select]:ClrHome:RecallGDB 1:DelVarGDB1sub(Ans,2,length(Ans)-1->Str1This makes it display a string that you can scroll through and will not display Done. I'm not sure if it works like this on OS 2.53 MP, but it's just as good as what you had before. Wonderful job!