home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 86 / PC_Format_September1998_Issue86.iso / Tech / DIRECTOR / data.z / Animation Wizard.dir / 00331.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  121 b   |  9 lines

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