#163153 - sixmind80 - Wed Sep 24, 2008 12:57 am
I'm using PAlib, and i have an instance of sprite. is it possible to draw this sprite multiple times in one frame?
the logic goes like this:
sprite->setPos( 0, 10 );
sprite->draw();
sprite->setPos( 0, 20 );
sprite->draw();
...or the only way to do it would be to create multiple instances of the sprite?
thanks
the logic goes like this:
sprite->setPos( 0, 10 );
sprite->draw();
sprite->setPos( 0, 20 );
sprite->draw();
...or the only way to do it would be to create multiple instances of the sprite?
thanks