http://www.rosewoodpointe.com/
on the picture thing on the page, where you roll your mouse over the pic and it shows up underneath... i need help making something like this.
my email is ashasaurusrex@yahoo.com
thanks!
http://www.rosewoodpointe.com/
on the picture thing on the page, where you roll your mouse over the pic and it shows up underneath... i need help making something like this.
my email is ashasaurusrex@yahoo.com
thanks!
Hi,
Very easy to achieve. It would take 10 buttons or movieclips acting as buttons and one large container movieclip to hold the larger images. Each large image would be on a seperate frame with a stop action. Each button would have a rollover code to direct the large movieclip to the corresponding picture. Example code for button 1......
frame code example...
object code example(code placed directly onto the button)Code:myButton1.onRollOver=function(){ _root.picHolderMC.gotoAndStop(1); }
Code:on(release){ _root.picHolderMC.gotoAndStop(1); }
A mind once stretched by a new idea never regains its original dimensions.
- Oliver Wendell Holmes
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks