A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Animated Buttons

  1. #1
    Junior Member
    Join Date
    Jul 2000
    Posts
    1
    Hi,

    I have just ordered my unlock key for FlaX. How do I animate the movie from Flax when the user moves the mouse over the movie.

    I would also like it to become a button but I think I can manage that bit my self.

    I can only get the first few frames to display when i mouse over.

    Please help.

  2. #2
    Junior Member
    Join Date
    Aug 2000
    Posts
    25

    FLAX if that is flash this is what you do

    Ok you create your movie clip as usual and a stop action on the first frame then place it anywhere to the screen you want it.and add an instance name to it e.g. button1
    Then create a button as you would usually exept make it invisible to do this only put a keyframe in the hit section. And then just plonk that over your movie clip
    in the actions of the button say:
    on (release) {
    tellTarget ("button1") {
    gotoAndPlay (2);
    }
    }

    and that will do it!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center