home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / optimus / agata / home.dir / 00247.ls < prev    next >
Encoding:
Text File  |  1997-02-20  |  257 b   |  13 lines

  1. on exitFrame
  2.   global gPath
  3.   repeat with i = 4 to 40
  4.     puppetSprite(i, 0)
  5.   end repeat
  6.   if the machineType = 256 then
  7.     set nextMovie to gPath & "bedroom\"
  8.   else
  9.     set nextMovie to gPath & "bedroom:"
  10.   end if
  11.   go(1, nextMovie & "bedroom.dir")
  12. end
  13.