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

  1. on mouseDown
  2.   sound stop 1
  3.   sound stop 2
  4. end
  5.  
  6. on mouseUp
  7.   global gAutoMode
  8.   if not (the movieName contains "menu") then
  9.     set gAutoMode to 0
  10.     play done
  11.   else
  12.     clearPuppets(1, 24)
  13.     puppetPalette(the framePalette)
  14.     puppetTransition(6, 2, 16, 0)
  15.     go("MenuTran")
  16.     puppetPalette(0)
  17.     go("Menu")
  18.   end if
  19. end
  20.