If MouseHit(1) Then shoot = 1 If shoot = 1 Then sa# = sa# + .025 If sa# = 1 Then shoot = 0 sa# = sa# - .25 EndIf If sa# <0 Then sa# = 0