A Flash Developer Resource Site

Results 1 to 10 of 10

Thread: looping clonfict.....

  1. #1
    My PitBull Bites Me! eag16's Avatar
    Join Date
    Feb 2002
    Posts
    250
    Ok my problem is that I cant manage to get two different loop actionscript in one movie (my footer). I have a mist that goes to the right and another that goes to the left which are called mist1 and mist2. I create each mist in different flash files. Since they are in different files they both have the same control layer with the actionscript of loop and once i put both of the MCs (mist1 and mist2) in the main time-line they conflict with each other. The conflict is that MC mist2 will loop properly with duplicates and MC mist1 wont, all it does is loop the original. My guess is because i have 2 control layers (control1 and control2) so im thinking that it also has to do with depth, which i think they are using the sameone and i don’t think they should. Here are the files so that any one that is willing to help me can look at files. Just change the extension from .zip to .fla all you really need it the 3rd file the one with the bothloops
    -----
    -----
    -----
    Yeah I know that this is a Actionscript problem and that i should move to the actionscript forum but i also know that you guys in the GAME forum now this since it is use often in games so you guys have more experience with this.
    [Edited by eag16 on 03-25-2002 at 12:19 AM]

  2. #2
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    I always helps, when the links work

  3. #3
    incredibulus-actionscriptum magnetos's Avatar
    Join Date
    May 2001
    Posts
    2,160
    the link work for me tony its just that i get an error message " the zip format is not supported or unknown"


  4. #4
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    Nope, cant establish the connection, but if you have them, Magnetos, I think you must rename them to fla, not unzip.

  5. #5
    incredibulus-actionscriptum magnetos's Avatar
    Join Date
    May 2001
    Posts
    2,160
    thanks tony it worked i save as target and then i change .zip to .fla
    i cant figure out why would he name them zips when they are flas ...

    anyway what country are you from tony? i am in N.Y!


  6. #6
    incredibulus-actionscriptum magnetos's Avatar
    Join Date
    May 2001
    Posts
    2,160
    i might be wrong but try this on the bothloops fla

    numMist=5;

    for (i=2; i<=numMist; i++){
    mist1.duplicateMovieClip( "Mist"+i, i+100 );

    }

    numEnemy=6;

    for (i=2; i<=numEnemy; i++){
    enemy1.duplicateMovieClip( "Enemy"+i, i+200 );

    }
    score=0;

    this will give the 2 mcs a different depth

  7. #7
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    Originally posted by magnetos
    anyway what country are you from tony? i am in N.Y!
    Yes, you have NY in your profile

    You can check my profile too
    I wonder, why your homepage is in Italy?

  8. #8
    incredibulus-actionscriptum magnetos's Avatar
    Join Date
    May 2001
    Posts
    2,160
    waooo estonia i that a country
    well i live in ny now but i am italian (and prob the only one in this board damn it the netherlanders are taking over )
    and since digiland offers me 50mb of free web space with no
    pop ups and various @#$#@$@# i took the offer


    cia

  9. #9
    My PitBull Bites Me! eag16's Avatar
    Join Date
    Feb 2002
    Posts
    250
    thanx magnetos i'll try that.
    i change the .fla to .zip because my webhosting thingie doesnt support .fla so i couldnt up load them so i change it to .zip
    all you need to do is change the zip to fla.
    i tested the links and they work fine. yup they work fine with me.

  10. #10
    My PitBull Bites Me! eag16's Avatar
    Join Date
    Feb 2002
    Posts
    250
    it work!!! now the file links will be taken down.
    once again thanx magnetos.

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