A Flash Developer Resource Site

Search:

Type: Posts; User: SlickShoe13

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Hello, Thanks for replying—I actually have a...

    Hello,

    Thanks for replying—I actually have a good grasp on setting masks, the dot animation is the part I was wondering about. Does anyone know if there's a way to animate that with actionscript?
  2. Rad Image Transitions - how'd they do it??

    If you visit http://www.billboard.com and look at the Flash feature box at the top left that fades between about 5 or 6 images with this awesome fading dot thing and I'm wondering if anyone knows how...
  3. Replies
    5
    Views
    494

    Try this out: ...

    Try this out:

    http://www.actionscript.org/tutorials/beginner/Smooth_PreLoader/index.shtml
  4. I'm very interested in this effect as well if...

    I'm very interested in this effect as well if anyone can help out...
  5. Replies
    3
    Views
    491

    ok cool, so if everything is animated before the...

    ok cool, so if everything is animated before the content loads the site won't lag? Thanks!
  6. Replies
    2
    Views
    449

    anyone got any clues?

    anyone got any clues?
  7. Replies
    1
    Views
    705

    Anna ITC

    Anna ITC
  8. I really like it! I think the only critique I...

    I really like it! I think the only critique I really have is that the background image with the weird pillars kinda strays from the color scheme but it's all great! I'm trying to learn how to do good...
  9. Replies
    3
    Views
    491

    everyone stumped?

    everyone stumped?
  10. Replies
    2
    Views
    449

    How do they do it?

    Visit http://www.wddg.com AWESOME flash site design by Jens Karlsson. I would really like to know, if anyone knows, what technique he might use to animate the boxes that all slide and fill in at the...
  11. Replies
    3
    Views
    491

    How does he do this w/out lag?

    Visit http://www.wddg.com AWESOME flash site design by Jens Karlsson. I would really like to know, if anyone knows, what technique he might use to animate the boxes that all slide and fill in at the...
  12. Replies
    164
    Views
    16,001

    Grunge Brushes

    HOLLYWOOD! How do you make those "grunge brushes"? They look awesome!!
  13. Replies
    1
    Views
    573

    :::Flash Web Books

    I'm looking for a good book on flash/actionscript (MX) for web design. I'm interested in learning more about dynamically creating everything in a site--buttons and content, etc., making everything...
  14. Replies
    2
    Views
    600

    WOW, thank you soooo much, I really appreciate...

    WOW, thank you soooo much, I really appreciate your help! I'll have to start messin with arrays and, from what you've given me, I think I will have a good foot to start on. Thanks again!
  15. Replies
    2
    Views
    600

    ::General Flash Organization question

    I have learned to use Flash basically by myself and I have this feeling that a lot of the methods I use might be innefficient or downright incorrect because it seems that I constantly have a problem...
  16. Awesome! Thanks a lot Goblin!

    Awesome! Thanks a lot Goblin!
  17. So I've got some randomly duplicating snowflakes...

    So I've got some randomly duplicating snowflakes but they are all spastic! They seem to just be constantly reduplicating and I can't figure out how to get them to stay on the screen, fall and then...
  18. MX::Snowfall::Random Motion on Dupe MCs

    I'm trying to make a Flash Xmas card and I have 3 movie clips of different snow flakes and I want them to duplicate at random sizes and positions and fall at slightly different random speeds in the...
  19. Replies
    0
    Views
    553

    Circular Preloader

    I know how to do bar preloaders and I would like to know how to do circular ones. Can anyone tell me how or point me to a good tutorial? Thanks
    //Chris
  20. Awesome!! Thanks a lot man--I think the only...

    Awesome!! Thanks a lot man--I think the only thing I was doing wrong was the 1st slash! Thanks!!
  21. The way it's set up is that I have a movie clip,...

    The way it's set up is that I have a movie clip, "Portfolio", that has a MC for a menu in it and a "Preloader" MC. in the menu MC there are about 13 buttons for clients, for which an external swf is...
  22. Stupid simple question but need help!!

    OK I made a preloader for some external swfs and the preloader is in it's own movie clip and i want some buttons that are in the _parent of the preload movie clip to tell the preloader what to...
  23. That would work fine if the content in each...

    That would work fine if the content in each section isn't heavy--like if you have a bunch of images or something in each one you would probably want to try an array or a different format altogether...
  24. Are all 7 headings in one MC?

    Are all 7 headings in one MC?
  25. onClipEvent(enterFrame){ ...

    onClipEvent(enterFrame){
    if(this._x<50){
    this._x += (50-this._x)/4;
    }if (this._x>49 && this._x<215){
    this._x +=(215-this._x)/4;
    }
    }
    you...
Results 1 to 25 of 48
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center