Problem with rollOver action

Hello! everyone… <:}
I’ve got a problem with an Flash animation…
I’ve got the main timeline with an animation in the background… above that i’ve got a movieClip… with an on(rollOver) and on(rollOut) actions…

this movieClip opens a little menu with three pictures (movieClips) on it…

My problem would be… hmmm… that… I would like if I go with the mouse cursor over one of the three movieClips… that one to fade or something like this…

i tried to do it with on(rollOver) {mc1._alfa=50} (for example),… but it ain’t work…
hmm…
please help me with this problem…

Thank you! :slight_smile:

[size=1]wrong[/size]

on (rollOver) {
	mc1._alfa = 50
}

[size=1]right[/size]

on (rollOver) {
	mc1._alpha = 50
}

ok kax thank you… :slight_smile:
you’re right… i’ve misspelled the script… sorry… but not that one is the problem…

the problem is that Flash even didn’t realise that I’ve got my mouse over that clip…

here… an example… from one of the Opel’s sites…

the movieClip I am talkin about… is the one with the little arrows… when u… go over it… the menu appears… but do nothing… the first picture(movieClip) is opel3…

the actionscript for it is…
on (rollOver)
{
opel3**._alpha**= 50;
}

and nothing happenz…
hmmm…

PS: it’s for MX :slight_smile:

here …

it would be easier if you attach your fla instead

[size=1]PS: please hurry … I’m leaving in about 25 minutes[/size]

oki… a min

ok it’s fixed :slight_smile: