adonthell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Adonthell-devel] Credits 1st draft


From: Kai Sterker
Subject: Re: [Adonthell-devel] Credits 1st draft
Date: Sun, 13 Jan 2002 16:09:55 +0100 (CET)

On 13 Jan 2002 15:44:33 +0100 Alexandre Courbot wrote

> I've tried to put it in the extro, but shamefully failed.
[...]
> I don't know what's wrong, but
> after 1 hour of searching I decided I am a complete idiot and would
> better let Kai (who made the outro, after all ;)) find out what's wrong.
> 
> Please tell me what it was. I really don't get it - it SHOULD work!

Nah, it won't. Sorry, it's partly my fault. Of course! Since I'm using the
window system to display everything, you cannot simply call anim.draw(),
as the window manager will overwrite it before something gets blitted to
the screen.

Had you looked a little further down, you'd have seen that all the forest
stuff is drawn on a win_image which then is correctly blitted to the screen
by the win_manager.

Replacing 
    self.alek_run.draw (100, 100) 
with
    self.alek_run.draw (100, 100, self.da, self.target)
is all it takes. :).


Next time, just ask the master ;P

Kai





reply via email to

[Prev in Thread] Current Thread [Next in Thread]