home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 22 / cdrt22.iso / pc / bugbook / map.dir / 00065_Script_65 < prev    next >
Text File  |  1995-06-26  |  257b  |  10 lines

  1. on exitFrame
  2.   global bugInHabitat,toFind,lastMapRandom,localDir
  3.   if getOne(getAt(bugInHabitat,lastMapRandom),toFind) = 0 then
  4.     go "LeavesReturn"
  5.   else
  6.     --UnloadSound()
  7.     cursor 4
  8.     go "start" of movie localDir&"Leaves.dir"
  9.   end if
  10. end