hschumann2/TempleOS-Source-Code
0838
1 2 Graphic Sprite Resource Help3 4A sprite is an ordered list of elements such as lines, rectangles, bitmaps and5color changes. In a program's source code, you first make a sprite somewhere6outside a function. Then, you insert a pointer to the sprite as an "*elems" arg7when calling Sprite() or Sprite3(). See Sprites.8 9You can create a sprite macro on your PersonalMenu with a payload of HolyC10source code to execute when it ESC's back to the cmd line. If you check11"Pop-Up", it will spawn a new task and run the payload. A pop-up macro can be12placed in any document.13 