A Flash Developer Resource Site

Search:

Type: Posts; User: ShnitzelKiller

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,176

    Force a swf to loop?

    I have a swf file. I don't have the flash file that goes with it. It is nothing but a holder for an flv or some flash-like movie format, and I can't extract it via importing, so all I get is blank...
  2. easiest way to create selector buttons?

    Basically, I want a group of buttons in which only one (the one you last clicked) can be on at a time.

    What is the easiest way to do this?

    Currently, this is the fastest way I can find, and I'm...
  3. Thanks, that works.

    Thanks, that works.
  4. Target specific movieclips in an array?

    So, say I did this:



    var mc_array:Array;
    mc_array = new Array(3);
    mc_array[0] = mc1;
    mc_array[1] = mc2;
    mc_array[2] = mc3;
  5. Replies
    13
    Views
    1,185

    Read the thread before you post. I said in the...

    Read the thread before you post. I said in the first post, "image sequence or movie". Someone already said what you said.
  6. Replies
    13
    Views
    1,185

    Wait, once I download that as3 corelib, where do...

    Wait, once I download that as3 corelib, where do I put it?

    And if I were to do this with an enter frame function, would I have to click the button to save every time?? AND change the name? Flash...
  7. Replies
    13
    Views
    1,185

    Er, could I find a tutorial on how to do this...

    Er, could I find a tutorial on how to do this exactly? What do I need to download?
  8. Replies
    13
    Views
    1,185

    I'm not worried about speed here. I am trying to...

    I'm not worried about speed here. I am trying to output everything on the stage as a sequence of images. I was told there was a class you could download that did that, but I guess I was misinformed.
  9. Replies
    13
    Views
    1,185

    No, that's not what I meant. This apparently only...

    No, that's not what I meant. This apparently only allows you to record the motion of one object, and all it can do is save it as an XML file. I want to be able to save it as a movie. EXACTLY how it...
  10. Replies
    3
    Views
    615

    Huh, I hope it was worth 200 dollars to upgrade...

    Huh, I hope it was worth 200 dollars to upgrade and get the z feature in the first place.
  11. Replies
    13
    Views
    1,185

    Swf screen recorder class

    Some guy told me about this once, but I can't find it via google.

    Is there a way to record the stage in an image sequence or movie, not by exporting, but with actionscript? The exporter sucks,...
  12. Replies
    1
    Views
    519

    (assuming you don't have an FLA file to go with...

    (assuming you don't have an FLA file to go with it)
    If they don't have any movie clips with internal timelines, like a Jing recording for instance, go to file -> import to stage, and select the swf...
  13. Well fine then, I guess I'll stick with exporting...

    Well fine then, I guess I'll stick with exporting it to a PNG sequence then using imagemagick... it's still got the best gif conversion quality I've seen.
    ...
  14. Is the GIF indexing quality always this bad?

    Isn't there some way to make it generate a palette from common colors?

    http://i614.photobucket.com/albums/tt222/ShnitzelKiller/wherecome.gif

    Just look at the horrible noise in there...

    In...
  15. Replies
    1
    Views
    998

    This may have something to do with the way flash...

    This may have something to do with the way flash exports gifs so that each frame only contains the regions that have changed (optimized gifs), but it does it correctly for me. The problem I have with...
  16. It didn't work. It won't let you leave the...

    It didn't work. It won't let you leave the "class:" field blank. Could you be more specific on how to do this?


    EDIT: nevermind, I figured it out. I just had to get rid of the AS files I was...
  17. Linking the same class to multiple movieClips

    Why won't flash let me do that? I understand it was possible in AS2, from what I have found by searching.

    Is there some workaround? I just want different-looking movieclips to move in the same way...
  18. Replies
    6
    Views
    5,458

    It's just that in most forums, threads on the...

    It's just that in most forums, threads on the front page are not very old. So I didn't think to check the date because a many-month old thread would surely have been pushed to at least page 2?...
  19. Fine, but it still annoys me in a general sense...

    Fine, but it still annoys me in a general sense (and plus it's waay more than 5 seconds now, and invariably for a detergent. Why would someone who likes flash games be turned on to a product being...
  20. Replies
    3
    Views
    1,989

    The forum description is "games, ideas, code" and...

    The forum description is "games, ideas, code" and so i assumed it's not that strict about that sort of thing. I do plan on expanding on this when i have the time.
  21. Replies
    6
    Views
    5,458

    Wait, so starting a thread counts already as...

    Wait, so starting a thread counts already as bumping an old thread? I should have clicked the post new thread button faster. You guys seem quite strict about that. Or just you, so far...

    (btw, no...
  22. Whaaa, I assume all threads on the first page are...

    Whaaa, I assume all threads on the first page are relatively new.
  23. Replies
    5
    Views
    467

    Yes, I already tried that. It doesn't work. ...

    Yes, I already tried that. It doesn't work.

    What's really weird is that the "." ones have come back, but parentheses haven't (that is, when i type "for (", nothing comes up.
  24. Use goToAndStop(250).

    Use goToAndStop(250).
  25. Replies
    4
    Views
    5,081

    Make a movie clip always be on top

    I have a bunch of movieclips which constantly do the following:

    mc.parent.addChild(mc);

    as in bring themselves on top. I want a movie clip to always stay blocking them, without adding it to the...
Results 1 to 25 of 60
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center