Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > ActionScript Forums Group > Simple Stuff (Newbies)

Reply
 
Thread Tools Rate Thread Display Modes
Old 03-07-2001, 04:29 AM   #1
Rossco
Registered User
 
Join Date: Feb 2001
Location: Newcaste, Australia
Posts: 4
Default

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
Rossco is offline   Reply With Quote
Old 03-09-2001, 12:05 PM   #2
RanTen
Registered User
 
Join Date: Jan 2001
Posts: 72
Default

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


RanTen is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 08:45 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.