home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 7 / boot-disc-1997-03.iso / Director.5 / DATA.Z / ANIMWIZ.DIR / 00318_Script_318 < prev    next >
Text File  |  1996-03-15  |  125b  |  8 lines

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