Path: chuka.playstation.co.uk!scea!greg_labrec@interactive.sony.com From: mperdue@iquest.net (Mario Perdue) Newsgroups: scea.yaroze.programming.2d_graphics Subject: Re: Dont look at this!!! Date: Mon, 21 Jul 1997 15:54:03 GMT Organization: SCEA Net Yaroze News Lines: 36 Message-ID: <33d381ee.1510656@205.149.189.29> References: <33D3015C.5AE3@earthlink.net> NNTP-Posting-Host: firewall.hrtc.net X-Newsreader: Forte Free Agent 1.1/32.230 Austin, You're resetting the graphics each frame because you've misplaced the closing bracket on your main loop. Change: // clean up ResetGraph(3); return(0); } } To: } // clean up ResetGraph(3); return(0); } Mario On Sun, 20 Jul 1997 23:27:40 -0700, "Linda J. Hodge" wrote: >Reverse psychology. Anyway Im having problems getting this program on >screen.It compiles with no errors and links with siocons fine.But it >displays nothing on screen.It was intended to display a 1000 randomly >colored lines on screen. > >[snip] >