home *** CD-ROM | disk | FTP | other *** search
/ Imagination Express: Destination Pyramids / PYRAMIDS.ISO / DEMO / EDMARKDB / MENU.DXR / 00015.ls < prev    next >
Encoding:
Text File  |  1995-10-20  |  151 b   |  11 lines

  1. on exitFrame
  2.   global UserJump
  3.   PlayMyMovie("TThings1")
  4.   if UserJump = 1 then
  5.     go("Menu")
  6.     set UserJump to 0
  7.   else
  8.     go("TT2")
  9.   end if
  10. end
  11.