home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 15 / cdrt15.iso / pc / contentp.dir / 00019_Script_19 < prev    next >
Text File  |  1995-04-05  |  321b  |  17 lines

  1. on enterframe 
  2.   abort
  3. end
  4.  
  5.  
  6. on exitFrame
  7.   global movielist
  8.   puppetsprite 5, 1
  9.   set GOERset = (the castnum of sprite 5)-800
  10.   if goerset > 0 and goerset < count(movielist) then
  11.     
  12.     setat movielist, count(movielist), GOERset
  13.     go frame "st" of movie getat(movielist, GOERset)
  14.     
  15.   end if
  16.   
  17. end