home *** CD-ROM | disk | FTP | other *** search
/ Venus' Playhouse / Venus_Playhouse.iso / mac / PCPLHAUS.DXR / 00128_Script_128 < prev    next >
Text File  |  1998-03-29  |  370b  |  12 lines

  1. --Loop on Pool and bedroom Yes response
  2. on exitFrame
  3.   global aPQYout, aNextPQ, questLine, aPoolYcom
  4.   if the movieTime of sprite 11 < getAt(aPQYout,questLine)-24 then
  5.     go to the frame
  6.   else
  7.     Put getAt(aNextPQ, questLine) into X
  8.     set whereTo = getAt(aPoolYcom, questLine)
  9.     set questLine = value(chars(string(X), 1, 2))
  10.     Go whereTo
  11.   end if
  12. end