home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 April - The Windows Show / PCPRO_0496.ISO / int.dir / 00053.ls < prev    next >
Encoding:
Text File  |  1996-02-09  |  212 b   |  11 lines

  1. on mouseDown
  2.   sound close 1
  3.   updateStage()
  4.   if (the controlDown = 1) and (the mouseDown = 1) then
  5.     go("controller")
  6.   end if
  7.   if (the optionDown = 1) and (the mouseDown = 1) then
  8.     go("v1")
  9.   end if
  10. end
  11.