Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Buttons With An Effect On Rollover AND Roll Away


Been trying to do an effect on a button that does one thing (i.e expand) when the mouse is over it. Then does another when the mouse leaves the hit state (i.e contracts back to normal). Have had semi success with it doing what i want but if you just catch the hit area quickly it stays expanded. I see examples of it all the time (theres a good example at http://www.rtt-honda.com with the arrows that appear around the main nav).
If you could shed light on this seemingly simple problem I will be eternally greatful. My attempt is attached.




FlashKit > Flash Help > Flash Newbies
Posted on: 06-26-2004, 08:25 AM


View Complete Forum Thread with Replies

Sponsored Links:

Using The Rollover Effect For Buttons
Ok i am using the follwing code in my buttons to navigate to different frames:

on(rollOver){
gotoAndStop(10);
}

Also im using this code to revert back to the frame that the above button is in:

on(rollOut){
gotoAndStop(1);
}


When i have this code and scroll over my button it reveals text but i roll over it to fast the text will be stuck on the screen for a while, why is this? is their something wrong with my code?

View Replies !    View Related
Buttons Rollover Effect
I have a set of retectangular buttons that I'd like to swap colours depending on if you mouse over one of them.

Scenario:
If you are on the "Links" page, the "LINKS" button is disabled and it is yellow. All the other buttons are blue and clickable.

What I want to do is change the colour of the "LINKS" button *if* the user mouses over any of the other buttons.

So say they mouse over the "HOME" button. I want the "LINKS" button to change colour from yellow to blue while the "HOME" button changes from blue to yellow. But I want to make sure the "LINKS" button remains disabled and no changes occur to any of the other buttons.

I've seen this done with javascript as a swap image efect.

Is there a way to do this in FLASH MX 2004? A tutorial somewhere?

Thanks
Page

View Replies !    View Related
Buttons With Rollover And Rollout Effect.
Hi all !

I'm a rookie in flash, and what i want to do is juste below :

- i want to make somes cool buttons with two similar effects. One rollover and one rollout.

Actually i've made a button with a rollover animation, and i want the same effect in reverse for rollout.

I already tried with one animation for rollover and one for rollout but it's fake u see. if the cursor is out before the rollover animation finished, it is "gameover".

I saw some reverse playing tutorials in kirupa'sforums but nothing ( but i can be wrong ) concern about buttons.

If u don't understand one word what i am saying, it's logical, i'm french and my english is so lame ! But i got one example of this for ya.

http://www.mercuriocinematografica.it/gfx/main_en.php
( buttons with reverse effects are at the bottom )

Thkx for answer by advance,
Congratulations for all active members in this kirupa forums, u've done so incredible job, thkx for all.

View Replies !    View Related
Buttons With Rollover And Rollout Effect.
Hi all !

I'm a rookie in flash, and what i want to do is juste below :

- i want to make somes cool buttons with two similar effects. One rollover and one rollout.

Actually i've made a button with a rollover animation, and i want the same effect in reverse for rollout.

I already tried with one animation for rollover and one for rollout but it's fake u see. if the cursor is out before the rollover animation finished, it is "gameover".

I saw some reverse playing tutorials in kirupa'sforums but nothing ( but i can be wrong ) concern about buttons.

If u don't understand one word what i am saying, it's logical, i'm french and my english is so lame ! But i got one example of this for ya.

http://www.mercuriocinematografica.it/gfx/main_en.php
( buttons with reverse effects are at the bottom )

Thkx for answer by advance,
Congratulations for all active members in this kirupa forums, u've done so incredible job, thkx for all.

View Replies !    View Related
Roll Over And Roll Out Action Wthout Buttons
How can I assigne a roll over and roll out action to movie clip without using buttons.

I just want by rolling over the MC to do an action and by rolling out to do another action but without action. The action must be assigned to movie clip

thanx

Vojko

View Replies !    View Related
Roll Out, Roll Down Effect Help
Hi,

I'm trying to incorporate a "roll-out" effect. I have 3 projector screen images, each one progressing until the entire projector screen is laid out, but not sure how to create it. The ultimate effect I would like is to have the screen roll down. I tried both motion and shape tween between the images but don't quite get the effect I'm looking for. Esp with the shape tween, it repeats the image too much (because I "break apart" my image/mc). Any suggestions or links to tutorials or samples?

Thanks

View Replies !    View Related
Movieclip Rollover Effect Disables Internal Movieclip Buttons
Is it possible to have a movieclip rollover effect with another movieclip inside of it that is able to be clicked and do what it's scripted to do?

Let me try to get specific...


Movieclip 1 -- Has www.kirupa.com/developer/mx2004/button_effect.htm applied

Inside of Movieclip 1 --> Buttons that appear visible when you rollover the menu (it comes out of eases into view)

These buttons inside are not being allowed to be pushed because from what I can gather, the complex rollover is not allowing anything to be activated except the rollover effect.

So here's a diagram:

Rollover Movieclip 1 --> Eases it's bottom part up revealing 4 buttons --> These buttons when clicked are supposed to do an action --> Buttons cannot be activated for some unknown reason.

Can anyone help me out? I'm out of ideas after working on this for the past hour or so. If you need any extra info or materials, let me know; I'm sitting right here working on this problem haha.

-Indecisive

View Replies !    View Related
StartDrag On Rollover, But No StopDrag On Roll Out
Using FlashMX

Here's the deal: On the main stage, a movie clip navrow, Instance name
nrow.
Inside it, a row of movie clips, each one with a button that's
draggable on rollover (within a constrained area) and each one to go to
a different URL when clicked. The problem is stopping the dragging of
each one on roll out.
If you're dragging one, you cannot drag another unless the mouse has
gone completely off the stage.

Here's what I've got so far: movieclip nav1, Instance name n1
Inside it, a button called tab1, Instance name t1

The script assigned to this button:

on (rollOver) {
startDrag("_root.nrow.n1.t1", true, 0, -35, 0, 50);
}
on (rollOut) {
stopDrag();
}
on (press) {
getURL("http://whateversite.com");
}

Everything works fine, except for the fact that it won't stop dragging
when you move the mouse over to the next one in line - the first one
remains draggable until you move the mouse somewhere completely out of
the movie. There's got to be some sort of coordinates for the roll
out....or something. Anything that will make the mouse "let go" of one
in order to move on to the next?

View Replies !    View Related
I Give Up, How Do You Do Roll Overs Within A Rollover.
I basically have a drop down menu, that is in a movieclip. When you roll over it, it slides down a bit. When you roll off of it, it slides back up.

Simple.

But, within that movieclip, i have buttons, that I'd like to have work. But as you know, you can't have rollovers work within a movie clip that has a rollover command on it.

So....I think, let's do a hit test. Instead of a rollover command for the outer movie clip, let's do a hit test, and that will solve the problem.

However, I don't know how to do this. Every time I try doing a hit test to see if the users mouse is over a given movie clip. It doesn't work. Where am I putting the code?

How can arrange this so that, when you roll over my little drop down, it moves down, but also, when you roll over the buttons within it, they will work?

???? please help.

View Replies !    View Related
I Give Up, How Do You Do Roll Overs Within A Rollover.
I basically have a drop down menu, that is in a movieclip. When you roll over it, it slides down a bit. When you roll off of it, it slides back up.

Simple.

But, within that movieclip, i have buttons, that I'd like to have work. But as you know, you can't have rollovers work within a movie clip that has a rollover command on it.

So....I think, let's do a hit test. Instead of a rollover command for the outer movie clip, let's do a hit test, and that will solve the problem.

However, I don't know how to do this. Every time I try doing a hit test to see if the users mouse is over a given movie clip. It doesn't work. Where am I putting the code?

How can arrange this so that, when you roll over my little drop down, it moves down, but also, when you roll over the buttons within it, they will work?

???? please help.

View Replies !    View Related
I Give Up, How Do You Do Roll Overs Within A Rollover.
I basically have a drop down menu, that is in a movieclip. When you roll over it, it slides down a bit. When you roll off of it, it slides back up.

Simple.

But, within that movieclip, i have buttons, that I'd like to have work. But as you know, you can't have rollovers work within a movie clip that has a rollover command on it.

So....I think, let's do a hit test. Instead of a rollover command for the outer movie clip, let's do a hit test, and that will solve the problem.

However, I don't know how to do this. Every time I try doing a hit test to see if the users mouse is over a given movie clip. It doesn't work. Where am I putting the code?

How can arrange this so that, when you roll over my little drop down, it moves down, but also, when you roll over the buttons within it, they will work?

???? please help.

View Replies !    View Related
Rollover MC Won't Stop Playing If I Roll Out To The Top Left.
I'm working on a current Flash 5 site and I've got the client's logo on the top left, like most sites. I've also got a rollover effect that when rolled over a MC starts playing with sound and then stops on rollout. Works fine unless I roll out to the top left off the browser's window. Very strange. Why is this happening?

Here's my current script for my button (the logo):

on (rollOver) {
_root.logo.gotoAndPlay("in");
}
on (release) {
gotoAndStop("home");
loadMovie("main.swf", "main");
}
on (rollOut) {
_root.logo.outRoll();
}

View Replies !    View Related
Roll Over / Roll Out Buttons?
how can i do this kinda effect
http://flashden.net/item/fairy-dust-...ver-only/10491

I dont wana copy that i wana make my own, bt how is it done?

View Replies !    View Related
Roll Out Effect On A Button...
Basically I am creating a button. When you go over the hit area i have placed a movie clip in the "on" frame. The movie clip will simulate an effect of a cube being made from many smaller cubes. Thats all good.

However, I want to create an effect whereby if the user doesnt click on the button and simply hovers off it then the larger cube explodes (in a seperate movie clip) - a kind of roll out effect.

How would I go about achieving this?

Thanks in anticipation

View Replies !    View Related
Question - Roll Over Effect
Any help is greatly appreciated...

I have some basic web knowledge however I know pretty much nothing about Flash. I found a VERY cool flash roll over effect that I just have to have. I was hoping that someone here would know if this was open source or a script that could be downloaded and added to any web site. I have placed a link below. Please MOUSE OVER the "panther house" text. You will see right away what I am referring too. It gives the text a bubble effect. Check it out and let me know what you think. How do most people go about duplicating cool Flash features they see on other sites? Again, any help would be greatly appreciated. Thanks much.



www.pantherhouse.com

View Replies !    View Related
Button With Roll Over Effect
Designed a button with a logo and a Up, Over and Hit state.
Designed a text graphic symbol.
Designed a movie clip to play text graphic symbol to fade in over 5 frames.
Opened button and placed movie in Over and Hit states.
Went to the Stage and placed the button.

The desired effect it to have the text appear as the curser goes over the Over and Hit states but only when the cursor is over the logo graphic.

Some of the buttons work properly and some do not where if the cursor goes over the text area, the text will appear.

Tried to see what I changed from symbol to symbol, but everything looks the same.

Using CS4.

Can you tell me either what I did wrong or can you link to the answer in the forum?

Thx

View Replies !    View Related
Page Roll Effect
Hello All!

I'm wondering if there are any tutorials out and about that would show a person how to make a cool "roll in" effect in Flash 8.

Here's an example: http://www.templatemonster.com/flas...ates/11214.html

I like the way the white rolls in from the top right. I need to do something similar to that but bring it in from a diffrent direction.

Thanks!

View Replies !    View Related
Page Roll Effect
Nice use of the page roll effect (top right): http://website-4-free.com/99478

Anyone know where to download something similar?

View Replies !    View Related
Cool Roll Over Effect
Hi all!

I came across this site while I was surfing for inspiration, http://georgiew.de/

If you click on "celebrities" and roll over the thumbnails you´ll see an intelligent roll over that senses which thumbnail its coming from.

I´d really like to try and copy this one, but I must say that I dont know where to start looking. Can anyone maybe help me out with this?

Best of Regards
/Rundevo

View Replies !    View Related
Roll-over Effect Prob
hi,

i really wanna know how to use the color effect once mouse moves over text. a good example is like the one here i had one similar to that but in rectangular button form with text on it, so when mouse moves over the whole button changes color....how can i change just the text itself but not the whole rectangular button?

cheers

View Replies !    View Related
Delay On Roll Over Effect
Hi everyone.

I've been doing the rounds on a number of forums, and can't seem to get anyone to reply! lol I hope I can get a bit of luck here though

What i am looking to do is delay my code for about a second so they cant quickly move the mouse over the image and it will start animation straight away.

Here is the code:

on (rollOver) {
this.gotoAndPlay("over");
this.swapDepths(6);
this._parent.cover.gotoAndPlay("coverOver");
this._parent.fade.swapDepths(7);
}

Any help would be great,
Cheers.

View Replies !    View Related
Dell Axim Roll Over Effect
Is there somebody who knows a fast and easy way to do the Dell Axim features roll over line effect?

View Replies !    View Related
[CS3] How Do I Make A Button With A Roll Out Effect.
How do I make a button with a roll out effect? I’m got an animation that I would like to play when the user moves there mouse out of the hit area.

Thx for the help.

View Replies !    View Related
[CS3] How Do I Make A Button With A Roll Out Effect?
How do I make a button with a roll out effect? I’m got an animation that I would like to play when the user moves there mouse out of the hit area.

Thx for the help.

View Replies !    View Related
How Do I Make A Button With A Roll Out Effect?
How do I make a button with a roll out effect? I have an animation that I would like to play when the user rolls out of the hit area of the button.

Thx for the help

View Replies !    View Related
[CS3] How Do I Make A Button With A Roll Out Effect?
How do I make a button with a roll out effect? I have an animation that I would like to play when the user rolls out of the hit area of the button.

Thx for the help

View Replies !    View Related
Dell AXIM Roll Over Effect
Is there somebody who knows fast and easy way to do the Dell Axim features roll over line effect.

View Replies !    View Related
Button Effect Delay, Then Fade Out On Roll Out
I want to get this spotlight to delay its fading in until the mouse has been over the button for a couple of seconds, then it would fade out only after it has faded in, and nothing would happen if the mouse grazed the button. Attached is the flash file, it might be easier and less time consuming if someone could show me how do this effect on my flash file or have their own version. Thanks.

View Replies !    View Related
So Far No One Has Been Able To Help Me: Button Effect Delay, Then Fade Out On Roll Ou
I want to get this spotlight to delay its fading in until the mouse has been over the button for a couple of seconds, then it would fade out only after it has faded in, and nothing would happen if the mouse grazed the button. Attached is the flash file, it might be easier and less time consuming if someone could show me how do this effect on my flash file or have their own version. Thanks.

View Replies !    View Related
Easiest Way To Create 'Button Roll-off Effect'?
Hi,

This is how I do it currently:

create the rollover in the button as per usual way.

then create a reverse of this for the roll-off, in a separate movie clip,i.e. fade1, this has a stop at the start, then the anim frames, then a stop at the end, the frame at the start is blank...

I line the fade mc over the button precisely.

then add some actionscript to the button on Button Rolloff fade1.gotoandplay(2);

This works fine, but as you can imagine is a pain in the arse when you have 30 buttons, or xml buttons or something, what is the most short-cut way of creating a roll-off effect?

Thanks

View Replies !    View Related
Roll Over Effect As In JZWAY.com In Online Section
can any one help me to create the Roll over effect as in JZWAY.com in online section. pls

View Replies !    View Related
Advanced Scroll Bar,button Roll-off Effect,and Preloader.
I really need to know how to do three things in Flash MX 2004.

1. Button Roll-Off (The effect of an animation happening when the cursor goes off of a button.)

2. Advanced Scroll Bars (A scroll bar that you can't make using the component section)

3. Preloaders (Instead of a white box showing, an actual loading bar loads the file)

ALL THREE OF THESE THINGS CAN BE SEEN AT THIS WEBSITE:

http://www.djpaulwall.com

---------------------------------------------------------------------

please email me: royowl1231@yahoo.com (Geronimo)

View Replies !    View Related
Roll Out Buttons
i have recently done completed the pop up menu tutorial by bret:

http://www.flashkit.com/tutorials/Ac...g-Brett_Ta-121

I have done my own version of the button, and put an actionscript that when the button is pressed the movie goes to frame 50 of scene 1.

When the button is operated the animation works fine, but the actionscript to go to frame 50 does not work. It instead goes to the first frame of the animation of the button.

can anyone help.

how can I upoad the fla. for people to have a look??

View Replies !    View Related
Roll Out Buttons
i have a button. when the mouse rolls out of the hit area, i want it to move.

i can't put a movie clip in the "UP" frame as everytime the button is refreshed i.e. at the start of a new scene you see the animation.

what is the easiest way to do this?

i created a 5th keyframe in the button editor and put the rollout movie clip in it. i then put the following command on the button:

on (rollOut) {buttonname.gotoAndPlay(5);}

but this didn't work? any ideas?

im sure this question has come up before, but the search function on the forum just keeps timing out so i cant find the answer...

View Replies !    View Related
Using Roll Over In Buttons
I am looking to have the link description slide in from the right on mouse over. Cant find anything to help me get this done.

It will be a blur effect in and out. It will zoom in on mouse over and zoom out on mouse off. Please help.

I no how to make the blur effects. I don't know how to do the mouse over portions thanks

View Replies !    View Related
Roll-up Buttons
Hi,

Quick question I hope..

Does anyone know how to create rollover effects such as those exhibited in the nav at the following:
http://struckcreative.com/

I've seen this effect or similar all over the place, bigspaceship for one..
and have tried a few different things but none are as smooth and reliable as those exhibited at struckcreative.

All ideas are more than welcome,

Thanks.

View Replies !    View Related
Roll Out Buttons
Hi,

I was wondering if anybody could help me with a little problem I've been having with a site. I'm making a site for a friend. There are several rectangele shaped buttons which close when you roll-over them. I want them to roll back when your mouse rolls out, but I can't seem to get it done. They just snap back to the first frame. I've posted the site at http://www.thelastdodo.nl/margaindex.htm, and an example *.fla link at http://www.thelastdodo.nl/button.htm.

I hope someone can help. Thanks

View Replies !    View Related
Roll Over Buttons
Hi. I'm a Flash novice who signed on to develop a website for a client, who fell in love with a dreaded template. So far, all my interactions with the template developer have been a nightmare. So, I hope someone out there can help.

They are using pretty outdated coding (Flash 4 or 5 typically). The AS is supposed to load a menu with 5 tabs linking to 5 sub pages, and highlight the page you are currently on. On 2 of the pages, the wrong button is highlighted (when you're on page 1, button 4 is highlighted and vice versa). The site is currently housed at www.freewebs.com/shsribs/version 5 if you want to look live.

Here is the code for page 1. Any suggestions?

on (rollOver) {
if (_root.link<>1) {
this.gotoAndPlay("over");
_root.l1.gotoAndStop(2);
}
}
on (releaseOutside, rollOut) {
if (_root.link<>1) {
this.gotoAndPlay("out");
_root.l1.gotoAndStop(1);
}
}
on (release) {
_root.l1.gotoAndStop(2);
_root.l2.gotoAndStop(1);
_root.l3.gotoAndStop(1);
_root.l4.gotoAndStop(1);
_root.l5.gotoAndStop(1);
if (_root.link<>1) {
_root["butt"+_root.link].gotoAndPlay("out");
_root.link = 1;
}
}
on (release) {
getURL("index-1.html");
}

Thank you so much!!

View Replies !    View Related
Roll In/out Buttons
So ive created Roll in/out buttons, similar to the tutorial here, and im wondering how i can have it so that when they are pressed it will proceed to a certain frame. ive tried the gotoAndPlay() command but no success. my current script looks like this and im wondering how i can modify it so it will work:
ActionScript Code:
So ive created Roll in/out buttons, similar to the tutorial here, and im wondering how i can have it so that when they are pressed it will proceed to a certain frame. ive tried the gotoAndPlay() command but no success. my current script looks like this and im wondering how i can modify it so it will work: <as> //stop();   this.onEnterFrame = function(){  if(rewind == true){  prevFrame();  }  }   this.onRollOver = function(){  rewind = false; play();  }   this.onRollOut = function(){  rewind = true;  }   this.onRelease = function(){  getURL("home.html","_blank");  } </as>

View Replies !    View Related
Roll-out Buttons
Guys I know I have asked this before, but I am having problems successfully making a rollout button. I got a response from someone a while back, and I got the .fla file but it doesn't makes sense to me. The person made a Movie Clip.. and then inside the movie clip made the animation with a rectangle hidden underneath it. That rectangle was made into a button, which enabled the roll-out.... Also he had 3 stop instances. Frame (1), (5), (15). That doesnt make sense to me because, How can the button know from those stopping instances that it should do the <in> and <out> commands. If you guys can clear this up for me, I would really appreciate it.

View Replies !    View Related
Roll-up Buttons
Hi,

Quick question I hope..

Does anyone know how to create rollover effects such as those exhibited in the nav at the following:
http://struckcreative.com/

I've seen this effect or similar all over the place, bigspaceship for one..
and have tried a few different things but none are as smooth and reliable as those exhibited at struckcreative.

All ideas are more than welcome,

Thanks.

View Replies !    View Related
Blink Rollover Effect On Rollover
- i have three layers within the OVER state of a button (layer1, layer2, layer3)

- layer 3 has a rollover fade in effect for my button
- layer 2 has a blinking effect for my button
- layer 1 is the canvas of my button

I just want layer 3 to animate 1 upon rollover but has layer 2 keep on blinking while the user has its cursor on the OVER state of the button.

I have the "stop();" actionscript function for the rollover fade effect on my layer 3 but it stops everything! I want the layer 2 effect to continue the blinking.

I have tried extending the keyframe time on layer 2 but that didnt work.

Anything else I should try?

View Replies !    View Related
Tut : For Roll Out Animation On Buttons?
Anyone know where i can find a tutorial on how to make a roll out animation on buttons. So that you roll over a button it moves left you move out of the hit area from the button and it moves back to orignal position.

View Replies !    View Related
HELP...buttons Scale On Roll Over? MX
I've seen a lot of flashwork were a set of buttons respnd like this:
say there are 3buttons 1,2 and three, when you roll over button 2 it scales up in size or zooms, and button 1 and 3 would decrease in size... anyone seen this? anyone know how to do it???

View Replies !    View Related
Roll-over Issue With My New Buttons
If anybody can point me in the right direction, it would be a GREAT help...

I have produced some flashy-buttons (see attached file) You will notice that when you mouse-over the buttons, they change to red and when you roll-off they go back to their original state - fine up to there... BUT if you mouse-over too quickly, you see that the buttons will stick and stay in the over state, even when the cursor is not over any of the buttons.

Q. I presume i need some Actionscript that tells the buttons to go back to their original state when the cursor is moved away or over another button...?

...also once a button has been pressed to navigate to another page, how would i then keep that button in its over state (to hi-light the page/section of the site) I hope this makes sense...

Any help would be most appreciated!!

View Replies !    View Related
Disappearing Roll Over MC Buttons
Hi,

I have some individual swf files that contain movie clip buttons. When you first visit the website, they appear just fine, but when you browse to another page by clicking on one and then return to the page, the buttons/swfs do not appear until you mouse over them. Here is the URL for you to see what I mean...

http://the1031solution.com/orchardEU_website/index.html

Any ideas?

Thanks

View Replies !    View Related
Coding Roll Over Buttons
Hi. I'm a Flash novice who signed on to develop a website for a client, who fell in love with a dreaded template. So far, all my interactions with the template developer have been a nightmare. So, I hope someone out there can help.

They are using pretty outdated coding (Flash 4 or 5 typically). The AS is supposed to load a menu with 5 tabs linking to 5 sub pages, and highlight the page you are currently on. On 2 of the pages, the wrong button is highlighted (when you're on page 1, button 4 is highlighted and vice versa). The site is currently housed at www.freewebs.com/shsribs/version 5 if you want to look live.

Here is the code for page 1. Any suggestions?

on (rollOver) {
if (_root.link<>1) {
this.gotoAndPlay("over");
_root.l1.gotoAndStop(2);
}
}
on (releaseOutside, rollOut) {
if (_root.link<>1) {
this.gotoAndPlay("out");
_root.l1.gotoAndStop(1);
}
}
on (release) {
_root.l1.gotoAndStop(2);
_root.l2.gotoAndStop(1);
_root.l3.gotoAndStop(1);
_root.l4.gotoAndStop(1);
_root.l5.gotoAndStop(1);
if (_root.link<>1) {
_root["butt"+_root.link].gotoAndPlay("out");
_root.link = 1;
}
}
on (release) {
getURL("index-1.html");
}

Thank you so much!!

View Replies !    View Related
[FMX] Roll Over Movies As Buttons?
I have a problem, and hopefully somone would be able to help me out ..

I've created movie clip, in which when you Roll Over it, it will load another movieclip within that frame which will display the menu (and in there are the buttons that link the scenes together).

My question is, how do I get the movieclip that is within a movieclip, that is again in another movie clip to link to the next scene? Can it even be done with one of the movie clips asking as a roll over?

I'm quite the actionscrippting newb.

Please help!

View Replies !    View Related
Smooth Roll Over/out Buttons
Hi all, I have searched this forum and every example had an attached file which for some reason was missing??

Anyway I want to produce a menu like the one on http://www.flashlevel.net (the sliding one second top right)

At the moment I have an animation (10 frames) 1-5 plays the roll over and 6-10 palys the reverse roll out!

Here is the code i have used:


ActionScript Code:
on (rollOver) {    if (_root.button1._currentframe > 1) {        tellTarget ("button1") {            ;        }    }    if (_root.button1._currentframe == 1) {        tellTarget ("button1") {            play ();        }    }}on (rollOut) {    if (_root.button1._currentframe < 5) {        tellTarget ("_root.button1") {            play ();        }    }    if (_root.button1._currentframe == 5) {        tellTarget ("_root.button1") {            play ();        }    }}on (release) {    getURL ("home.htm", "mainFrame");}


This works! but move the mouse quickly and the animation is stuck half way through either animation and either jumps or sticks! because frame 1 & 5 are safe any other and it don't work

how can I have this working what ever frame the animation is on it will play smoothely

Thanks in advance (I apologies for this question again, it has been answered many times I am sure)

View Replies !    View Related
Roll Over Panel With Buttons.
Hi all,

Here's my new puzzle. I can't seem to figure it out. The idea is simple enough i think.
I have this button with an rollOver action on it that triggers another mc, this one i called panel. Now, what i want is to place a couple of buttons inside my panel mc. The problem is, i want this panel to close down on rollOut. I can´t just put an action on my panel clip since that would stop the buttons inside from beeing registered (as u can see in the attached file).

So, any ideas?

Cheers.

View Replies !    View Related
[FMX] Roll Over Movies As Buttons?
I have a problem, and hopefully somone would be able to help me out ..

I've created movie clip, in which when you Roll Over it, it will load another movieclip within that frame which will display the menu (and in there are the buttons that link the scenes together).

My question is, how do I get the movieclip that is within a movieclip, that is again in another movie clip to link to the next scene? Can it even be done with one of the movie clips asking as a roll over?

I'm quite the actionscrippting newb.

Please help!

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved