home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / intro.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  230 b   |  12 lines

  1. on exitFrame
  2.   global gIntro2Movie
  3.   go(the frame)
  4.   if the movieTime of sprite 1 > 540 then
  5.     startTimer()
  6.     repeat while the timer < 120
  7.       updateStage()
  8.     end repeat
  9.     go(1, the pathName & gIntro2Movie)
  10.   end if
  11. end
  12.