Amazing Fireball

BlitzMax Forums/BlitzMax Programming/Amazing Fireball

dw817(Posted 2016) [#1]


I have with me some code I've been working on and off for a-while now, originally in PICO, I ported it to BlitzMAX.

As you can see it is a marvelous fireball routine - with the exception of the center being square instead of round.



My question is, is there some way I can plot directly to a PIXMAP such as DrawOval() and other niceties - so I can make the yellow square a circle instead ?

And to be able to use drawpixmap() to update the screen.