home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / dirwin / data.z / ANIMWIZ.DIR / 00284_Script_284 < prev    next >
Text File  |  1996-03-15  |  129b  |  9 lines

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