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

  1. on mouseDown
  2.   if the shiftDown and (the mouseDown = 1) then
  3.     go(the frame + 1)
  4.   end if
  5.   if the controlDown and (the mouseDown = 1) then
  6.     go("end")
  7.   end if
  8. end
  9.