PDA

View Full Version : trouble with alpha of a m c



multimediamkt
November 10th, 2002, 11:02 PM
A movie clip alpha property is controlled by a button ;
(................................................. ............................
on (rollOver) {
setProperty ("carfurnbusmc", _alpha, "3");
}
on (rollOut) {
;
setProperty ("carfurnbusmc", _alpha, "100");
}
.................................................. ...........................)

It works as it should do except that some text fields are shown with 100 % alpha ;
( All graphics of carfurnbusmc movie clip are exhibited with 3 % alpha except related txt fields ) ;
Whatīs wrong?

Jubba
November 10th, 2002, 11:32 PM
Hello my friend. Again I am sorry for my absense. I have been busy. I will assume you are using dynamic text. As far as I know Dynamic text will not fade with the alpha property unless you embed the font. Select the text box and in the property box (the floating panel that controls the text) there should be a button that looks like this "[...]" without the quotation marks. Click that to embed the entire font and you should be able to change the alpha. I am not 100% certain, but if I remember correctly it will work. I will send you an answer to those e-mails in a few days. I have much work to do over the next week. 3 tests, and 2 papers...:o

multimediamkt
November 11th, 2002, 01:15 AM
Hi ,
1st off all good luck in your examinations ;
As you get freer I will send you the URL of the site for you to look it.
As a matter of fact the trouble occurs with static text , donīt ask me why ; I realized that if I break apart the text (control + B )
the disorder disappears ;
But after so much I eliminated the alpha set property by a more interesting effect between two screen transitions ;
Weīll "talk" later ;
Cheers
MMKT

lostinbeta
November 11th, 2002, 01:18 AM
You can't use the _alpha property on _ fonts either. Things like _typewriter and such, you can't even mask these :-\

Glad you got a more interesting effect though :)

multimediamkt
November 11th, 2002, 10:22 PM
I cannot use alpha property on fonts, but I can break apart them and turn them to a symbol ; this will work ;
Another flash limitation is that movie clips donīt work as masking area , this has limitated a lot what would be very cool effects ;
Cheers

lostinbeta
November 11th, 2002, 11:32 PM
I meant _ fonts (Underscore fonts) you see in a font list where it says _typewriter and such. Where the font starts with an _.

As for movie clips not being masks... you can use a movie clip as the mask, or the object being masked.

At least in MX you can. You can't mask graphic symbols I believe.

multimediamkt
November 11th, 2002, 11:53 PM
After several attempts I couldnīt manage to mask with a mov clip ;
only thing appears through the mask is that area of object placed at the 1st frame of m clip ; if you say with mx I can do it I think thatīs time to migrate no new version (I am a bit afraid with odds I will find)

Iīve been trying to duplicate effects on http://www.fontsforflash.com/ (donīt know if you visited this site if not go there and roll your mouse over buttons "partners , or webdesign , or advertisement ) ;

Thatīs the reason of my experiences with masking ;
Cheers











<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="250" height="50">
<param name=movie value="http://sites.uol.com.br/vazzola/mmktxtdance.swf">
<param name=quality value=high>
<embed src="http://sites.uol.com.br/vazzola/mmktxtdance.swf"
quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="250" height="50">
</embed>
</object>

lostinbeta
November 11th, 2002, 11:55 PM
Yeah, you can do effects like that in MX.

It rocks... I love MX.