| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Feb 2001
Location: Newcaste, Australia
Posts: 4
|
Hi all
I'm having some trouble with some navigation buttons. I want to reveal a movie (describing the contents of that section) when the user rolls over the button and it dissapears when off. (Also different movies for each button) You can see what I mean at http://www.outofthesquare.com I want the bowler hats to reveal a different movie over the Fez to the left. Cheers Rossco |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Jan 2001
Posts: 72
|
Hi Rossco,
Use a TellTarget. You can use two methods. In the MC that you want revealed, place a BLANK keyframe as first. with a STOP action...so that its invisible.label the Visible and Invisible frames. Give the movie an instance name such as "MC1" For the button add the action: OnMouseOver TellTarget "/MC1" GoToAnd Stop VISIBLE OnMouseOut TellTarget "MC1" GoTo and stop INVISIBLE Similarly you could do away with the BLANK frame, instead use the setproperty action: Place the MC in your main time line...give it an instance name "MC1" Place a FRAME ACTION: SetProperty "MC1" Visibility 0 and for the button use the action: OnMouseOver SetProperty "/MC1" Visibility = 1 GoToAnd Stop VISIBLE OnMouseOut SetProperty /MC1 Visibility =0 Hope that helps RanTen |
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Rollover Sound in a movie clip | Shaun | ActionScript 2.0 | 3 | 08-17-2006 10:40 PM |
| email form help | nikmark | Simple Stuff (Newbies) | 17 | 06-14-2006 01:01 AM |
| flash permanent movie clip change on mouse rollover | johnrobinm | ActionScript 2.0 | 1 | 04-26-2005 07:45 PM |
| How to make rollover movie clip buttons change.. | ezzyangel | Other Flash General Questions | 3 | 12-06-2004 05:22 AM |
| help!!! rollover in main timeline affects loaded movie! | lminmei | ActionScript 1.0 (and below) | 2 | 06-26-2002 05:42 PM |