TI-BASIC Wiki
Register
Advertisement
Animation screenshot

From the Animation

Animation is a good way to add more life into your programs and make them more enjoyable both visually and overall. Animation can be used very simply or very advanced to create enjoyable animations. The general idea of TI-BASIC animation is using For( commands to create short delays between different connected text or images, giving the appearance that they are moving.

TI-BASIC Animation[]

Needed Commands: ClrHome, For(, End, and Output(

(You can also create less-impressive looking programs using a Pause command instead of For(/End)

Let us break down the following simple animation:

(select your calculator)

Advertisement