home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCurrSndList, gCurrAnimaList
- go(the frame)
- end
-
- on keyUp
- global gPopped, gLastPopOk
- if gPopped = 1 then
- if "abcdefghijklmnopqrstuvwxyz" contains the key then
- putInInit(the key)
- else
- if (charToNum(the key) = 177) or (charToNum(the key) = 8) then
- putInInit("!")
- else
- if (the key = RETURN) and (the name of member the memberNum of sprite gLastPopOk of castLib "score" = "ok up") then
- clearTypeWriter("1")
- else
- nothing()
- end if
- end if
- end if
- end if
- end
-