WHat i mean is
If mouse over button1 then fadeIn btn1mov. and if i rollover button2 then fadeOut btn1mov and fadeIn btn2mov. and so on. I can do this just if i have 2 buttons.
But third button is a bit strange. 'coz If mouse over button1 then fadeIn btn1mov. but i cann’t fade out btn1mov.
Ok ! I will try explaning this I hope you understand it !
Place the text that appears in the left down corner in to a movie clip !
Then convert it to a Movie clip then edit the text or the movie clip by clicking it 2 times ! then make a tween in the timeline ! thats in the movie clip that you have created then set the tween 10 frames long ! then in the furst frame set the alpha of the “text” to 0% and the last frame thats frame 10 to alpha = 100% !
I hope this helps ! or you undertsand ! say so if you dont !(-:
Thanx for your help
Blastboy.
But i wanna a something just different from your advice. Maybe you visit that page. Maybe that is help you just what i mean.
could i use a function that something fadeIn and fadeOut. or something different.
this function is two way fade, u can control it as u like…
but if u want to separate it to fadeIn() and fadeOut() function, i think u can make it from the sample above…
search www.proto.layer51.com for more fade function…
prototypes are a bit confusing for new users, indojepang… but it looks like you have a good feel for them. I may pick your brain soon as I’m trying to develope a tutorial explaining them in newbie terms.
I look forward to you trying to explain them to mngBJ.
Can i switch a variables between 2 different swfs.
What i mean is
In my firts.swf contain a number. (i=5)
So in the second.swf begins frame number 5. COz i took i=5;
if i=6 second.swf begins from 6-th frame.