A Flash Developer Resource Site

Search:

Type: Posts; User: hervus2

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    476

    does anyone have an idea ? PLEASE.

    does anyone have an idea ? PLEASE.
  2. Replies
    2
    Views
    476

    this is the source code: on the scene, in a...

    this is the source code:
    on the scene, in a logic layer:

    on the 1st key image :
    // keeps sum total positions of values on stage
    var sumx=new Array();
    var sumy=new Array();
    // keeps average...
  3. Replies
    2
    Views
    476

    Hi everybody. sorry if i don't speak english...

    Hi everybody.
    sorry if i don't speak english very well, but i will try to explain my problem :
    i found a good open source FLA and i would like to simplify it but it's too complicate for me.
    Take...
  4. Replies
    26
    Views
    1,662

    Hi Mark. for : "I have an idea Mark for the...

    Hi Mark.

    for :
    "I have an idea Mark for the 2nd anime.
    I'm trying to put all we put down on the scene in a MC (itself put on the scene).
    I strech it in the time (about 60 images) with a stop...
  5. Replies
    8
    Views
    565

    thanks

    hi mrxypaxn,
    ok for the level, but why it don't want to load the movie? Because it is on the same level than the MC. And yet, I put 10 as level.
    Thanks for the idea, but as I have a big problem...
  6. Replies
    8
    Views
    565

    Hello, sorry it's "frame". i put a...

    Hello,
    sorry it's "frame".
    i put a _root.gotoAndStop (2); at the last frame of my loop.
    And into the 2nd frame of my time-line, I put loadMovieNum (anime-loadmovierouge.swf, 10);
    I have an error...
  7. Replies
    8
    Views
    565

    please, I really need this information. HELP ME,...

    please, I really need this information.
    HELP ME, please.
  8. Replies
    2
    Views
    502

    Sorry. I have a button on the scene who launch a...

    Sorry.
    I have a button on the scene who launch a MC "B" into a Mc "A".
    A is on the scene.

    the script on my button is this, isn't it:
    on (release) {
    _root.A.B.play(1);
    }

    Thanks.
  9. Replies
    8
    Views
    565

    I forgot to tell you that at the image 2, I put a...

    I forgot to tell you that at the image 2, I put a loadMovieNum (anime.swf, 10);
  10. Replies
    8
    Views
    565

    hello everybody, the sun is on now! I would like...

    hello everybody, the sun is on now!
    I would like to load a movie without to clic on a button.
    At the last image of a MC at the 1st image of my timeline, I put a _root.gotoAndStop (2); but it don't...
  11. Replies
    2
    Views
    802

    non je ne l'avais pas essaye ça. Merci. T'a le...

    non je ne l'avais pas essaye ça.
    Merci.
    T'a le bonjour de ma copine, elle est de thônon-les-bains;
    Merci et a bientot. Et bon dimanche a toi.
    Hervé.
  12. Replies
    0
    Views
    637

    Hi, my problem is this one: I have a loop in a...

    Hi, my problem is this one:
    I have a loop in a MC who duplicate 3 Mc (blue, red, yellow). Blue is a Mc of a graphic symbol with a guide.
    i would like to do 3 loops to my loop, and after this, I...
  13. Replies
    2
    Views
    7,271

    sorry i don't speak english very well, but try...

    sorry i don't speak english very well, but try this:

    on (press)
    this.swapDeths(100){
    }

    100 is the level on wich you put the MC.
    Like this, you can have 99 other occurence in your scene,...
  14. Thread: Hobbi, please

    by hervus2
    Replies
    10
    Views
    1,118

    Sorry, I AM AN IDIOT. I used the CTRL+C/V, and...

    Sorry, I AM AN IDIOT.
    I used the CTRL+C/V, and in my script is gotoAndPlay (2).
    So it works.

    But I have another problem.
    In my loop, I have several script to duplicate 3 MC like this:

    if...
  15. Thread: Hobbi, please

    by hervus2
    Replies
    10
    Views
    1,118

    you are not an idiot. But it doesn't works...

    you are not an idiot.
    But it doesn't works anyway!
  16. Thread: Hobbi, please

    by hervus2
    Replies
    10
    Views
    1,118

    ok it try it. Swampi, hoppi told me to ask you a...

    ok it try it.
    Swampi, hoppi told me to ask you a help for a script.
    I post it in Flash5 action script.
    Could you help once again?
    Thanks a lot.
  17. Replies
    2
    Views
    802

    I tryed several times but don't works. I have...

    I tryed several times but don't works.

    I have a Mc("Duploop") into a Mc("Defi") and a button on the scene.
    To launch the loop, should I use:

    _root.Defi.Duploop.Play ();
    or...
  18. Thread: Hobbi, please

    by hervus2
    Replies
    10
    Views
    1,118

    you gave me this script for the loop:...

    you gave me this script for the loop:
    counter=counter+1;

    if (counter !=5) {

    gotoAndPlay (1);

    }

    stop();
  19. Replies
    3
    Views
    492

    Hi, I put the script, and only one loop + 1...

    Hi,
    I put the script, and only one loop + 1 images is done.

    When you write: if (counter !=5) {
    what does it means the "!".
    Thanks.
  20. Replies
    3
    Views
    492

    THAAAAAAAAANKS

    Thanks a lot, I will try it.
    Have a good day.
  21. Replies
    0
    Views
    432

    Hi Swampi, generally, I am in the Newbies forum....

    Hi Swampi,
    generally, I am in the Newbies forum.
    Hobbi told me to aks you directly my problem.
    I don't want to spam, so you can see my post below:
    Actionscript for Mc, please!
    Thanks.
  22. Replies
    2
    Views
    470

    Thanks hobbi for your attention.

    Thanks hobbi for your attention.
  23. Replies
    3
    Views
    492

    Hi, I have into a MC, a loop on 90 images. I...

    Hi,
    I have into a MC, a loop on 90 images.
    I would like to know if it's possible to stop a loop after a while (in secondes)
    or how can I do to my loop, 5 loops and stop at the last.
    Thanks.
  24. Replies
    2
    Views
    502

    Hi everybody. I just want to know if I have on...

    Hi everybody.
    I just want to know if I have on the scene a Mc(called "Defi") with inside 2 MC: "Duploop" and "Red".
    On the scene, I have a button who launch "Duploop".

    I must use this script...
  25. Replies
    2
    Views
    470

    Hi everybody. I just want to know if I have on...

    Hi everybody.
    I just want to know if I have on the scene a Mc(called "Defi") with inside 2 MC: "Duploop" and "Red".
    On the scene, I have a button who launch "Duploop".

    I must use this script...
Results 1 to 25 of 43
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center