Here s my port to FB+gfxlib.
As hi-res and lo-speed as ever...
EDITED:
Everything is working now, thanks to Dumbledore's QB-Like RND function (TCRAy uses negative args to re-seed)
http://fbtk.qbtk.com/phpBB2/viewtopic.php?p=1774#1774BTW:
Another differnce from QB: foo(bar(byval a,b),b)
In QB foo was passed the b arg after being updated by bar.
If you want to do the same in FB uou must explicitly call bar before foo, by doing it in a separate instruction.