home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / show / xtras / animwiz.dir / 00301.ls < prev    next >
Encoding:
Text File  |  1996-07-09  |  117 b   |  9 lines

  1. on mouseDown
  2.   global goZooms
  3.   if PressButton() then
  4.     cursor(4)
  5.     mCreate(goZooms)
  6.     cursor(-1)
  7.   end if
  8. end
  9.