home *** CD-ROM | disk | FTP | other *** search
/ The VPRO Digital Guide 1994 / vpro.iso / vpro1 / shared.dir / 01965_BOMB1.ls < prev    next >
Encoding:
Text File  |  1994-08-28  |  427 b   |  18 lines

  1. on mouseUp
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   if the machineType < 255 then
  6.     preLoadCast(1965, 1999)
  7.   end if
  8.   puppetSound("BOMB.aif")
  9.   repeat with count = 1965 to 1999
  10.     set the castNum of sprite 48 to count
  11.     updateStage()
  12.     set the castNum of sprite 48 to the number of cast "BOMB1"
  13.   end repeat
  14.   set the castNum of sprite 48 to the number of cast "BOMB1"
  15.   puppetSound(0)
  16.   go("JG", "Home")
  17. end
  18.