How paltalk color fading works?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #189053
    Admin
    Administrator

    Umm, I am think about making a cool progie addon for paltalk with them flowers and stuff, the only thing i cant figure out is how this color fading work in paltalk now, any tips 🙂

    #189059
    Admin
    Administrator

    this just code i found 🙂 i think it got the info i m lookign for 🙂

    #189058
    Admin
    Administrator

    lol and someone on vb forums hook me up withthis code 🙂 it fades the color lol only one but its a start put everything together a wallaa 🙂 aigh its friday let go get drunk lol

    Private Sub Command1_Click()
    Dim R%, G%, B%, i%

    R = 255
    G = 200
    B = 255

    With RichTextBox1
    For i = 0 To Len(.Text)
    .SelStart = i
    .SelLength = 1
    .SelColor = RGB(R, G, B)

    'you'll have to play with these numbers
    'R = R - 1
    'G = G - 1
    B = B - 1
    Next i
    End With

    End Sub
    #189057
    Admin
    Administrator

    Argggggggg piece of crap dont work, lol it fades grade without the color mod that i was using before, but i still get the darn character error on paltalk 🙁 ah nyways check this eay way to fade some colors although dont work on paltalk 🙂

    #189056
    rattled_Cage
    Member

    😀 loco

    seen some of your posts on vb today take a look at this might help you
    if i didnt keep forgetting my password to here i would of posted it earlier

    it adds it with rainbow colours to another rich text at the bottom
    the html fader is pretty neat too

    #189055
    rattled_Cage
    Member

    does it work in forums ?

    i guess so

    sureley you could add the bottom rtf box to another with the colours

    #189054
    Admin
    Administrator

    Thanks, mn i gonna see if it works cause i try one similar before and it didnt work right, and i am working in a program call funtext i getting close to make it close to the other pay programs lol 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.