home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / dirwin / 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