Detect mouse hover over scratch ui elements
This is a button detector library which is built for goboscript. It is designed to be used with inflator.
- timmccool for costumes
Make sure you have inflator installed
inflate install https://github.com/FAReTek1/button_detector
add button_detector to your inflator.toml
config:
[dependencies]
# ...
button_detector = "https://github.com/FAReTek1/button_detector"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/FAReTek1/button_detector
cd button_detector
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3