Not sure if this is the right place to ask this, but can anybody share a
pointer to how snap.com capture sceenshot of sites?
Any help would be much appreciated.
Thank you for your time.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
Hi,
I'm using http://browsershots.org and it's a splendid service really.
Regards,
Ain Tohvri
Flashbit LLC
On 30 Mar 2008, at 16:59, Digg Yeah [EMAIL PROTECTED] wrote:
Not sure if this is the right place to ask this, but can anybody
share a
pointer to how snap.com capture sceenshot of
Hello folks,
I have the following case,
I have a lot of movie clips, they have a lot of effect separately (i.e.
each movieclip has it's own effect on hover, on press ...etc) most effect
implemented in design not in code.
what I want to ask about, most movie clips have on hover effect that change
If I remember right you must create a Color object for your mac, then
use color method setRGB to change the mc's tint to the hexadecimal you want:
var c:Color = new Color( yourMC );
c.setRGB( 0xff );
L
Ibrahim Y a écrit :
Hello folks,
I have the following case,
I have a lot of movie
laurent wrote:
If I remember right you must create a Color object for your mac, then
use color method setRGB to change the mc's tint to the hexadecimal you
want:
var c:Color = new Color( yourMC );
c.setRGB( 0xff );
L
Ibrahim Y a écrit :
Hello folks,
I have the following case,
I have a
Hm...I should play with colors again.
How do we change the contrast or brightness of a color ? using HSV ?? or
is there a straight way using colorTransformin AS3 or AS2.
thx
L
Pedro Taranto a écrit :
laurent wrote:
If I remember right you must create a Color object for your mac, then
laurent wrote:
Hm...I should play with colors again.
How do we change the contrast or brightness of a color ? using HSV ??
or is there a straight way using colorTransformin AS3 or AS2.
thx
L
you should apply some BitmapFilter
--
Pedro Taranto
What does it means ?
I add a movieClip to another one using addChildAt.
I specify the level 10 to keep some space if I want to easily add
another mc between 0 and 10.
But perhpas I must add a child to next highest depth that there's always
a displayObject at any depth between 0 an 10.
Or is
laurent wrote:
What does it means ?
I add a movieClip to another one using addChildAt.
I specify the level 10 to keep some space if I want to easily add
another mc between 0 and 10.
But perhpas I must add a child to next highest depth that there's
always a displayObject at any depth between
9 matches
Mail list logo