Groups | Blog | Home
all groups > flash actionscript > september 2006 >

flash actionscript : color picker



forumnotifier
9/13/2006 6:48:29 PM
I am trying to find the color of a pixel. The pixel is at point (200,200) at
level0...

myPixelColor = _root.getPixel.color(200,200).toString(16);
trace(myPixelColor);

I have also tried...

myPixelColor = _root.getPixel(200,200).toString(16);
trace(myPixelColor);

but they both return undefined... Anyone have any ideas???

thanks to any responders.
kglad
9/14/2006 1:18:21 AM
AddThis Social Bookmark Button