so u are saying just put this code in and it should change the colors??
Syntax: LINE(c1, r1)-(c2, r2), colour, [box]
Search found 2 matches
- Mon Apr 28, 2008 10:22 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Need help with project please help
- Replies: 3
- Views: 5804
- Mon Apr 28, 2008 9:01 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Need help with project please help
- Replies: 3
- Views: 5804
Need help with project please help
I need to make each line a different color does anyone know how i can change each line a different color instead of green? DECLARE SUB drawthelines () 'Programmer: 'Chapter 3 project P.40 #1 4-25-08 'Period 2 SCREEN 7 COLOR 4, 0 CLS drawthelines END SUB drawthelines 'This subprogram draws the lines...