A Flash Developer Resource Site

Search:

Type: Posts; User: fademusic

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,201

    OK found it! ...

    OK found it!

    eval(critter_pressed_new).gotoAndStop("poof");

    Knew it would be something simple!

    But if anyone knows of a better way, please let me know. I recall seeing somewhere that eval()...
  2. AS 2 Nevermind... switched to attachMovie with a...

    Nevermind... switched to attachMovie with a random launch and am skipping the array.
  3. Replies
    2
    Views
    2,201

    Using a variable for an instance name??

    Ok, I've been at this for 2 days now, and really need some assistance. It seems like it should be so simple!

    The part that doesn't work:


    on(release){...
  4. AS 2 One more note... instead of launching from the...

    One more note... instead of launching from the library, it would also be fine if all of the movie clips are out on the stage. Whichever is easier!
  5. Replies
    2
    Views
    1,787

    AS 2 Three things come to mind... 1. Maybe you are...

    Three things come to mind...
    1. Maybe you are not clicking on the button that you think you are clicking on. Lock all of your layers, the use the eyeballs for each layer and turn on and off the...
  6. Replies
    2
    Views
    1,584

    Here is some classic drag and drop code that...

    Here is some classic drag and drop code that should help you.
    Looks like you were missing some parenthesis and you should maybe get rid of that forward slash before the instance name of computer......
  7. AS 2 Help! Loading random movie clips from an array

    Looking for an array guru here... Can you help?!

    My project has about 30 movie clips in the library. With an action that comes up every few seconds, I'd like to randomly load one of those 30...
  8. Replies
    8
    Views
    7,243

    Step-by-step to remove seek triangle

    Hi TheJester12,
    I had the same problem, and this posting helped me fix it. Thanks flashpipe1!!

    Here is the step-by-step way to fix:

    If you need help using the custom components to begin with,...
  9. Just to add to this thread of resolution... I...

    Just to add to this thread of resolution...

    I also had the multiple sound error, and it happened when I changed a sound from "Event" to "Stream" in a movie clip.

    As soon as I would put it back...
  10. Hi Silentweed, Thanks! I will definitely look...

    Hi Silentweed,
    Thanks! I will definitely look into that.

    - Kent
  11. [F8] Send data (stats) from Flash to text or DB

    Hello,
    I am working on a Flash project that will run on a local computer (not on the net) in a museum.

    Is there a simple way to have some ActionScripting send out some statistics (basically a hit...
  12. Hi Bead, You're very welcome. I'm not sure why...

    Hi Bead,
    You're very welcome. I'm not sure why Flash does that, but it's definately a problem.

    If I'm ever in the neighborhood I'll be sure to stop by. :)

    - Kent
  13. Hi Kiki, It could be that when you think you are...

    Hi Kiki,
    It could be that when you think you are sending an mc back to frame 1 you are actually sending your main timeline back to frame 1. Do a search for _root. in your code to see if that might...
  14. Hi again, I noticed that when it loops the...

    Hi again,
    I noticed that when it loops the "Loading" screen comes up, so I would do a "Find" of your action scripting and look for any code that has a gotoAndPlay(1);, or see if you had a frame...
  15. Hi there, I tried your page and saw the looping...

    Hi there,
    I tried your page and saw the looping glitch. My guess would be that perhaps you copied and pasted some frames, and that there is an action on a frame that exists where it shouldn't...
  16. Here's a work-around

    Hello,
    I had a similar problem with Flash 8 - where text would disappear from my project. Oddly enough it only happened when the program was being run on a server, not locally.

    Bu anyway... to...
  17. Hi yeps, It is static text. That's a good idea...

    Hi yeps,
    It is static text. That's a good idea - break the text into a graphic. If I don't find a more direct solution I'll try that. Thanks,

    - Kent
  18. [F8] Partially disappearing text. Anyone had this?

    Hi all,
    I have created a Flash program to teach 5th graders about Electrical circuits at this address:

    http://www.goldenmultimedia.com/teslatime/pretest.html

    It seems to work fine for me (and...
  19. Replies
    8
    Views
    1,403

    Hi all, Hope you don't mind me jumping in here,...

    Hi all,
    Hope you don't mind me jumping in here, but I am looking for the same solution. I have a main timeline which needs to have a few FLVs play (but I don't want there to be any pause once the...
  20. There may be better ways, but I know you can send...

    There may be better ways, but I know you can send a normal javascript command from Flash to html with the "getURL" command:


    on (release) {
    getURL("javascript:myjavascriptcommand");
    }
    Or, to...
  21. Replies
    5
    Views
    433

    How to get rid of "Click to activate"

    Hi,
    I had the same frustration with the "click to control" for any Flash or Quicktime content. Fortunately Dreamweaver now fixes this.

    "Ask the Geezer" is right, there should be a folder called...
  22. Hi, Thanks! I could even put a small html file...

    Hi,
    Thanks! I could even put a small html file (with the controls) into my Flash project using the browser example. :D

    - Kent
  23. Hi Louis, Thanks again!! - Kent

    Hi Louis,
    Thanks again!!

    - Kent
  24. Hi Louis, Would you happen to know how I can...

    Hi Louis,
    Would you happen to know how I can have a slider in Flash put out a numeric value to external javascript?

    All of this is about trying to replace an existing slider that is in an html...
  25. Hi Louis, I tried the on rollover, but...

    Hi Louis,
    I tried the on rollover, but unfortunately I would have to make sure that the slider button is actually pressed (otherwise, as you said, if the cursor gets moved over the hitbox it will...
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center