Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: Duplicating MC |
From: | Ed Harvey |
Date: | Thu, 4 May 2000 20:33:55 +0100 |
Thanks
> ----------
> From: Brad Bechtel
> Reply To: flasherchinwag [dot] com
> Sent: Thursday, May 4, 2000 1:59 PM
> To: flasherchinwag [dot] com
> Subject: Re: FLASH: Duplicating MC
>
> At 02:56 PM 5/4/00 -0400, you wrote:
> >Can anyone tell me what I am doing wrong in this expression.
> >
> >Duplicate Movie Clip ( "/bfly", "bfly2", _alpha = .5 and _xscale = .5 and
> >_yscale=.5)
> >
> >I am trying to make the second MC half the size as the first and 50%
> >opacity.
>
> Assuming you're doing this as a series of commands rather than just one
> command, you should try setting the _alpha to 50 to get 50% opacity.
> Setting it to .5 will give you .5% opacity, basically making it almost
> invisible.
>
> Duplicate Movie Clip ("/bfly", "bfly2", 50)
> Set Property ("bfly2", Alpha) = 50
> Set Property ("bfly2", X Scale) = 50
> Set Property ("bfly2", Y Scale) = 50
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Get the last 100 messages from the flasher list NOW
> http://www.chinwag.com/flasher/last100.shtml
>
> Flash books http://www.chinwag.com/flasher/books.shtml
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpchinwag [dot] com
>
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]