home *** CD-ROM | disk | FTP | other *** search
/ Knudde EK Editie / CD1.iso / intro.dxr / script_3.ls < prev    next >
Encoding:
Text File  |  2000-02-24  |  225 b   |  16 lines

  1. on exitFrame
  2.   if soundBusy(1) = 0 then
  3.     puppetSound(1, 41)
  4.   end if
  5.   if the mouseDown = 1 then
  6.     go(1, "Menu.dir")
  7.   end if
  8.   go(the frame)
  9. end
  10.  
  11. on keyDown
  12.   if the key = RETURN then
  13.     go(1, "Menu.dir")
  14.   end if
  15. end
  16.