Thread Tk::Animation (11 answers)
Opened by Froschpopo at 2005-04-30 01:24

Froschpopo
 2005-04-30 01:24
#43843 #43843
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
ich hab ne Animation:

Code: (dl )
1
2
3
my $image = $mw->Animation(-format => 'gif', -file => 'smilie.gif');

$frame->imageCreate('end', -image => $image);

das Bild lässt sich auch einbinden, aber es bewegt sich nicht !

View full thread Tk::Animation