Difference between revisions of "TI-BASIC:SK:Exercises Graphics"

From Learn @ Cemetech
Jump to navigationJump to search
(Automated internal link correction)
(Automated internal link correction)
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
  
 
{{Template:TI-BASIC:Next-prev
 
{{Template:TI-BASIC:Next-prev
|prevpage = sk:summary-graphics
+
|prevpage = TI-BASIC:SK:Summary_Graphics
 
|prevtitle = Summary
 
|prevtitle = Summary
|tocpage = starter-kit
+
|tocpage = TI-BASIC:Starter_Kit
 
|toctitle = Table of Contents
 
|toctitle = Table of Contents
|nextpage = sk:pong
+
|nextpage = TI-BASIC:SK:Pong
 
|nexttitle = Sample Program: Pong}}[[Category:TI-BASIC]]
 
|nexttitle = Sample Program: Pong}}[[Category:TI-BASIC]]
 
[[Category:TIBD]]
 
[[Category:TIBD]]

Latest revision as of 00:56, 25 February 2016

Review

  1. Where can you find most drawing commands?
  2. What does a GDB store?
  3. What does a Pic store?
  4. Which command allows you to select a mark type?
  5. Are the coordinates the same for Point and Pixel Commands?
  6. What do you do you enable the fast circle flag?
  7. How do you erase a line?
  8. How do you get large text on the graphscreen?

Exercises

  1. Create a program that inverts random blocks of the graph screen.
  2. Create a program that uses text sprites to make a drawing, then store that to a Pic.
<< Summary Table of Contents Sample Program: Pong >>