Thanks to mentor I was able to figure out the 16-bitmaps in DBClassic now note these rutines are made for (DB classic with enhancment package)
some of these will be optimized just a little more
1st
MBPoint(memblock,x,y) retrieves a pixel from a 16-bit memblock bitmap
2nd RotoZoomer rotates while zooming and zooming out of an image "QUICKLY" now note unlike most of these had to use my own method to get it to work because line and dot arnt fast enough for continuos rotation i found myself beginning to love the box statment.
the trick is to use reverse transformation then scale from that into a square panel THIS function also clips away black for sprites!
The new bitmap rutines alows the image to transfer from bitmap to array VARY quickly so no delay! it rotates right away! (sorry for the ryme)
im determind on figuring out every 2d graphical function ever put into a 2d game!
the memblockpoint function is included but isnt actually used for the rotozoomer but can be
I am I was