Advertisement
gnamp

StretchASketch

Feb 26th, 2012
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 5 REM simple graphics editor
  2. 6 REM by Dominic McGough 2006
  3. 10 CLS             1=ChngePen
  4. 11 PRINT "    
  5. 1stPickPen"
  6. 12 PRINT "
  7. P=Rt,O=Lt"
  8. 13 PRINT "
  9. Q=Up&A=Dn"
  10. 14 PRINT "
  11. 1=ChngePen
  12. 15 PRINT "
  13. z=restart"         Stretch-
  14. 16 PRINT "
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.    "
  22. 17 PRINT "
  23. --------
  24. Stretch-
  25. a-Sketch
  26. --------
  27.  
  28.    "
  29. 18 PRINT "
  30. (c)Dominic"
  31. 19 PRINT "
  32. McGough'06"
  33. 20 INPUT A$
  34. 30 LET A=0
  35. 40 LET B=0
  36. 50 GO TO 60
  37. 53 INPUT A$
  38. 55 RETURN
  39. 60 IF INKEY$="p" AND A<>20 THE
  40. N LET A=A+1
  41. 90 IF INKEY$="o" AND A<>0 THEN
  42. LET A=A-1
  43. 100 IF INKEY$="q" AND b<>0 THEN
  44. LET B=B-1
  45. 110 IF INKEY$="1! THEN GO SUB 5
  46. 3
  47. 130 IF INKEY$="z" THEN RUN
  48. 140 PRINT AT B,A;A$
  49. 150 GO TO 60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement