Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 1 -------- 23/01/2011 @ 22:32 by aldweb
visitor |
Hello Joe.
iziBasic does not include a sprites engine, so it will be quite hard to rotate your image easily.
Basically, I see 2 ways:
1) Include your images and their possible rotations (made with some Paint program) in a resource file, display them accordingly to your needs
2) Capture all of the displayed picture's pixels, do the math calculation for the rotation, then display the new pixels. This will be very slow... Not worth trying for some real time experience!
Cheers,
aldweb |