home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1996 #11 / CDD_11_96.ISO / demos / timelaps / mainmenu.dxr / 00168.ls < prev    next >
Encoding:
Text File  |  1996-08-07  |  447 b   |  20 lines

  1. on exitFrame
  2.   BlendRollovers(12, 13)
  3.   if the shiftDown then
  4.     puppetSprite(47, 1)
  5.     set the locH of sprite 47 to 9
  6.     set the locV of sprite 47 to 56
  7.     puppetTransition(51)
  8.     updateStage()
  9.     repeat while the shiftDown
  10.       BlendRollovers(12, 13)
  11.     end repeat
  12.     set the locH of sprite 47 to -999
  13.     set the locV of sprite 47 to -999
  14.     puppetSprite(47, 0)
  15.     puppetTransition(51)
  16.     updateStage()
  17.   end if
  18.   go(the frame)
  19. end
  20.