home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / 3d_dun.dir / 00078.ls < prev    next >
Encoding:
Text File  |  1994-12-01  |  210 b   |  10 lines

  1. on exitFrame
  2.   set the castNum of sprite 21 to the castNum of sprite 21 + 1
  3.   updateStage()
  4.   if the name of cast the castNum of sprite 21 = "GAMEOVER" then
  5.     go("over")
  6.   else
  7.     go(#previous)
  8.   end if
  9. end
  10.