Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fireworks!
#11
Welcome!

Nicely done! I love the thorough commenting in your code. Nice.
New to QB64pe? Visit the QB64 tutorial to get started.
QB64 Tutorial
Reply
#12
Dustinian, welcome to the forum and I like Firework.bas well done.
Reply
#13
Very realistic! Good job.
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, Western Australia.) Big Grin
Please visit my Website at: http://oldendayskids.blogspot.com/
Reply
#14
Great Job! You code is clean and easy to read. I really need to get better at doing this kind of code. Smile

One tip. In QB64 you don't have to use the call command.

Code: (Select All)
' Instead of doing this
call foo(x, y)
' You can do this, just remove the parenthesis
foo x, y

I wrote a lot of code with the CALL command before realizing I didn't need it.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  New Years Eve Fireworks! SierraKen 33 5,753 01-01-2025, 06:23 AM
Last Post: bplus

Forum Jump:


Users browsing this thread: 1 Guest(s)