Code: Select all
init:
$ ctcAnim=Animation("__nextico_10.png",0.125,
"__nextico_30.png",0.125,
"__nextico_60.png",0.125,
"__nextico_100.png",0.125
,"__nextico_60.png",0.125,
"__nextico_30.png",0.125,
xpos=700, ypos=500, xanchor=0, yanchor=0)
# Declare characters used by this game.
$ z = Character('Zeit', color="#a0c0ff",ctc=ctcAnim,ctc_pause=ctcAnim,ctc_position='fixed')
#...
game:
z "foo"
It displays only if I don't short circuit any slow typing text with a mouse click. Soon as I do it no longer shows unless the game is restarted.