Did a fractal generator, see:
http://www.darkbasicpro.com/apollo/view.php?t=1886&b=11
Is there a better way to draw loads of stuff on the screen and then allow user to zoom in with mouse by selecting a portion of the screen by dragging a box.
I could only think of drawing the fractal, grab it as an image, then paste it as a sprite. Then you can do a select-box type thingy without worrying about wiping out image under it.
Trouble is, when you re-paste the sprite it goes a bit blurry. Why?
Is there a better way of doing what I want?
I love it when a plan comes together