0 Members and 1 Guest are viewing this topic.
Looks cool! Is it supposed to move up and down or just side to side?
:ClrHome:For(A,1,100:Disp ".:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:End
Well, I mean, when it moves to the left, it drops down a sprite. Is that intentional?
:Disp ".:Disp ".
The GIF made in WabbitEmu doesn't look very fast, but it is fast and optimized, is there any trick to save faster GIFs?Close all problems? Change settings?
How can I do something like this:Output(1,1,".Then, wait a second or two andOutput(1,2,".A second or two andOutput(1,3,".
It gives the idea it is moving down, but it isn't, check why:Code: [Select]:ClrHome:For(A,1,100:Disp ".:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:Disp " .:End
:ClrHome:For(A,1,7:Disp " // Nothing after the quote:End:1->A // Current X position:1->B // Variable to track movement:Repeat getKey:Disp " // Again, nothing after the quote:Output(8,A,".:A+B->A:If Ans=10 or Ans=1:-B->B // That's the negative sign, not minus:End
Hmm, I just typed it to makes sure it would work. Did you type the "//" and everything after them? Those are comments and they're not meant to be typed in the code.