User Tag List

Results 1 to 5 of 5

Thread: COLOR CYCLE (and other things...)

  1. #1
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Mar 2010
    Location
    Slovenia
    Posts
    57
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    COLOR CYCLE (and other things...)

    I was searching for a way to cycle colours in active object by using only vivid colours. This could be easily achieved by using HSV colour system. But since MMF doesn't support HSV colour space (and converting RGB to HSV is not a trivial job) I was trying to find another fast and easy way to achieve similar effect which will work in EXE (HWA), iOS and SWF.

    And I did- by storing a whole custom colour palette into small active object and then using RGB value of pixels in this objects for colour cycling.

    And then I realized that I can store a lot of informations that way- like for a complex moving etc...
    Maybe it sound confusing but it's very simple. Just check the example.

    I hope you will find this useful...

    Dusan
    Attached files Attached files

  2. #2
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleXNA Export Module
    ProdigyX's Avatar
    Join Date
    Jan 2011
    Posts
    1,197
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Me gusta! Creative and Unique way of achieving something!

  3. #3
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Mar 2010
    Location
    Slovenia
    Posts
    57
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you ProdigyX :-)
    Maybe the whole concept is not very obvious from previous example (specially controlling a movement by an image from Active Object). This is a better one.

    Smart_Color_Cycle5.mfa

    For me this discovery is a salvation, since I suck at maths, but I'm very visual guy.

    The next file is also very interesting (a little bit psychedelic) example. I didn't write any comments in code because I'm lazy and I believe everything is very self-explanatory.
    Attached files Attached files

  4. #4
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    Nice work! For the record: Sphax has a Hue shader that can do this for HWA, and I'm pretty sure my Flash Fx extension can do it in SWF (but it's undocumented so forgot about figuring it out by yourself ), anyway, your way works on multiple platforms - so, nice work.

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLC

    Join Date
    Jul 2008
    Location
    UK
    Posts
    1,553
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    If anyone does want to know how to do this by converting between HSL and RGB, I made an example some time ago:
    http://www.sketchy.co.nf (see "Hue Cycle")

Similar Threads

  1. Run Cycle
    By lachmandoo in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 25th April 2013, 04:08 PM
  2. Animation doesn't cycle through all frames, just 2
    By Camdouglas in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 20th October 2012, 10:02 PM
  3. Trigonometric walk cycle
    By ELCGames in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 30th April 2011, 05:48 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
  •