home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 36 / CDE36_B / CDE36_B.mdf / DATA / Video / SMK1.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1998-05-25  |  380 b   |  17 lines

  1. on exitFrame
  2.   set smk to new(xtra("smacker"))
  3.   SmackSetDisplayMode(smk, 4)
  4.   SmackOpen(smk, the pathName & "xtras\video.smk", 1, 0)
  5.   SmackSetPosition(smk, -330, -278)
  6.   SmackSetInterfaceKeys(smk, "\e\s\m")
  7.   SmackPlayLooped(smk, 1)
  8.   set lastKey to SmackGetLastKey(smk)
  9.   SmackClose(smk)
  10.   set smk to 0
  11.   quit()
  12.   if lastKey = "\e" then
  13.     quit()
  14.   end if
  15.   go(the frame)
  16. end
  17.