Search found 3 matches

by davinci28
Wed Sep 19, 2007 5:38 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Crosshairs Question
Replies: 5
Views: 10556

Thanks a ton guys!
Theophage, yours works so well! Plus, I understand it.
Thanks again!
by davinci28
Tue Sep 18, 2007 9:32 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Crosshairs Question
Replies: 5
Views: 10556

Crosshairs Question

Hey guys, novice programer here. I'm trying to make a set of crosshairs that will be able to moved around the screen. You know, like for targeting. I wrote the code, and it works, but it is jumpy. Please help me streamline it in whatever way possible. SCREEN 13 CLS x = 40 y = 40 LINE (0, y)-(320, y)...