The QBasic / QB64 Discussion Forum      Other Subforums, Links and Downloads
 
 Return to Index  

I'm not sure what the problem is, but I can fix it...

June 7 2005 at 8:57 PM
  (Login ComputerGhost)
R


Response to What's the matter with this program?

Just put this after you draw the lemon:
PUT (50, 50), P(1, 5), PSET

If I had to guess, I'ld say a memory leak, but don't take that as an answer.

I know it is not a syntax error.

Just change the lemon code to:

'Lemon = $0
'Left Lemon
CIRCLE (137.5, 150), 30, 14
PAINT (137.5, 150), 14, 14
GET (50, 50)-(200, 200), p(1, 6)
PUT (50, 50), p(1, 6), PSET
PUT (50, 50), p(1, 5), PSET

It should run. But I'ld find the cause of this problem before I continued work on it.


    
This message has been edited by ComputerGhost on Jun 7, 2005 8:58 PM


 
 Respond to this message   
Response TitleAuthor and Date
dunno if that's it... but i know i fixed it 'cause it works now: (View Thread)mennonite on Jun 7

Newbies usually go to www.qbasic.com and click on The QBasic Forum
Forum regulars have their own ways, which include The QBasic Community Forums