Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Flash General Questions > Flash 8 General Questions

Reply
 
Thread Tools Rate Thread Display Modes
Old 10-14-2005, 07:00 PM   #1
erixdesign
Registered User
 
Join Date: Jan 2005
Posts: 2
Default Problem with Filters and Tween Rollovers

Hello,

I created some buttons that I want to scale via transistions.tween when rolled over.

They work fine until I apply a filter to them, at which point they skip and jitter.

Anyone have a solution?

For reference, here's the button code:

Code:
function rollpop(icons) {
        icons.onRollOver = function() {
                new mx.transitions.Tween(icons, "_width", mx.transitions.easing.Back.easeInOut, this._width, 100, 5, false);
                new mx.transitions.Tween(icons, "_height", mx.transitions.easing.Back.easeInOut, this._height, 100, 5, false);
        };
        icons.onRollOut = function() {
                new mx.transitions.Tween(icons, "_width", mx.transitions.easing.Back.easeIn, this._width, 75, 5, false);
                new mx.transitions.Tween(icons, "_height", mx.transitions.easing.Back.easeIn, this._height, 75, 5, false);
        };
}

rollpop(my_btn)
rollpop(my_btn2)
Thanks for any help on this.

-E
erixdesign is offline   Reply With Quote
Old 10-14-2005, 07:29 PM   #2
madgett
is my last name...
 
Join Date: May 2004
Posts: 964
Default

I don't have this issue even with your code, is your frame rate too low? I usually use 31fps always. Try that.
madgett is offline   Reply With Quote
Old 10-16-2005, 02:58 AM   #3
Headshotz
TEAM INTERNET
 
Headshotz's Avatar
 
Join Date: Jul 2005
Location: Batcave
Posts: 2,759
Send a message via MSN to Headshotz
Default

Fine here too.
__________________
The author of windows file copy dialogue visits some friends:
"I'm just outside of town so I should be there in about 15 minutes"
"Actually it's looking more like 6 days"
"No, wait, 30 seconds"
Headshotz 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 On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:04 AM.


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.