Qbasicnews.com

Full Version: Need various helps on from read file to GFX
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have posted my sokoban project at http://forum.qbasicnews.com/viewtopic.php?t=8121
I need some help
1.How can I read prevoius line in text file except to seek to 0 and then re-read line? can i feed line(s) back to the file?
2.the following code gives overlapped chars, is this a bug?
Code:
cls
screen 12
locate 1,12:? 123
flip
locate 1,12:? 567
flip
do
loop until inkey$<>""
3.can I use picture(jpg, bmp, etc) and mouse with the QB-ish GFX lib?
thanx