home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #9 / CDRTV2N9.iso / progs / vearth / shared.dir / 00546_Script_546 < prev    next >
Text File  |  1996-04-15  |  194b  |  12 lines

  1. on enterFrame
  2.   repeat with var  = 5 to 33
  3.     puppetSprite var, TRUE
  4.   end repeat 
  5.  -- set the visible of sprite 13 to FALSE
  6.   set the blend of sprite 13 to 0
  7.   updateStage
  8.   
  9. end
  10.  
  11.  
  12.