| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: May 2001
Location: Dublin
Posts: 9
|
Hi all,
I have a movie clip animation which is a button's mouseover state. How can I reverse this mc animation on mouseout of the same button (like a magnifying effect?) Cheers, EZ |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Mar 2001
Posts: 166
|
http://www.actionscripts.org/tutoria...ndex3.shtml?#9
A good way to check to see if your question has been posted before is to do a search using tha nav. on the top right. Best of Luck. |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: May 2001
Location: Dublin
Posts: 9
|
Hi,
I had seen that example before, I guess my question should have been "what is the address of a movie clip within a button", i.e. is it "_root.xxx.yyy" or what? Using the script you directed me to returns a "target not found" error in Generator. The mc is not a single element in the frame, but is only the rollover state of a button in the frame. So I'm wondering how I target this? Cheers, ez |
|
|
|
|
|
#4 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
you can't target elements within buttons (or buttons themselves), only MCs...
i think your best bet would actually be to put the button within a movie clip. that way you can have the animation on mouse over and on mouse out you can play the rest of the movie clip whcih has the out animation... it's going to be about the only way to do it because you can't use reverse scritps on the internal mc (on the button OVER state) because as soon as you mouse out, that MC is no longer active/visible Cheers Jesse
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
#5 |
|
Registered User
Join Date: May 2001
Location: Dublin
Posts: 9
|
That info is spot-on. (back to the drawing board for me though)
cheers again, ez |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Button Animation | kickstart1970 | ActionScript 1.0 (and below) | 10 | 07-09-2003 03:08 AM |
| listbox visibility | kwimbi | Components | 9 | 05-18-2003 01:39 PM |
| :::Multistate Button ?::: | zipbobang | ActionScript 1.0 (and below) | 10 | 04-16-2003 06:43 AM |
| Reversing animation | Liquid | ActionScript 1.0 (and below) | 4 | 05-07-2001 04:26 AM |