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

  1. global gArtist
  2.  
  3. on exitFrame
  4.   if gArtist <> 1 then
  5.     puppetSound(1, "artist")
  6.   else
  7.     nothing()
  8.   end if
  9. end
  10.