Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Duplicating MC
From: Brad Bechtel
Date: Thu, 4 May 2000 20:22:19 +0100

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 helpatchinwag [dot] com


Replies
  FLASH: Duplicating MC, Ed Harvey

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]