home *** CD-ROM | disk | FTP | other *** search
/ L'Encyclopedie Des Jeux Video 8 / EJV8_CD2.ISO / ejv8-cd2 / aie18ans.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  2003-10-24  |  353 b   |  15 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if the number of chars in the text of field "tape_oui" > 3 then
  4.     set the text of field "tape_oui" to EMPTY
  5.   else
  6.     if the text of field "tape_oui" = "oui" then
  7.       play movie "Kitch.dir"
  8.     else
  9.       if the text of field "tape_oui" = "non" then
  10.         play movie "somm.dir"
  11.       end if
  12.     end if
  13.   end if
  14. end
  15.