A Flash Developer Resource Site

Search:

Type: Posts; User: steber_j

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    2,062

    any suggestions?

    any suggestions?
  2. Replies
    1
    Views
    2,062

    VERY VERY simple question, but how!?

    take a look please at this... :)
    http://malakies.110mb.com/

    as i describe in the swf example it's not possible to give link with other method cause the text will be inside a field.

    please...
  3. Replies
    0
    Views
    812

    Can i Flip a MC without xy scaling it?

    i want to flip it vertical or horizontal
    i know that this could happen with x_scale etc but i have problems with my backround that is set to noscale = fixed
    everytime i set something to scale it...
  4. ... let's forget about the preloader in this...

    ...
    let's forget about the preloader in this main movie
    this movie when i export it is 600kb ,so all the sounds are inside and everything is ok
    this movie in in a mc named content ,so it's only 1...
  5. this belong to the past ,it works with no...

    this belong to the past ,it works with no problems i tested it even in a old computer and all the site reacts as before
    so i;m off with this problem i don;t want to think about it :)
    now i have...
  6. i put a lot of heavy pictures in the 1st frame...

    i put a lot of heavy pictures in the 1st frame and the preloader works
    ok i understand that now it recognize data in timeline ,scans and preload them
    is there any way to trick it ? i know that my...
  7. now i checked other mcs (in every mc that will be...

    now i checked other mcs (in every mc that will be load there is a preloader) and they react the same
    i had a problem with an mc that was starting from 20% and it was no problem ..but now it starts...
  8. this was the as for my preloader loadedbytes =...

    this was the as for my preloader

    loadedbytes = getBytesLoaded();
    totalbytes = getBytesTotal();
    frame = int(loadedbytes/(totalbytes/100));


    if (frame > 100) {
    frame = 100;
    }
  9. HELP! preloader doesn't preload mc's that will load music,AS etc..

    i have about 10 mcs in the stage that will load music in volume0 cause i'm gonna start them later..
    my preloader used to work well before i add those mcs and some other stuff that will load in stage...
  10. AS problem to stop sound! (because it's looping..)

    i have problem with 2 sounds and i cannot stop them
    the 1st sound is a loop sound that plays for one time but in frame 455 the AS will call it to play again
    like this:

    //frame 455
    dSound = new...
  11. perfect! after 3? hmmmm i think i know what i...

    perfect!
    after 3? hmmmm i think i know what i will do
    this button will not allways be in stage ,so it will reload and you can use it another 3 times
    heli1 1st frame and heli3 222frame should be...
  12. it works now i tested it in a new empty movie...

    it works now i tested it in a new empty movie with just a heli_holder mc /3frames with stop button inside and in every frame a heli mc (but after the 3rd why it doesn't continue or go back...?you...
  13. my friend for once again thank you :) i;m gonna...

    my friend for once again thank you :)
    i;m gonna test it now and tommorow if i have questions i'll ask
    if this is what i needed don't worry i learned AS a little ,i will modify it and it'll play :)...
  14. still i can't do it.. could you help me please?...

    still i can't do it..
    could you help me please?
    i would like to use this way with internal mc_helis
    main movie is 1 frame..
    i create a layer/create an empty mc
    in this empty mc i create 3 frames...
  15. in the main library it would be better but i...

    in the main library it would be better
    but i can't understand what you mean exactly
    i'll create a mc in mc content and in this mc i will also have 3 frames/3 mcs
    correct?
    and in everyframe a stop...
  16. ok sorry for the shortcuts :P the mc is at the...

    ok sorry for the shortcuts :P

    the mc is at the library so it starts at frame1 of the main movie
    main movie has only 1 frame ,but this clip has 222 as i said
    but if i'm gonna switch to 3,4...
  17. On "press" check 1st if hel.mc reached frame222 and then load the new mc...(plz read)

    i need to do something ,i know that it can be done but i don't have any clue how..
    i have at my main movie a mc that ALLWAYS plays a loop of 222frames and then continue again from the 1st frame...
  18. it was VERY easy...! but if i have questions...

    it was VERY easy...!
    but if i have questions i'll come back :)))
  19. IS it possible?? (change blending mode of mc with AS)

    what i want to do is just a thought but i really need this..
    i have a main movie but all the movie is inside a mc called content
    i will load another swfs in this movie and i want one of those mcs...
  20. Replies
    4
    Views
    703

    it works ok ,thank you if i stuck again i'll ask...

    it works ok ,thank you
    if i stuck again i'll ask :)
  21. Replies
    4
    Views
    703

    thank you ,i will try to start the sound inside a...

    thank you ,i will try to start the sound inside a mc
  22. Replies
    4
    Views
    703

    multiple sounds

    so i have a main movie inside a mc named content and i attach a sound that will loop:
    in 1st frame i attach it like this:
    mySound = new Sound(this);
    mySound.attachSound("loop");...
  23. that's what i'm doing those days ,it works ok ,i...

    that's what i'm doing those days ,it works ok ,i have some problems with objects that are off stage but i''ll load them as different mcs with the same stage dimension and scale again
    i have 2...
  24. i wanted to inform you that by your help i'm in...

    i wanted to inform you that by your help i'm in good way
    i created a content.fla with a content container that i moved all my layers from the main.swf inside that container
    i use gparis script...
  25. no...pointguard ..noway! even if i was in html i...

    no...pointguard ..noway!
    even if i was in html i would use an iframe to load another html inside ,never popups
    besides the style of my flash is like this that popup for photos would be hell
Results 1 to 25 of 57
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center