GFXVoid Graphic Design Forum

Remove Text Formatting
Loading...

» Online Users: 21,695

0 members and 21,695 guests
No Members online

» Site Navigation

 > FAQ

» Stats

Members: 35,442
Threads: 103,075
Posts: 826,688
Top Poster: cc.RadillacVIII (7,429)
Welcome to our newest member, Lekelindids
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2005
    Location
    USA
    Posts
    1,337

    Default Elramo - Navigation Stuff

    Here you go, since I figure I'm going to have to show it all to you again anyway, here are all three of the snippets.

    http://www.flashadvocate.com/cliente...av_slider.html

    Code:
    speed = 5;
    onEnterFrame = function() {
        this._x += (_root._xmouse-this._x+10)/speed;
    }
    http://www.flashadvocate.com/cliente...v_sliderW.html

    Code:
    onClipEvent(load)
    {
        xSpeed=0;
        Speed=10;
        wide=90
        Stop=1.40;
        this._width = slideW;
    }
    onClipEvent(enterFrame)
    {
    
        _x+=xSpeed;
        xSpeed+=(_root._xmouse-_x)/Speed;
        _width+=(_root._xmouse-_x)/wide;
        xSpeed/=Stop;
        slideW/=Stop;
    
    
    }
    http://www.flashadvocate.com/cliente..._sliderW2.html

    Code:
    onClipEvent(load)
    {
        xSpeed=0;
        acc=20;
        dec=1.15;
    
    }
    onClipEvent(enterFrame)
    {
    
        _x+=xSpeed;
        xSpeed+=(_root._xmouse-_x)/acc;
        xSpeed/=dec;
    
    }
    
    
    onClipEvent (enterFrame)
    {
        xdis = (this._x - _root._xmouse) / 9;
        _x = this._x - xdis;
        _xscale = xdis * 9;
     }




  2. #2
    Join Date
    Mar 2005
    Location
    USA
    Posts
    1,337

    Default

    If anyone wants the source files, should they be useful in some way, just let me know and I'll post them. The meat of the source is already posted though :P




  3. #3
    Join Date
    May 2008
    Posts
    432

    Default

    Yay!! No I just need to learn what it all means..

    *Gives Solaris fake $300*
    .:Some of My Best:.

Similar Threads

  1. Gift For Elramo XD
    By KidBuu in forum Sigs & Manips
    Replies: 10
    Last Post: 02-09-2009, 09:34 AM
  2. Drive Like No Other Tutorial By Elramo
    By Elramo in forum Signature Tutorials
    Replies: 4
    Last Post: 09-27-2008, 09:56 PM
  3. banner and user navigation
    By Metal in forum Digital Art
    Replies: 1
    Last Post: 07-15-2005, 05:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Powered by vBadvanced CMPS v4.1.1