A Flash Developer Resource Site

Search:

Type: Posts; User: capsules

Page 1 of 7 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    616

    CS4 / New Tweens / Motion Editor

    I'm struggling through trying to learn the new tween system. Is it just me or did they completely NUKE workflow with this new system? Is there any way to copy and paste the property keyframes?

    I...
  2. Is there any other way to not display the...

    Is there any other way to not display the marching ants for dyanamic text boxes other than locking the layer? Trying to do layout with those things on is very misleading and constantly toggling the...
  3. Hiding Dyanamic Text Box "Marching Ants"?

    Is there any way to not display the dotted lines (marching ants) around Dynamic text boxes in the Flash editor?

    It's a mess trying to lay things out visually that constantly have those boxes...
  4. OH! It's period and comma. Ha! Thanks

    OH! It's period and comma. Ha! Thanks
  5. Can you scrub through the timeline with a key?

    Just curious if anyone has ever discovered a way to scrub through frames one by one on the timeline? I'm not referring to action script nextFrame() kinda thing, I'm referring to the Flash editor...
  6. Replies
    3
    Views
    712

    Does not compute. :) I tried several ways to...

    Does not compute. :)

    I tried several ways to insert that into the existing code, but I couldn't get it to work. How does this play into the existing code?
  7. Replies
    3
    Views
    712

    Quick Particle Effect Question

    Hello,
    I've got some decent code for a very simple particle effect. However, I'm trying to figure out how I can make the particle properties refresh every time it loops. In other words, the...
  8. Replies
    1
    Views
    444

    Particle Effect Question

    Hi guys,
    I have some pretty good code I found for a particle effect which is:
    for (p=0; p<5; p++) {
    ring.duplicateMovieClip("ring"+p,p,"ring"+p);
    setProperty("ring"+p, _x, 5+random(38));...
  9. Replies
    1
    Views
    379

    Can a #include happen at Run Time?

    Hello,
    I'm wanting to have an .as #include happen at run time so that the .as file can be changed and then running the .swf will reflect those changes. Is that possible?

    If not, is there an...
  10. Awesome, thanks!

    Awesome, thanks!
  11. Urgent - Load (next) lines from Text File

    Oh crap - an urgent project at work and I don't know how to do this.

    OK so I need to pull text from a text file into a Flash text box. No problem there. The trick is, I need a Next button in Flash...
  12. Replies
    1
    Views
    784

    Ah, found it: function changecolor() {...

    Ah, found it:


    function changecolor() {
    myColor = new Color(ID1);
    myColor.setRGB(0xC08101);
    }
    changecolor();
  13. Replies
    1
    Views
    784

    [RESOLVED] How to Tint Movie Clip in AS?

    Hello,
    I'm needing to tint a movie clip in code on the actual frame of the movie... I've found a lot of tutorials about how to do this color change via a button press or mouse over - but I'm needing...
  14. Replies
    6
    Views
    536

    Wow this is a tough one. To answer your question,...

    Wow this is a tough one. To answer your question, I'm trying to attach a new clip based off of one in the library. The trick is that the clip is in the library of the _root movie. Are we sure this...
  15. Replies
    6
    Views
    536

    Hi again - I've been trying EVERYTHING I can...

    Hi again - I've been trying EVERYTHING I can think of to get this to work but I'm having a pathing problem. What I've got is something along the lines of:


    dload.attachMovie("P2","newname1",1);
    ...
  16. Replies
    6
    Views
    536

    loadMovie question

    Hello,
    This is sort of a weird question, but can you load a clip into another clip with code just like using:

    loadMovie("l1.swf", "container");

    ...except for instead of loading an external...
  17. OH! Awesome, thank you!

    OH! Awesome, thank you!
  18. Replies
    2
    Views
    398

    OH! setFocus!!! GOT IT!! WOO!!!! Learn something...

    OH! setFocus!!! GOT IT!! WOO!!!! Learn something new every day!
  19. Replies
    2
    Views
    398

    [RESOLVED] Scrollbar Tweak Needed

    A couple things I just learned:

    1) The built in Flash Component for ScrollPane actually has built in functionality for UP and DOWN on the keyboard to be able to scroll up and down in the...
  20. [RESOLVED] What's the replacement for MathCeil?

    Hello!
    I'm transitioning a bunch of old stuff from AS1 to AS2 and I keep getting random things come up broken. What's the new way to round UP to the nearest whole number (and down) when adding...
  21. Replies
    1
    Views
    655

    duplicateMovieClip - quick question

    Hello,
    I had a great old way of making a particle effect in Flash MX, but in CS3 it now thinks it has a syntax error. The problem more seems to be with the "add" command. Can anyone please help me...
  22. The thing that changes on each frame is the...

    The thing that changes on each frame is the placement (coordinates) of the movie clip on the stage to hit detect with. Does that make sense?
  23. The reason it has to go to more than one frame is...

    The reason it has to go to more than one frame is because the hit detector clip is moving around. Basically saying if it collides with it here, do this, (next frame) if it collides with it here, do...
  24. Sorry for the bad tags, I have fixed them. As for...

    Sorry for the bad tags, I have fixed them. As for my problem, this code is AOK, but when I put it on more than one frame in a row in a timeline, the first frame works fine but the successive frames...
  25. Resetting or Clearing a string... or something?

    Hi all,
    When using this code:


    checker.onEnterFrame = function() {
    for (var i:Number = 1; i<=3; i++) {

    if (checker.hitTest(_root.container["obs"+i])) {
    grid1._visible =...
Results 1 to 25 of 172
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center