![]() |
BritLion's High Res Print - Printable Version +- Forum (https://www.boriel.com/forum) +-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11) +---- Forum: How-To & Tutorials (https://www.boriel.com/forum/forumdisplay.php?fid=13) +---- Thread: BritLion's High Res Print (/showthread.php?tid=262) Pages:
1
2
|
Re: BritLion's High Res Print - Baptiste - 07-22-2016 Hello, The function refuses to display my sprite to 0,0 . The minimum coordinates 1.1 . So, the display causes color clashes . Why ? Thank you. Re: BritLion's High Res Print - Baptiste - 07-22-2016 Here a example of my problem : Code: #include "HRPrintFast.bas" But if x=1, my sprite show it. Curious ? Re: BritLion's High Res Print - Kenan - 12-21-2017 Hello could you pls send the "tap" format of these code... All the best Re: BritLion's High Res Print - britlion - 12-26-2017 Kenan Wrote:Hello could you pls send the "tap" format of these code... All the best Not really? It's not a game - it's a code snippet, meant to be used in other programs. By itself it doesn't do anything - it's a function. It needs to be run through the compiler, and then in context, the binary makes sense. It wouldn't be relocatable, so as a binary, it's not going to be very helpful on its own. |