home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 July / Image.iso / mrmore / mrmore.dir / 00076.ls < prev    next >
Encoding:
Text File  |  1996-04-11  |  225 b   |  9 lines

  1. on mouseDown
  2.   if CheckForPopup() then
  3.     exit
  4.   end if
  5.   set sName to the name of cast the castNum of sprite the clickOn
  6.   set sFileName to "clips\faxe\" & sName & ".bmp"
  7.   LoadPopup("faxe", sName, sFileName, EMPTY, 0)
  8. end
  9.