--- title: "Targets Five" type: "article" slug: "targets-five" url: "http://localhost/article/targets-five/" markdown_url: "http://localhost/article/targets-five.md" published_at: "2022-10-07T12:27:57+00:00" modified_at: "2026-06-19T18:16:26+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "TARGETS FIVE is a program that will require a RAM Pack on your TS-1000. It is a slow-acting routine of an arcade type of game, but you can have a lot of fun with it. You get four shots to shoot down five targets. It can be done. Nested loops such as 510-580 are time…" category: - name: "SUM" slug: "sum" taxonomy: "category" url: "http://localhost/category/periodicals/sum/" post_tag: - 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: "Warren Fricke" slug: "warren-fricke" taxonomy: "indiv" url: "http://localhost/indiv/warren-fricke/" publication_r: id: 10242 title: "SUM" type: "periodical" url: "http://localhost/periodical/sum/" authors: "Warren Fricke" volume: "4" issue: "3" issues_articles: - id: 39352 title: "SUM v4 n3" type: "issue" url: "http://localhost/issue/sum-v4-n3/" pages: "5" pubdate: "March 1986" archive_link: false --- # Targets Five TARGETS FIVE is a program that will require a RAM Pack on your TS-1000. It is a slow-acting routine of an arcade type of game, but you can have a lot of fun with it. You get four shots to shoot down five targets. It can be done. Nested loops such as 510-580 are time consuming. But the action can be speeded up by adding a line like: ``` 515 IF CODE A$(L)= 0 THEN NEXT L ``` This will eliminate unnecessary scanning. Otherwise, it is a “bare bones” routine that you may embellish yourself. There will be a TS-2068 version in an up-coming issue of QuarTerS Magazine in my “Basic Tutor” column.