This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Flash Site Design > March 2004 > Rollover, Rollout reversing
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Rollover, Rollout reversing
|
|
|
| I think I need help here. I used the TellTarget rollover as well as rollout,
but when I finish with the buttons and mouseover them quickly, these 2 commands
get reversed (see: http://www.worldwidewebs.us/gallery/realtopia/home.html).
See? Does anyone have any suggestions? Thank you very much. -Todz
| |
| Laiverd.COM 2004-03-01, 7:29 pm |
| How have you set things up? Without that info it's a shot in the dark.
john
--
----------------------------------------------------------------------------
-----------
RESOURCES
http://groups.google.com/advanced_g...s_ugroup=*flash
----------------------------------------------------------------------------
-----------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------
| |
|
| John, would it be helpful if I send the .fla file? What I have done in object
actions is this: on (rollOver,rollOut) - and the tellTarget ("wo4"), that is
calling up a movie clip that white outs the other buttons. At the end of the
clip I've called for the last frame to stop. When you roll over the button, it
works fine. But if you roll over too fast with the mouse? The rollOver,
rollOut commands go in reverse! Is this enough info. for your help? Thank
you! -Tod
| |
| Steve 2004-03-02, 12:29 pm |
| "Todz" <webforumsuser@macromedia.com> wrote in message news:<c20jn9$aut$1@forums.macromedia.com>...
> John, would it be helpful if I send the .fla file? What I have done in object
> actions is this: on (rollOver,rollOut) - and the tellTarget ("wo4"), that is
> calling up a movie clip that white outs the other buttons. At the end of the
> clip I've called for the last frame to stop. When you roll over the button, it
> works fine. But if you roll over too fast with the mouse? The rollOver,
> rollOut commands go in reverse! Is this enough info. for your help? Thank
> you! -Tod
What I would try doing is removing the button altogether, and try
putting the button back in and see if it doing the same thing. Other
then that I dont know what to do, Ive never heard of this sorry :-)
| |
| nardove 2004-03-03, 12:28 pm |
| hi, for my rollovers i do this
1-create just one button, only with the hit frame
2-create as many movieclips as i need for the difrent buttons
this movieclips have 2 layers
in the fisrt layer this actions
fisrt keyframe stop();
second keyframe named "start" and make it 10 frame long
next to it another keyframe with stop() action
next to it another keyframe named "finish" of 5 or less frame long
finally another keyframe with gotoAndStop(1); action
in the second layer put the animation
for example
in the first keyframe (tween SHAPE) a gray square with 0% alpha in the 10 the
same with 100% alpha and another in the 14 frame with 0% aplha again, do this
to see the effect, then you can make your own effects
over the moviclip put the button with this code
on(rollOver){
tellTarget("_root.moviclipname"){
gotoAndPlay("start");
}
}
on(rollOut){
tellTarget("_root.moviclipname"){
gotoAndPlay("finish");
}
}
and that's it
i can give you a .fla if you want to see what i explain here
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|