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

  1. on mouseDown
  2.   global FileChoice, gMediaType, nowPlaying
  3.   set gSoundLoop to 0
  4.   if (the clickOn > 10) and (the clickOn < 15) then
  5.     set gSoundLoop to EMPTY
  6.     set gMediaType to "text"
  7.     puppetSound(0)
  8.     HideRandoms()
  9.     puppetSprite(31, 1)
  10.     HideAudioControls()
  11.     set FileChoice to the name of cast the castNum of sprite the clickOn & ".txt"
  12.     set the text of cast the number of cast "textholder" to the text of cast the number of cast FileChoice
  13.     set the visible of sprite 31 to 1
  14.     updateStage()
  15.     set nowPlaying to EMPTY
  16.   end if
  17. end
  18.