home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle: Internet utan modem / Internet CD.iso / web / computer / wwweps~1.com / adam / galactic.dcr / 00111_weopen.ls < prev    next >
Encoding:
Text File  |  1997-03-06  |  256 b   |  11 lines

  1. on mouseUp
  2.   global max_bullets, score
  3.   if score >= 8000 then
  4.     set score to score - 8000
  5.     set the width of sprite 14 to the width of sprite 14 + 16
  6.     set max_bullets to max_bullets + 1
  7.     put score into field "score"
  8.   end if
  9.   updateStage()
  10. end
  11.