hi,
i want to do animations(like sitting,walking,running..........) to static images.
is it possible?
if yes?how?
thanks in advance.
hema.
Printable View
hi,
i want to do animations(like sitting,walking,running..........) to static images.
is it possible?
if yes?how?
thanks in advance.
hema.
Yes, it is possible :)
Start from here http://doc.qt.nokia.com/4.7/animation-stickman.html
hi sir,
thank u for valuable information.
but i have a doubt int that,in this code,filename is "dead" with "file" extension.what does this indicates? animation.load(&file) what it returns?how it counts totalframes?Code:
animation.load(&file); } const int frameCount = animation.totalFrames(); QState *previousState = 0;
can u explain this?