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

Closed Thread
Results 1 to 2 of 2
  1. #1

    Default control the movie clip using button

    I have a animation(text moving towards upward) inside the movie clip. when rollover the upper button, animation should start towards the upward direction. when rollout, it should stop at the current position. when rollover the lower button, it should run reverse from the current position. could you help me.

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

    Default

    Hi,

    Maybe something like this.....

    _root.buttonName.onRollOver = function() {
    _root.mcName._y--;
    }
    _root.buttonName.onRollOut = function() {
    _root.mcName._y = this._y;
    }

    bottom button.....

    _root.buttonName.onRollOver = function() {
    _root.mcName._y++;
    }

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Multiple movie control?
    By beh28 in forum Newbies
    Replies: 3
    Last Post: 04-28-2006, 09:12 AM
  2. Movie Clip button not working.
    By guitarplay in forum Newbies
    Replies: 6
    Last Post: 01-20-2006, 02:33 PM
  3. Replies: 1
    Last Post: 09-03-2005, 07:13 PM
  4. Control _root from movie
    By Simon in forum Newbies
    Replies: 2
    Last Post: 04-06-2005, 09:06 AM
  5. Looking for simple control button scripts
    By jcgreenbluff in forum Newbies
    Replies: 2
    Last Post: 05-07-2004, 01:21 AM

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