home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Algebra Smart / ALGEBRA.iso / pc / drills / drill7a.cst / 00018_Script_18 < prev    next >
Text File  |  1996-10-02  |  398b  |  14 lines

  1. on PostDrillScore
  2.   global DrillTally
  3.   puppetsprite 9, 1
  4.   set the castLibNum of sprite 9 = 3
  5.   case (DrillTally) of
  6.     0: set the membernum of sprite 9 = 24
  7.     1: set the membernum of sprite 9 = 23
  8.     2: set the membernum of sprite 9 = 22
  9.     3: set the membernum of sprite 9 = 21
  10.     4: set the membernum of sprite 9 = 20
  11.     5: set the membernum of sprite 9 = 19
  12.   end case
  13. end
  14.