home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif 7 / cd.iso / pc / PC / Demos / GroovMak / data1.cab / Program_Executable_Files / Media / MenuSong.dxr / 00127.ls < prev    next >
Encoding:
Text File  |  1999-09-17  |  513 b   |  16 lines

  1. global checkStream, gSource
  2.  
  3. on checkSwa
  4.   if (FileExists(gSource & ".swa") = 0) and (FileExists(gSource & ".gif") = 0) then
  5.     set the url of member "preview" to gSource & ".swa"
  6.     play frame member "preview"
  7.     set the fileName of member "library" to gSource & ".gif"
  8.     set the memberNum of sprite 51 to the number of member "library"
  9.     set the visible of sprite 50 to 1
  10.     set the visible of sprite 51 to 1
  11.     updateStage()
  12.     set checkStream to 0
  13.     set the visible of sprite 53 to 0
  14.   end if
  15. end
  16.