A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: on (release) help for a noob

  1. #1
    Junior Member
    Join Date
    Oct 2005
    Posts
    6

    on (release) help for a noob

    Okay, I've got

    on(release){
    play();
    }

    where do I put the animation that I want played?

  2. #2
    Senior Member
    Join Date
    Jul 2005
    Posts
    165
    It depends who do you want to play - the main timeline? something inside the button?

  3. #3
    Junior Member
    Join Date
    Oct 2005
    Posts
    6
    Something I made inside the button. The animation is in the down part... i want it to play after they release so they don't have to hold the damn button to see the animation.

  4. #4
    Junior Member
    Join Date
    Oct 2005
    Posts
    11
    This irritated me too. I tried to find a way to play a certain frame within a movie clip, but I couldn't find a way. So I ended up using

    on (release) {
    tellTarget ("target")

    to play the specific frame I wanted.

  5. #5
    Junior Member
    Join Date
    Oct 2005
    Location
    Denmark
    Posts
    5

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