Creative COW SIGN IN :: SPONSORS :: ABOUT US :: CONTACT US
ADOBE FLASH: Adobe Flash ForumAdobe Flash TutorialsAdobe Flash Video TutorialsWeb Streaming ForumAdobe Flash

Color To Gray Action Script 2

Cow Forums : Adobe Flash
Color To Gray Action Script 2
by Mohammad Taghi Karimi on Jul 6, 2008 at 8:04:30 pm

hi there
if you can not understand what i want please read it again and slowly my english is very bad and poor
evryone who read this post
i have write a script to make a pic blury and make pic not blury
now i need an script to make my color pic to a gray pic
i search about that but i didnt find anything
please help these poor boy :D im crazy
i must write this sctip with action script 2
god bless all of us


Just Try To Be Best Until You Death
Never Give Up For Any Thing
www.mtkarimi.com

Respond to this post     Return to posts index

Re: Color To Gray Action Script 2
by Sher Ali on Jul 6, 2008 at 8:48:14 pm

you can use ColorMatrix class to achieve that. You can find more about this on the following link:
http://www.gskinner.com/blog/archives/2005/09/flash_8_source.html

Sher Ali
Flash & Flex Developer
website: http://www.webeyestudio.com
blog: http://www.kabulinteractive.com/blog
My FlashDen Portfolio

Respond to this post     Return to posts index

Re: Color To Gray Action Script 2
by Pieter Helsen on Jul 7, 2008 at 7:19:09 am

Or use Tweener.

Using the ColorShortcuts you can easily tween an image from color to gray and back.

It would look something like this:


import caurina.transitions.Tweener;
import caurina.transitions.properties.ColorShortcuts;
ColorShortcuts.init();

toGray_btn.onRelease = function(){
Tweener.addTween(myImg_mc, {_saturation:0, time:1, transition:"linear"});
}

toColor_btn.onRelease = function(){
Tweener.addTween(myImg_mc, {_saturation:1, time:1, transition:"linear"});
}


Kind regards,
Pieter

Respond to this post     Return to posts index


Re: Color To Gray Action Script 2
by Mohammad Taghi Karimi on Jul 11, 2008 at 10:15:09 pm

Thanks TO Sher Ali & Pieter Helsen Very Very Very Helpful , Thanks To All Of You

Just Try To Be Best Until You Death
Never Give Up For Any Thing
www.mtkarimi.com

Respond to this post     Return to posts index

<< PREVIOUS THREAD   •   VIEW ALL THREADS   •   PRINT   •   NEXT THREAD >>


FORUMSTUTORIALSMAGAZINEDVDsBOOKSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

© CreativeCOW.net All rights are reserved.

[Top]