'Find The Test Signal On The TV Game!
'Move your mouse around on the screen like you are moving your antenna.
'After you find it, press the left mouse button to find it again!
'Just like the "Good 'Ol Days!"
'
'By Sierraken on June 18, 2020. B+ Mod for images 2020-06-19 AM
'
_TITLE "Find the test signal by moving your mouse (antenna) around. Left mouse button to find another one." howManyDoYouHave = 1 'for now
DIM btv&
(1 TO howManyDoYouHave
)
t = 20
mouseWheel = 0
fx3 = (mouseX + mouseY) / 100
IF mouseX
> lx
- 100 AND mouseX
< lx
+ 100 AND mouseY
> ly
- 100 AND mouseY
< ly
+ 100 THEN
'decide how to get integer from 1 to howManyDoYouHave
img = 1 ' for 1 image need formula for many images from mouse and or button clicking of tv buttons
fx2 = fx2 + 1
PSET ((SIN(fy
* fx3
/ fx2
) * t
) + fx
, (SIN(fx
* fx3
/ fx2
) * t
) + fy
), _RGB32(200, 200, 200) LINE (50 - tv
, 50 - tv
)-(750 + tv
, 550 + tv
), _RGB32(150, 127, 0), B