home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 1 / boot-disc-1996-08.iso / bootcd.dir / 00295_Script_295 < prev    next >
Text File  |  1996-07-02  |  320b  |  11 lines

  1. on exitFrame
  2.   global gWhichMDcredit
  3.   if gWhichMDcredit < 17 then
  4.     set the text of member "One MD Credit" = ¼
  5.        line gWhichMDcredit of field "Midnight Design Credits"
  6.     set gWhichMDcredit = gWhichMDcredit + 1
  7.   else
  8.     set the text of member "One MD Credit" = ¼
  9.        "Click anywhere"
  10.   end if
  11. end