A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Mouse outs?

  1. #1
    Junior Member
    Join Date
    Aug 2001
    Posts
    22

    Mouse overs... Help please..

    Okay this maybe a really stupid question, but how do you make it so that when you roll of a button an animation plays... Maybe this is in one of the tutorials, but i can't find it...


    Thanks

  2. #2
    Confused With Life
    Join Date
    Mar 2002
    Location
    UK
    Posts
    348

    Re: Mouse overs... Help please..

    Put your animation in a movie clip, for exmaple we will call the movie clip 'movie 1'.

    Now on a button put,

    on (rollOut) {
    tellTarget ("movie 1") {
    play();
    }
    }


    or on a frame

    tellTarget ("movie 1") {
    play();
    }

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