home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / image.dir / 00036.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  134 b   |  9 lines

  1. on mouseDown
  2.   global theImage
  3.   if char 10 to 12 of item 1 of theImage = "pct" then
  4.     go("cap")
  5.   else
  6.     go("capG")
  7.   end if
  8. end
  9.