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

  1. on mouseDown
  2.   global gPreviousMovie, gLesson, gLessonSection
  3.   set the castNum of sprite 5 to cast "b048"
  4.   if pressLessonButton(5) then
  5.     set gPreviousMovie to "m11h04.dir"
  6.     set gLesson to 1
  7.     set gLessonSection to "text1"
  8.     sound stop 2
  9.     pupSprites(1, 48, 0)
  10.     go(1, "m23.dir")
  11.   end if
  12. end
  13.