Flash Advisor logo
:: Desktop Shortcut
:: Flash Help
Advice from Experts

Search:

Type: Posts; User: NTD

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,125

    pages is a movieclip object with labeled...

    pages is a movieclip object with labeled keyframes. The code applies button functionality to the named array items and points them to a particular labeled keyframe in a movieclip named "pages" based...
  2. Thread: Issue with TIMER

    by NTD
    Replies
    1
    Views
    618

    Hi, I've scripted several timer apps. I tend...

    Hi,

    I've scripted several timer apps. I tend to be heavy on AS so I hope you get out of it what is needed ...

    Simple seconds countdown ...



    _root.createEmptyMovieClip("countDown",10);...
  3. Thread: File browser

    by NTD
    Replies
    2
    Views
    13,616

    Uncontrolable spam like above is one of the main...

    Uncontrolable spam like above is one of the main reasons I stopped donating my time here.

    Keep on spammin
    NTD
  4. Thread: Mod Resignation

    by NTD
    Replies
    4
    Views
    5,044

    Hi, Thank you for not deleting this thread as...

    Hi,

    Thank you for not deleting this thread as it kept me from having to start a new one. I am tired of being the forum janitor and all the spam that is allowed to continue in this forum. I will be...
  5. Replies
    2
    Views
    1,307

    Hi, Depending on the timeline you want to...

    Hi,

    Depending on the timeline you want to manipulate, you would use either "this" or "_root" ... or an instance name of a target movieclip...



    if(total == 5){
    _root.gotoAndStop(3);
    }
  6. Replies
    2
    Views
    6,125

    What version of flash are you using? If you...

    What version of flash are you using? If you notice the original post date of this thread, it is a couple years old. The base language this was written for is AS2. It won't work if your using a newer...
  7. Hi, First I kind of need to know where you are...

    Hi,

    First I kind of need to know where you are scripting wise.... Do you understand how to populate the LoadVars object I posted above from an external text file? If you know how to do that, you...
  8. Hi, I don't download files as I am using an...

    Hi,

    I don't download files as I am using an older version of flash. However, I see a couple possible issues. A LoadVars object would be a better choice than the loadVariables method and the POST...
  9. Replies
    3
    Views
    1,074

    Hi, If you scan through this forum regarding...

    Hi,

    If you scan through this forum regarding any posts about scenes, you will see my standard response of "the practice of using scenes is bad!". Scenes are notorious for dropping variable values...
  10. Hi, I rarely deal with database coding. You...

    Hi,

    I rarely deal with database coding. You will most likely need the all seeing Google monster to find a solution. Here is an Adobe link for setting up a mysql database to interact with flash......
  11. Replies
    1
    Views
    1,286

    Hi, Depending on the version of flash your...

    Hi,

    Depending on the version of flash your using, you should be able to add pages with...

    PrintJob.addPage()

    Here is an Adobe link for CS3...
    ...
  12. Thread: Function in Array

    by NTD
    Replies
    2
    Views
    617

    Hi, It would look something like... ...

    Hi,

    It would look something like...


    for(i=0;i<myArray.length;++i){
    _root["p"+i].onRollOver=function(){
    this._alpha=50;
    }
    }
  13. Replies
    1
    Views
    551

    Hi, This is a very confusing topic for many....

    Hi,

    This is a very confusing topic for many. Flash allows for multiple ways to communicate with Javascript functions. In fact, there is a Flash/Javascript integration kit that you can download for...
  14. Thread: if else problem!

    by NTD
    Replies
    2
    Views
    570

    Hi, Have you traced the variable to make sure...

    Hi,

    Have you traced the variable to make sure the data is what you think it is? If so, adding a "this" reference should let flash know which timeline to manipulate... or maybe even a full instance...
  15. Replies
    1
    Views
    3,311

    Hi, Something like this should work,...

    Hi,

    Something like this should work, however... it does not account for repeats...



    myArray = ["a1", "a2", "a3", "a4", "a5"];
    myRandom = random(myArray.length);
    trace("file chosen =...
  16. Replies
    2
    Views
    1,485

    Hi, You can try an onload method, but you cant...

    Hi,

    You can try an onload method, but you cant toggle a movieclip timeline until the movieclip has fully loaded. The way you have it coded, I suspect the object is not instantiated before the code...
  17. Replies
    2
    Views
    2,308

    Hi, It is a matter of telling the movieclip to...

    Hi,

    It is a matter of telling the movieclip to play after the animation....on the last keyframe of the animation add a stop action and tell the other movieclip to play. You can then send the...
  18. Replies
    9
    Views
    8,334

    Hi, Yes,... From each button....add ...

    Hi,


    Yes,...

    From each button....add


    snd.stop();
  19. Replies
    9
    Views
    7,189

    Hi, I'm not sure I am exactly clear on what...

    Hi,

    I'm not sure I am exactly clear on what you have going on in your project, however, something that is often confusing for many is the use of nested movieclips in the button object. Button...
  20. Replies
    9
    Views
    8,334

    Hi, While they do appear similar,...

    Hi,

    While they do appear similar, stopAllSounds is intended for frame sounds rather than a sound Object. The stop and start methods intended for the sound object would be the way to go. From each...
Results 1 to 20 of 100
Page 1 of 5 1 2 3 4
Sponsors
Create Speaking Characters for your website and Flash movies. 15 Day Free Trial