home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 39 / Creative-Review-CD-ROM-39.iso / pc / pres / cr.dir / 00074_Script_74 < prev    next >
Text File  |  1998-07-10  |  244b  |  13 lines

  1. on exitFrame
  2.   HOME
  3.   
  4.   repeat with a = 54 to 59
  5.     set the visible of sprite a to true
  6.     updatestage
  7.     puppetsprite a  true
  8.     if sprite a intersects sprite 14 then 
  9.       go to the frame
  10.     else nothing
  11.   end repeat
  12.   
  13. end