home *** CD-ROM | disk | FTP | other *** search
/ Venus' Playhouse / Venus_Playhouse.iso / mac / PCPLHAUS.DXR / 00125_Script_125 < prev    next >
Text File  |  1998-03-29  |  248b  |  13 lines

  1. --Bath Intro Loop
  2. on exitFrame
  3.   if the movieTime of sprite 11 < 120 then
  4.     set the movieRate of sprite 11 to 1
  5.   else
  6.     set the movieRate of sprite 11 to 0
  7.     set the movieTime of sprite 11 to 120
  8.   end if
  9.   go to the frame
  10. end
  11.  
  12.  
  13.