home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 7 / boot-disc-1997-03.iso / Director.5 / 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