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

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