home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- if the number of chars in the text of field "tape_oui" > 3 then
- set the text of field "tape_oui" to EMPTY
- else
- if the text of field "tape_oui" = "oui" then
- play movie "Kitch.dir"
- else
- if the text of field "tape_oui" = "non" then
- play movie "somm.dir"
- end if
- end if
- end if
- end
-