home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 1 / MOBICLIC.ISO / mac / SKEET / TAB.dir / 00026_Script_26 < prev    next >
Text File  |  1997-02-20  |  522b  |  21 lines

  1. on mouseUp
  2.   put "500" into field "score1"
  3.   put "400" into field "score2"
  4.   put "300" into field "score3"
  5.   put "200" into field "score4"
  6.   put "100" into field "score5"
  7.   put "SKEET" into field "nom1"
  8.   put "JUJU" into field "nom2"
  9.   put "VERO" into field "nom3"
  10.   put "LUDO" into field "nom4"
  11.   put "SKEET" into field "nom5"
  12.   global sc,score1,score2,score3,score4,score5,hi
  13.   set sc=0
  14.   set hi=500
  15.   set score1=0
  16.   set score2=0
  17.   set score3=0
  18.   SET SCORE4=0
  19.   set score5=0
  20.   savemovie "tab.dir"
  21. end