home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set smk to new(xtra("smacker"))
- SmackSetDisplayMode(smk, 4)
- SmackOpen(smk, the pathName & "xtras\video.smk", 1, 0)
- SmackSetPosition(smk, -330, -278)
- SmackSetInterfaceKeys(smk, "\e\s\m")
- SmackPlayLooped(smk, 1)
- set lastKey to SmackGetLastKey(smk)
- SmackClose(smk)
- set smk to 0
- quit()
- if lastKey = "\e" then
- quit()
- end if
- go(the frame)
- end
-