A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: (part 2 to the post below)

  1. #1
    Junior Member
    Join Date
    Jul 2002
    Posts
    3
    IM using swish 2.0 which is similar to flash 5....so tell me how to do it on flash 5.0 if u wanna...i might be able to "translate" it to swish 2.0.

  2. #2
    Senior Member
    Join Date
    Jun 2002
    Posts
    139
    piece of cake with flash.. (why use swish?)

    use a mouse action..
    create a movie that has what you want the button to do when you click on it. make the first frame blank in this movie, and add a stop action on the blank frame.

    Next, name that movie.

    Now, on the button,

    on (release) {
    with (yourMovieName) {
    gotoAndPlay(2);
    }
    }

    its a start, and it is only one of a million ways to do it. but its where we all started

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