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

  1. global gIntro, gVoice
  2.  
  3. on exitFrame
  4.   if gIntro <> 1 then
  5.     puppetSound(1, "voice1")
  6.   end if
  7.   if gVoice = 1 then
  8.     puppetSound(1, "voice1")
  9.   end if
  10.   if gIntro = 1 then
  11.     go(the frame + 2)
  12.   end if
  13. end
  14.