home *** CD-ROM | disk | FTP | other *** search
/ Venus' Playhouse / Venus_Playhouse.iso / mac / PCPLHAUS.DXR / 00076_Script_76 < prev    next >
Text File  |  1998-03-29  |  702b  |  20 lines

  1. --Looping on pool question and bedroom
  2. on exitFrame
  3.   Global questLine, aQuestionOut
  4.   if the movieTime of sprite 11 < getAt(aQuestionOut,questLine) then
  5.     go to the frame
  6.   else
  7.     set the movieRate of sprite 11 to 0
  8.     go to the frame
  9.   end if
  10. end
  11.  
  12.  
  13. --global qtSprite, questLine, yesIn, yesOut, noIn, noOut, questOut
  14. --put line value(questLine) of field "Question In" into questIn
  15. --put line value(questLine) of field "Question Out" into questOut
  16. --put line value(questLine) of field "AnsYin" into yesIn
  17. --put line value(questLine) of field "AnsYout" into yesOut
  18. --put line value(questLine) of field "AnsNin" into noIn
  19. --put line value(questLine) of field "AnsNout" into noOut
  20.