12.07.2015 Views

page-1983-101-timex-sinclair-programming-tricks

page-1983-101-timex-sinclair-programming-tricks

page-1983-101-timex-sinclair-programming-tricks

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

having created him on the graphics screen, how can wekeep him there? By using a freeze frame as we have donehere in line 300.Line 300 is an endless loop, holding action at line 300forever, until you press the break key.Run this program first. Then, go on to Tip Number 83.Program Listing10 CLS20 FOR X=20 TO 3030 PLOT X,3540 NEXT X50 FOR Y=35 TO 25 STEP -160 PLOT 30,Y70 NEXT Y80 FOR X=30 TO 20 STEP -190 PLOT X,25100 NEXT X110 FOR Y=25 TO 35120 PLOT 20,Y130 NEXT y140 PLOT 22,33150 PLOT 28,33160 PLOT 25,30170 FOR X=22 TO 28180 PLOT X,27190 NEXT X200 FOR Y=25 TO 5 STEP -1210 PLOT 25,Y220 NEXT Y230 FOR X=20 TO 30240 PLOT X,5250 NEXT x300 GOTO 30083 Okay, Now WaveThis is a development of the stick man drawn andfrozen on the screen in Tip Number 82. Here, we add pro-104

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!