Wednesday, December 27, 2023

🖥 Mouse Tester program

A little program primarily to test/demonstrate mouse-click handling and mouse-wheel handling.

Also demonstrated:
  • SCREEN _NEWIMAGE (to setup custom screen size for the specified mode)
  • CIRCLE
  • PAINT
  • PRESET
  • IFF
  • FOR NEXT
  • _DISPLAY (forces refresh of the screen; otherwise, the browser page locks up, going into an infinite loop)
  • XMAX and YMAX



No comments:

Post a Comment

🖥 Flower Tesselation: Testing DRAW and recursive SUB's

This BAM program inspired by Richard Russell's "Flower-like tesselation" BBC BASIC program posted on Facebook . Created in ord...