home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set the editableText of sprite 9 to 0
- set the editableText of sprite 8 to 1
- end
-
- on keyDown
- case the key of
- RETURN, TAB:
- set the editableText of sprite 9 to 1
- set the editableText of sprite 8 to 0
- puppetSound("ReturnSound")
- otherwise:
- puppetSound("TypeSound")
- pass()
- end case
- updateStage()
- end
-