A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: more than one action to a button

  1. #1
    Member
    Join Date
    Apr 2001
    Posts
    49

    more than one action to a button

    I have a button inside a movieclip. Can I assign more than one action to the same button - eg.:

    on rollover play
    on click
    goto scene 3 frame 14

    Help??

  2. #2
    Senior Member
    Join Date
    Mar 2000
    Location
    London
    Posts
    961
    Sure,

    on (rollover) {
    play ();
    }
    on (release) {
    gotoAndPlay ("Scene 1", 1);
    }

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