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

  1. on enterFrame
  2.   global gBeenIntro
  3.   if gBeenIntro then
  4.     repeat with nn = 2 to 6
  5.       set the visible of sprite nn to 0
  6.     end repeat
  7.     puppetTransition(23, 2, 16, 0)
  8.     go(label("Menu") + 1)
  9.     set gBeenIntro to 0
  10.   else
  11.     set gBeenIntro to 1
  12.     PlayDemoFrame(1, "MAININT")
  13.   end if
  14. end
  15.