Re: Not to be impatient.....
- Posted by Brian Broker <bkb at CNW.COM> Dec 15, 2000
- 448 views
On Fri, 15 Dec 2000 15:43:23 -0800, Thomas wrote: >Hello, > > I don't want to come across as impatient, but I sent an e-mail a while >ago regarding my Snake program. I've got the message here. Please respond, >I'm waiting in programming limbo: > > I've included my program and the problem is the pause when you go left, >then hit right. the snake stops. I know the problem.....the solution >evades me.............but I think it has something to do with the number >left in "desc". Can anyone help? Thanks > > >-Thomas Three quick comments before I even look closer at this: 1.) This is not the same program you sent the first time. 2.) What good is 'use_vesa(1)' doing when you've got it after your 'graphics_mode' call? (check the reference manual; do you even need it?) 3.) Are you trying to give us seizures with the 'bk_color(n)' call in your main loop? I'll see what I can do to help when I get home (unless somebody else beats me to it). -- Brian