User Tag List

Results 1 to 7 of 7

Thread: I need heelp

  1. #1
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2007
    Posts
    22
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    I need heelp

    I need help to rgb. i want change my font color when i got a private message in my chat! How i can u this? "NewLine$+GetBlue(>Enter RGB value<)+"["+P_GetName$( "MooClick" )+": "+Edittext$( "Edit Box 2 Message" )+"]" i don't underastand! Thanx

  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: I need heelp

    You can't do it with a normal edit box, because it doesn't let you have more than one colour in the box.

    You need to use rich edit, and then add the text, select it again and set the colour of selection.

    I think.

  3. #3
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2007
    Posts
    22
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: I need heelp

    Yes i have a rich edit object. but i don't understand this "GetBlue(>Enter RGB value<)" :S must i have to example "BLue 255" Rgb? Difficult. Thanx

  4. #4
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2007
    Posts
    22
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: I need heelp

    If i want my privates to blue.

  5. #5
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: I need heelp

    That function is for getting the blue value from a combined colour, it's not what you want. You want GetRGB(0,0,255) (0 red, 0 green, max blue).

  6. #6
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2007
    Posts
    22
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: I need heelp

    Ok, but do u know some easily or other way how i can make colors in chat window? :S In rich edit objectiin.



    But do u mean some this?
    "NewLine$+GetRGB(Red 255)+"["+PCU_GetName$( "MooClick" )+": "+P_OnMessage_GetText$( "MooClick" )+"]"

  7. #7
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: I need heelp

    No, I meant GetRGB(0,0,255) as I said, and you can't just put the colour in the middle of the text, you have to use the rich edit object's actions for changing the colour.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •