Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Text Effects, typewriter, glow
#2
Code works for me but the typewriter types awfully fast. Pete's got that effect nailed pretty well.

"Glowletters" is nice effect, do you notice a lot of YouTube videos use random garbage to muck up the picture and make the video look like old old fashioned film. I suspect some sort of random animation maintains attention of the viewer like in your glowletters.

You might consider a sub that will do this:
            A1$(1) = "                            "
            A1$(2) = "                            "
            A1$(3) = "                            "
            A1$(4) = "    QBasic is more alive    "
            A1$(5) = "    than ever with QB64!    "
            A1$(6) = "                            "
            A1$(7) = "                            "
            A1$(8) = "                            "

Given an x,y location for top left corner, then width, height then text to center in that box on screen.
Colors optional...

sub CenterText(x, y, width, height, Text$)

@2112 if you intend to post things like this on a regular basis, you can ask Steve, SMcNeill, to arrange a place in Prolific Programmers for your own work and Moderation. A pretty darn cool feature of this forum! It might be fun to watch your code evolve over the years. I don't usually mention this to newbies but I suspect you have been smitten by the QB64 bug and have years of coding fun ahead of you. +1 BTW my vote of condidence Smile
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply


Messages In This Thread
Text Effects, typewriter, glow - by 2112 - 10-18-2025, 02:19 PM
RE: Text Effects, typewriter, glow - by bplus - 10-18-2025, 03:50 PM
RE: Text Effects, typewriter, glow - by 2112 - 10-18-2025, 04:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Text Effects 2 2112 6 665 10-30-2025, 11:13 PM
Last Post: Unseen Machine
  Text Encryption-Decryption 2112 6 740 10-21-2025, 11:51 AM
Last Post: euklides
  Upside-Down Big Text SierraKen 2 676 02-22-2025, 01:52 AM
Last Post: SierraKen
  Glow Bug SierraKen 7 1,616 01-19-2025, 06:33 PM
Last Post: SierraKen
  Exercise with picture and text Kernelpanic 10 2,332 06-14-2024, 10:00 PM
Last Post: SMcNeill

Forum Jump:


Users browsing this thread: 1 Guest(s)