home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1996 #11 / CDD_11_96.ISO / demos / timelaps / mainmenu.dxr / 00174.ls < prev    next >
Encoding:
Text File  |  1996-08-07  |  461 b   |  23 lines

  1. on exitFrame
  2.   BlendRollovers(9, 10)
  3.   BlendRollovers(14, 21)
  4.   BlendRollovers(23, 24)
  5.   checkAnswer()
  6.   go(the frame)
  7. end
  8.  
  9. on checkAnswer
  10.   repeat with n = 13 to 18
  11.     if word 2 of the name of member the memberNum of sprite n = "white" then
  12.       exit
  13.     end if
  14.   end repeat
  15.   repeat with n = 19 to 21
  16.     if word 2 of the name of member the memberNum of sprite n = "yellow" then
  17.       exit
  18.     end if
  19.   end repeat
  20.   SetPuppets(1, 30, 0)
  21.   go("Correct")
  22. end
  23.