[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/smallbasic/smallbasic.github.io/master/samples/node/1263.bas [Back]  [Original]

'current file title: mouse circle sounds.bas
'original title squeaky mouse.bas SmallBASIC 2015-04-27 B+
'old on-line title: circles
'now more sound effects, color contrast, c=cls screen option

randomize
while 1
  locate 0,0
  ?"press c to clear screen clutter"
  if inkey="c" then cls
  delay 60
  pen on
  x=pen(10)
  y=pen(11)
  delay 10
  pen off
  r=rnd*100
  rd=(x/xmax)*255
  if rd>255 then rd=255
  if rd255 then gr=255
  if gr

Web Proxy Viewer  |  New URL  |  Original Page