Flash Advisor logo
:: Desktop Shortcut
:: Flash Help
Advice from Experts

Closed Thread
Results 1 to 2 of 2

Thread: Image scroll

  1. #1

    Default Image scroll

    I just want images scrolling from left to right. So I created two key frames and a motion tween in between. When I run the movie I see the image moving across but it's not moving smoothly across the screen, it's really choppy. How can I make it smooth? Thanks in advance.

  2. # ADS
    Join Date
    Always
    Posts
    Many
     
  3. #2
    Join Date
    May 2004
    Location
    U.S.A.
    Posts
    2,890

    Default

    Hi,

    You have a couple of options. One is to increase the frame rate of your movie and extend the keyframes in the animation to achieve the speed you want. The other is to turn the images into a movieclip and manipulate the movieclips _x position with actionscript.

    Simple motion example...

    Code:
    _root.mcName.onLoad=function(){
    speed=10;
    }
    _root.mcName.onEnterFrame=function(){
    this._x+=speed;
    }
    A mind once stretched by a new idea never regains its original dimensions.
    - Oliver Wendell Holmes

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. flash scroll bar
    By charliechaplin in forum Newbies
    Replies: 4
    Last Post: 03-18-2009, 11:38 AM
  2. scroll box
    By choong in forum Flash Scripting
    Replies: 5
    Last Post: 06-15-2006, 04:32 PM
  3. Replies: 1
    Last Post: 08-08-2005, 10:41 PM
  4. Creating your own scroll bar
    By Teeny in forum Newbies
    Replies: 1
    Last Post: 03-18-2005, 12:48 PM
  5. Dynamic text will not scroll
    By joelbarnard in forum Newbies
    Replies: 1
    Last Post: 03-03-2004, 08:37 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Sponsors
Create Speaking Characters for your website and Flash movies. 15 Day Free Trial