--- title: "ZX/TS P and R: PLOT/UNPLOT Tip and Action Attention Getter Program" type: "article" slug: "zx-ts-p-and-r-plot-unplot-tip-and-action-attention-getter-program" url: "http://localhost/article/zx-ts-p-and-r-plot-unplot-tip-and-action-attention-getter-program/" markdown_url: "http://localhost/article/zx-ts-p-and-r-plot-unplot-tip-and-action-attention-getter-program.md" published_at: "2026-03-13T12:33:50+00:00" modified_at: "2026-03-13T12:33:50+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Monthly programming tip: using RUN line_number to test a specific routine in isolation without executing the full program. Followed by the 'Laurie G.' demonstration program — a PLOT pixel hopping up and down a flight of steps — illustrating how PLOT/UNPLOT interacts with PRINT AT to wipe characters and create simple motion effects." category: - name: "The Plotter" slug: "the-plotter" taxonomy: "category" url: "http://localhost/category/periodicals/the-plotter/" post_tag: - name: "BASIC (programming language)" slug: "basic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/basic-programming-language/" - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Dick Wagner" slug: "dick-wagner" taxonomy: "indiv" url: "http://localhost/indiv/dick-wagner/" publication_r: id: 21216 title: "The Plotter" type: "periodical" url: "http://localhost/periodical/the-plotter/" authors_r: - name: "Dick Wagner" slug: "dick-wagner" taxonomy: "indiv" url: "http://localhost/indiv/dick-wagner/" volume: "1" issue: "4" issues_articles: - id: 39410 title: "The Plotter v1 n4" type: "issue" url: "http://localhost/issue/the-plotter-v1-n4/" pages: "3" archive_link: false --- # ZX/TS P and R: PLOT/UNPLOT Tip and Action Attention Getter Program Monthly programming tip: using RUN line_number to test a specific routine in isolation without executing the full program. Followed by the ‘Laurie G.’ demonstration program — a PLOT pixel hopping up and down a flight of steps — illustrating how PLOT/UNPLOT interacts with PRINT AT to wipe characters and create simple motion effects.