home *** CD-ROM | disk | FTP | other *** search
/ Guia CD-ROM 25 / GUIACD25.iso / bht / 06.dir / 00209.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  176 b   |  13 lines

  1. on exitFrame
  2.   global kdoor
  3.   if the movieRate of sprite 2 = 0 then
  4.     go("Fly4")
  5.     exit
  6.   end if
  7.   if kdoor = 0 then
  8.     kroll()
  9.   end if
  10.   kbuts()
  11.   go(the frame - 2)
  12. end
  13.