[Tutor] hey, a bit of a noob at python ut a question about animation...

Alan Gauld alan.gauld at btinternet.com
Sat Apr 12 21:09:53 CEST 2008


"John Jojo" <maximo7274 at gmail.com> 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. 




More information about the Tutor mailing list