# Effects on my photo gallery

**URL:** https://forum.kirupa.com/t/effects-on-my-photo-gallery/200443
**Category:** Uncategorized
**Created:** [September 12, 2006, 11:25am UTC](https://forum.kirupa.com/t/effects-on-my-photo-gallery/200443 "2006-09-12T11:25:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rosanna](https://avatars.discourse-cdn.com/v4/letter/r/e0b2c6/32.png) [@rosanna](https://forum.kirupa.com/u/rosanna)
#### Post date: [September 12, 2006, 11:25am UTC](https://forum.kirupa.com/t/effects-on-my-photo-gallery/200443/1 "2006-09-12T11:25:05Z")

</div>

[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]
