home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 22 / cdrt22.iso / pc / bugbook / home.dir / 00400_Script_400 < prev    next >
Text File  |  1995-06-27  |  520b  |  20 lines

  1. ------------------------------------------------------------------------ 
  2. -- UNLOAD CAST COUNT ANIMNUM  SET CURSOR -1
  3. ------------------------------------------------------------------------ 
  4. on exitFrame
  5.   global animNum
  6.   global currcastLoad, currNumberLoad
  7.   unLoadCast  currcastLoad, currNumberLoad
  8.   
  9.   put 1 + animNum into animNum
  10.   if animNum=11 then 
  11.     createHabitatAnims
  12.     set animNum=1
  13.   end if
  14.   puppetSound 0
  15.   go "home"
  16.   startTimer
  17.   set the cursor of sprite 45 to 0
  18.   cursor -1
  19. end
  20.