0 Members and 3 Guests are viewing this topic.
Avoid double posting in a 10-minute time, please edit your posts in the "Modify" or in the "Quick Modify" button.
But does it also count to the executable code? I mean, can you for example have 8000 bytes exec code and 13000 bytes of data?
Can I use Lists (no, not arrays) the same way in Axe as in Basic or I need to use Arrays? Thanks
In other news, Frey continues kicking unprecedented levels of ass.
Is the second Rect() supposed to be a RectI()? And that Rect()r gets overwritten by the StorePic anyway.The reason that It's going black is because immediately after you display the greyscale, you copy the back buffer to the front buffer, rendering the second frame b/w because the contents of the front buffer match the back buffer, so it's either 00 or 11 for every single pixel
Well, what's going on is that StorePic and RecallPic make L3 and L6 the same, so it's still greyscale, but all the greyscale routine sees is black pixels and white pixels. Remove the RecallPic or draw some more on the back buffer to fix it.