home *** CD-ROM | disk | FTP | other *** search
/ Venus' Playhouse / Venus_Playhouse.iso / mac / PCPLHAUS.DXR / 00123_Script_123 < prev    next >
Text File  |  1998-03-29  |  211b  |  11 lines

  1. --Entering Dining
  2. on enterFrame
  3.   repeat with i = 8 to 10
  4.     puppetSprite i, TRUE
  5.     set the visibility of sprite i to FALSE
  6.     updateStage
  7.   end repeat  
  8.   set the movieRate of sprite 11 to 1
  9. end
  10.  
  11.