home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m47.dir / 00010.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  184 b   |  10 lines

  1. on mouseDown
  2.   global gOnIBM
  3.   identifyPlatform()
  4.   set the castNum of sprite 45 to cast "b027"
  5.   if pressButton(45) then
  6.     set the keyDownScript to EMPTY
  7.     explore()
  8.   end if
  9. end
  10.