"John Jojo" <[EMAIL PROTECTED]> wrote
> from livewires import games, color
> ...
> def main():
> wall_image = games.load_image("class.jpg", transparent = False)
> games.screen.background = wall_image
> animater = Animation()
> games.screen.add(animater)
> games.screen.mainloop()
> main()
> I use the after_death item because it is used for the
> games.Message()
> command and I thought it would do the same thing here. It doesn't.
> So does
> anyone know the command to show after an animation is over???
I suspect this has more to do with LiveWires than with
standard Python. Youmay be better off asking on a Livewires
forum if you can find such a thing.
Othewise you may need to explain a bit more background so
the non Livewires users here can help you.
Alan G.
_______________________________________________
Tutor maillist - [email protected]
http://mail.python.org/mailman/listinfo/tutor