Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lesson's 10 Exercise (Partial solution)
#5
Awesome! Your code ran just fine on my system. I only noticed one quirk while playing. During one of the wheel spins a symbol did not appear in the center window.

No comes the fun part - debugging! Yeah Smile

Your solution is very different from mine but it's supposed to be.

One suggestion that may help. You had to track down a misspelled variable. If you make the very first line of your code:

OPTION _EXPLICIT

that won't happen any longer. Any time you misspell a variable the IDE will warn you. In lesson 2 OPTION _EXPLICIT was explained and how it can be very beneficial to use it.
New to QB64pe? Visit the QB64 tutorial to get started.
QB64 Tutorial
Reply


Messages In This Thread
RE: Lesson's 10 Exercise (Partial solution) - by TerryRitchie - 06-08-2024, 08:12 PM



Users browsing this thread: 4 Guest(s)