[SIZE=3][FONT=Times New Roman]:hangover: I am new in the marvelous world of flash 8. I am building now my photo galley that I will then include in my Web site.[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]Here are my 2 questions : My pics are featured in a big display with a thumb gallery under it.[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]Until now I managed to create a mouse rollover effect on the thumbnails so that a big image of the thumbnail appear in the big display when I roll my mouse over its thumb. Codes are ok everything work perfectly !![/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]BUT : I want now to create 2 things : 1 : I want my images to appear in the big display by fading and 2 : I want a bigger preview window of my thumb when I roll over my mouse on each of them ( the preview window appear more or less like a tooltip and strech)[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]Here is the code I basically use for the gallery I achieved till now.[/FONT][/SIZE]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[SIZE=3][FONT=Times New Roman]btn1_btn.onRollOver= function(){[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]myScreen_mc.gotoAndStop(1);[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]};[/FONT][/SIZE]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[SIZE=3][FONT=Times New Roman]btn1_btn.onPress = function() {[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]getURL(“04big.jpg”);[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]};[/FONT][/SIZE]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[SIZE=3][FONT=Times New Roman]btn2_btn.onRollOver= function(){[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]myScreen_mc.gotoAndStop(2);[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]}[/FONT][/SIZE]
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]
[SIZE=3][FONT=Times New Roman]btn2_btn.onPress = function() {[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]getURL(“06big.jpg”);[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]};[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]Any help woud be great. Thanks very much.[/FONT][/SIZE]