home *** CD-ROM | disk | FTP | other *** search
/ Interactive Bible for Kids - The Life of Paul / Paul.iso / mac / MASTRCST.DIR / 00181_Script_181 < prev    next >
Text File  |  1996-09-12  |  289b  |  15 lines

  1. on exitFrame
  2.   global tmw,slw
  3.   put 0 into slw
  4.   set the visible of sprite 46 to true
  5.   set the visible of sprite 47 to true
  6.   
  7.   if soundbusy(1) = false then
  8.     put 0 into tmw
  9.     set the memberNum of sprite 33 to 119
  10.     go "main"
  11.   else
  12.     go "read text"
  13.   end if
  14.   
  15. end