home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 39 / Creative-Review-CD-ROM-39.iso / pc / pres / cr.dir / 00023_Script_23 < prev    next >
Text File  |  1998-07-10  |  284b  |  20 lines

  1. on exitFrame
  2.   
  3.   if rollOver (10) then
  4.     
  5.     repeat with a = 38 to 42
  6.       set the blend of sprite a to 0
  7.       puppetsprite a false
  8.       updatestage
  9.     end repeat
  10.     
  11.     
  12.     go to frame "start"
  13.     
  14.   else
  15.     go to the frame
  16.   end if
  17.   soundfade
  18.   
  19. end
  20.