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

  1. --Loop on Venus at Door
  2. on exitFrame
  3.   if the movieTime of sprite 11 < 1260 then
  4.     go to the frame
  5.   else
  6.     set the movieTime of sprite 11 to 1260
  7.     set the movieRate of sprite 11 to 0
  8.     go to the frame
  9.   end if
  10. end
  11.