Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
Nixy #1
MC._alpha problem
That is weird
I'm trying to change the MC alpha usign this code
// This is an example
var iSpeed = 5;
function fChangeAlpha() {
myMC._alpha -= iSpeed;
trace(myMC._alpha)
}
_root.onMouseDown = function() {
fChangeAlpha();
}
//--------------------------------------------------------------------
The problem is that the MC alpha does not equal 95%, 90%.... The number is not
round. Why?.
Does anybody have an idea.
I'm usign Flash MX 2004
Nixy Guest
-
textfield._alpha isn't working in flash mx
textfield._alpha isn't working in flash mx. I tried to put the text field into a movie clip and change the alpha value of it, but that doesn't work... -
_root._alpha = 0? :(
hi i am trying to make all of the screen to go to 0 _alpha... i am loading a movie into an mc in the first frame of the loaded mc i put... -
_Alpha Help!
Now Ive tried the whole tutorials thing...... And none of them are... good. They just say, Once u've selected the item to be Alpha'ed.... Move the... -
Odd _alpha disparities
I have a pair of buttons, essentially 'pause' and 'play', and they both feature in two separate movies embedded in another mc. I want them (pause and... -
scrollPane's _alpha with text
I have a flash document in scrollPane. This flash document has text and images. When I modify scrollpane's _alpha property the text appears and...



Reply With Quote

