BASIC8
Not enough ratings
Button Jr
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
13.280 KB
5 Mar, 2018 @ 11:09pm
1 Mar, 2020 @ 7:39pm
4 Change Notes ( view )

Subscribe to download
Button Jr

Description
A reusable clickable button behaviour.

License: CC0 (Public Domain)

Usage:
' Imports the button behaviour. import "btnbhvr" ' Renders a clickable button. if btnbhvr(btn_min, 59,51,32,12) then n = n - 1 endif

See code for details.