home *** CD-ROM | disk | FTP | other *** search
/ 321 GAMES / 321GAMES.iso / advent / zoom / pizza / zoom.dxr / 00645.ls < prev    next >
Encoding:
Text File  |  1996-03-28  |  168 b   |  11 lines

  1. on mouseUp
  2.   global gDemoState
  3.   puppetSound(0)
  4.   if the controlDown then
  5.     set gDemoState to "NotDemo"
  6.     go(the frame + 1)
  7.   else
  8.     go("PizzaTime")
  9.   end if
  10. end
  11.