Flash Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignFlash Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 4th, 2003, 09:14 PM
wannabe wannabe is offline
=) wannabe?
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jul 2002
Location: florida
Posts: 2,153 wannabe User rank is Lance Corporal (50 - 100 Reputation Level)wannabe User rank is Lance Corporal (50 - 100 Reputation Level)wannabe User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 21 h 58 m 25 sec
Reputation Power: 8
Send a message via AIM to wannabe Send a message via Yahoo to wannabe
rollover buttons

Before i used to make a button, so first half of frames plays when the mouse is over, and second half when mouse is out, the middle frame is the where it stops. Then i linked the frames, so if a user decides to rollout before the middle or frame, the halfs don't have to be played entirely, makes it more interactive i guess.

The thing is i had to link each frame manually. also if you keep rolling over and out fast, sometimes it just stops in the middle frame even if the mouse is out (on out it should stop on the end frame).

I saw the same effect done with action script, without wasting hours, and stupid side-effects.

I figured it's one animation played forward on mouse over and backwards on mouse out. Is that right? or is there a better way to do it.

if you could help

thank you

p.s i tried describing as best as i could, sorry if it's confusing.

Reply With Quote
  #2  
Old March 5th, 2003, 09:08 AM
bret bret is offline
flash junkie
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Location: CO, USA
Posts: 172 bret User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 m 38 sec
Reputation Power: 6
Send a message via Yahoo to bret
here's a simple rewind function that can be used on any object:

PHP Code:
//actionscript:
rewind = function (objf)
{
    
obj.onEnterFrame = function ()
    {
        if (
this._currentframe>f) {
            
this.gotoAndStop(this._currentframe-1);
        } else {
            
delete this.onEnterFrame;
        }
    };
}; 


attached is an example of how to apply this to a movieclip button. hope that helps.

cheers,

bret
Attached Files
File Type: zip rewind.zip (2.6 KB, 437 views)

Reply With Quote
  #3  
Old March 5th, 2003, 07:54 PM
wannabe wannabe is offline
=) wannabe?
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jul 2002
Location: florida
Posts: 2,153 wannabe User rank is Lance Corporal (50 - 100 Reputation Level)wannabe User rank is Lance Corporal (50 - 100 Reputation Level)wannabe User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 21 h 58 m 25 sec
Reputation Power: 8
Send a message via AIM to wannabe Send a message via Yahoo to wannabe
thanks a lot =) that's exactly what i had in mind.

I'll need to get on that action script sometime =)

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignFlash Help > rollover buttons


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway