User Tag List

Results 1 to 5 of 5

Thread: Color variations?

  1. #1
    No Products Registered

    Join Date
    Aug 2006
    Location
    Spryfield, Nova Scotia, Canada
    Posts
    85
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Color variations?

    Does MMF2D have a feature which would enable different colored variations of the same object without having to redraw the entire object and all its animations? Sometimes the color can be just for variety, sometimes to give the player personalized choices, or to indicate variants of the creature such as strength or weapon information. Can it be done in MMF2D without redrawing the object? And is it possible to do it without somebody's third-party extension?

  2. #2
    No Products Registered

    Join Date
    Jun 2006
    Location
    here
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Color variations?

    You can use the "animation->replace color" action of active objects to change one colour at a time. This should be ok for very few colours (an example was made in the old forums for changing gameboy style colours this way)
    If you want a general tint / hue change, you may need to wait for the ink effects SDK to be released, then third-party developers :P will no doubt make hundreds of effects, one of which is bound to do what you want.

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Color variations?

    For more shades of colors what you can do is you can have each 'object' really be made up of 2 objects, one that is just an overlay with all the shading and non changing colors (this one would need an alpha channel), then another which is just a solid color of whatever color you want it to be.
    Each object would have an alterable value called 'ID' or something like that, something that can tie them both together. In addition to the 'ID' one, the solid color object would have one that stores the color in it, so you know what color to replace.

    This could be used until the ink SDK comes out.

  4. #4
    No Products Registered

    Join Date
    Aug 2006
    Location
    Spryfield, Nova Scotia, Canada
    Posts
    85
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Color variations?

    I think it would be easier just to redraw the whole thing.

  5. #5
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Color variations?

    But then it is much more limiting... your choice though.

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. Transparent color not applied when 16bit color mode
    By ASD in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 25th September 2012, 06:11 AM
  3. Objects affecting other variations of the same object?
    By Ibis in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 14th June 2012, 01:05 PM
  4. Transparent color is visible in 16bit color
    By ASD in forum SWF/Flash Export Module Version 2.0
    Replies: 1
    Last Post: 1st September 2010, 04:51 PM
  5. Picture editor: color problems in 256 color mode.
    By contra in forum File Archive
    Replies: 5
    Last Post: 13th December 2006, 10:58 PM

Posting Permissions

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