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

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