A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: URGENT - Please help

  1. #1
    Junior Member
    Join Date
    Jan 2005
    Posts
    15

    URGENT - Please help

    Please help.
    I have a movie within a movie.
    When playing the movie (dna1) separately, it plays perfectly. But when I put it all together it won't play.
    Please could someone help. I need this urgently!!
    Attached Files Attached Files

  2. #2
    Bob (the singing sock)
    Join Date
    Aug 2000
    Location
    Århus, Denmark
    Posts
    472
    Hi Anthea,

    **** dna frame1
    for (i=2; i<30; i=i+1) {
    duplicateMovieClip("dna1",["dna"+i], i);
    this["dna"+i]._rotation+=10*i
    this["dna"+i]._y+=13*i
    }
    dna1._visible = 0

    **** dna frame2

    for (i=2; i<30; i=i+1) {
    this["dna"+i]._rotation+=3
    }

    //poden

  3. #3
    Junior Member
    Join Date
    Jan 2005
    Posts
    15

    This isn't working

    Hi Poden

    I tried what you gave me, but it isn't working.
    Please could you see what I've done wrong.
    I attached my file again.

    Thanks
    Attached Files Attached Files

  4. #4
    Bob (the singing sock)
    Join Date
    Aug 2000
    Location
    Århus, Denmark
    Posts
    472
    Hi Anthea,

    Try copy->pasting the code I wrote for frame 1.

    for (i=2; i<30; i=i+1) {
    duplicateMovieClip("dna1", ["dna"+i], i);
    this["dna"+i]._rotation += 10*i;
    this["dna"+i]._y += 13*i;
    }
    dna1._visible = 0;

    Then it should work like a charm

    //pod

  5. #5
    Junior Member
    Join Date
    Jan 2005
    Posts
    15
    Thanks Poden
    It plays until it pastes each dna strand but then doesn't continue to play. What do I do now to get it to carry on playing.

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