home *** CD-ROM | disk | FTP | other *** search
/ The Stock Market: Browser - Disc 1 / TheStockMarketRoyaltyFreeImages-BrowserDisc1-WinMac.bin / pc / English-US / Main.dir / 00019_Script_19 < prev    next >
Text File  |  2000-02-10  |  488b  |  18 lines

  1. on exitFrame
  2.   startTimer
  3.   
  4.   global gRotate, gStartHere, gCurrentPicture
  5.   put the number of members of castLib "Rotate16" into gRotate
  6.   put random(gRotate) into gCurrentPicture
  7.   
  8.   set the member of sprite 6 = member gCurrentPicture of castlib "rotate16"
  9.   global gPrimException
  10.   put 99 into gPrimException
  11.   
  12.   superDeactivate (findingButt)
  13.   superDeactivate (moreButt)
  14.   superDeactivate (launchButt)
  15.   superDeactivate (quitButt)
  16.   superDeactivate (NetButt)
  17.   
  18. end