User Tag List

Results 1 to 3 of 3

Thread: Replace color: bug?

  1. #1
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    Pineapple's Avatar
    Join Date
    Oct 2010
    Posts
    431
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Replace color: bug?

    So, I was doing some tests with a flash game I made a while back to see if I could get it to run a little faster: it has a 1pixel active object that has 192 frames, each a different color, resized at start to 640x480. This runs slow for a bit, then speeds up to normal. (a large non-resized active gives the same results, for some reason)

    Anyway, I decided to see if "replace color" would be any faster (even slower it seems), and I found a bug/issue that affects the usefulness of the replace color feature.

    When you go to programmatically replace the color, the new color you enter doesn't function well. If you enter "255,0,255" into the expression editor, it automatically changes it to "255, 0, 255", which then will only read the red coefficient.
    Alternately, it seems to accept color values like: 255000255, but this only works if your red coefficient is 100 or more, because the editor automatically changes 000255255 into 255255.

    Is this a known issue?

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    You need an RGB color code, which you can get using the GetRGB() expression, or by using Red + 256*Green + 65536*Blue. These such expressions are in the Special Object -> Colors.
    Working as fast as I can on Fusion 3

  3. #3
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    Pineapple's Avatar
    Join Date
    Oct 2010
    Posts
    431
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks.

Similar Threads

  1. [BUG 256.34] Replace color doesn't always work in standard 256 color mode
    By Corlen in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 26th October 2014, 10:21 AM
  2. A bug with replace color
    By Grim in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 23rd October 2009, 08:26 PM
  3. Color bug in 'replace color' option
    By N64Mario in forum Multimedia Fusion 2 - Technical Support
    Replies: 27
    Last Post: 7th June 2009, 03:18 AM
  4. Replace Color?
    By TheUpperHand in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 24th March 2008, 10:02 PM
  5. replace color
    By ayejes in forum File Archive
    Replies: 7
    Last Post: 23rd February 2008, 12:26 AM

Posting Permissions

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