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