home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 September / WPCSEP97.ISO / DXRS / ARTWSEP.Dxr / 00022_ARTPlayDukeBox.ls < prev    next >
Encoding:
Text File  |  1997-07-09  |  278 b   |  13 lines

  1. on ARTPlayDukeBox
  2.   global REFINTER, ADDKindList, ADDThisNum, addlist, addPallist, REFAddWatch, ARTJuke
  3.   set REFINTER to 1
  4.   updateStage()
  5.   if the machineType > 200 then
  6.     play movie ARTJuke
  7.   else
  8.     put "play dukebox"
  9.     play movie ARTJuke
  10.   end if
  11.   go("ADDBLACK")
  12. end
  13.