Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to add a rgb color picker to multiple movieclips?

Guest
Sep 05, 2013 Sep 05, 2013

Hi All,

I have idea of adding color picker component.

But now I want to add rgb color picker like in Photoshop in as3.

Which is change color to multiple movieclips.

How to do this?

We can actually acheive in Action script???

Please help.

Thanks in advance.

TOPICS
ActionScript
1.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 05, 2013 Sep 05, 2013

there's already a color picker component.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 05, 2013 Sep 05, 2013

Yeah. Thank u.

But, I hav a image for which I want to change a shade of that color like in photoshop hue saturation.

Is there any possibility that I can do the same thing in Flash Action script 3.0.

When I use the color pcker in flash, its behaving like filling a color to a shape. But I want it like in image.

Any idea.

Please help.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 05, 2013 Sep 05, 2013

yes, that can be done but it's probably something that would require, at least, intermediate actionscript skill.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 06, 2013 Sep 06, 2013

cud u please guide me..

atleast what is therequirement to acheive that.

I am learning in the stages now.

Is there a Hue saturation color picker type???

Cud u please tell me wat wud be the process n all. please

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 06, 2013 Sep 06, 2013

Hi All.

http://www.quasimondo.com/archives/000565.php

This is what I meant.

This example can be applied to only bitmap.

If I want to add Mutiple btmaps and or use movieclips instead or use buttons to  activate.

Like a game, see , for exmaple, click hair button and wen we change  the hue value hav to apply for hair, and if selected shoes button and change hue value for shoes, have to change, like that kinda game.

Is it really possible????

Please help..

Thank You All In Advance.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Sep 06, 2013 Sep 06, 2013

IT is possible, I`ve done it with greensocks colortransform TweenMax component (which is better than the native classes)

http://www.greensock.com/tweenmax/

You can see a demo here

(click on "Power Defense" then in game on score and you will find it).

All coloring is done to actual movieclips.

As a custom colorpicktable I used a simple bitmap.

Its a very basic "customizer".

But be aware that as kglad already pointed out this is not a good beginners task,

meaning things can get very complicated very quickly,

the pure handling of how this custom layouts are saved/reloaded from a database when the user logs in (no point in customizing if you don`t give the option to save it) is a nigtmare on its own

So unless you find a tutorial that solves already 90% of what you have in mind for you, don´nt even start with it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 06, 2013 Sep 06, 2013
LATEST

Cool.. awesome game.

U designed evrything??

Great....

I want something like static. That is the movieclip would clip would be static image. but works with buttons and all.

Honestly, I know  I am not that hell of a designer, but I will get into next level only by learning greater things in detail right?

Anyways, if anyone could please suggest me where to start and what to do, would really be helpful.

Thank you guys a lot.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines