home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2000 February / DPPCPRO0200.ISO / ps10.dxr / Scripts_43.ls < prev    next >
Encoding:
Text File  |  1999-10-26  |  146 b   |  11 lines

  1. global gVoice, gArtistvoice
  2.  
  3. on exitFrame
  4.   if gVoice = 1 then
  5.     sound stop 1
  6.   end if
  7.   if gArtistvoice = 1 then
  8.     sound stop 1
  9.   end if
  10. end
  11.