home *** CD-ROM | disk | FTP | other *** search
/ cyber.net 2 / cybernet2.ISO / dkdemo / contentm.dir / 00014_Script_14 < prev    next >
Text File  |  1995-04-07  |  202b  |  14 lines

  1.  
  2. on exitframe
  3.   
  4.   if the mousecast <=128 and the mousecast >=120 then
  5.     puppetsprite 5, 1
  6.     go "s3"
  7.     
  8.   else
  9.     set the castnum of sprite 5 to 800
  10.     go the frame
  11.   end if
  12.   
  13. end
  14.