A Flash Developer Resource Site

Search:

Type: Posts; User: sharey

Page 1 of 16 1 2 3 4

Search: Search took 0.16 seconds.

  1. Quick question about new motion tween model

    I am oldschool, but wanted to try something out with the new motion editor and am stumped.

    Ok - so I create a tween. It as a dot for the first key frame and then a diamond in the middle - then...
  2. Replies
    3
    Views
    568

    yeah, you can do that... the original width...

    yeah, you can do that...

    the original width and height would just be represented as:

    mc._xscale = 100
    mc._yscale = 100;

    Know what i mean?
  3. Thread: Alphabetize

    by sharey
    Replies
    7
    Views
    911

    Oh hai, Check out this site to get a prototype...

    Oh hai,

    Check out this site to get a prototype for the array class. Once you initiate this function, you can use it to sort by various ways:

    http://proto.layer51.com/l.aspx?p=3

    Google how to...
  4. Replies
    4
    Views
    469

    no problem, happy to help out.

    no problem, happy to help out.
  5. Replies
    4
    Views
    469

    first of all, do yourself and us all a favor and...

    first of all, do yourself and us all a favor and put a line on the circle so we can see it rotating. second, make sure the registration point is dead center, and third if youre talking about the...
  6. Replies
    2
    Views
    461

    yep that still works. xml is easy and works well...

    yep that still works. xml is easy and works well - you may consider it.

    to use a txt file though, here is a tip

    &var=value&
    &var=value&
    &var=value&
    &var=value&
    &var=value&
  7. Replies
    3
    Views
    522

    I've never purchased a template, but if its a...

    I've never purchased a template, but if its a movieclip, which it prolly is, then yes, you can just copy the movie clip and past it into your flash project.
  8. Replies
    3
    Views
    522

    Its done in 3D... So you'd need to make the...

    Its done in 3D... So you'd need to make the animation in 3ds or something similar, then render out the sequence, probably with alpha channel because it has a transparent bg, and put it in a...
  9. Replies
    15
    Views
    1,219

    Because it doesnt need to be limited to a...

    Because it doesnt need to be limited to a portfolio site showing off work. it could be a photo gallery of a car, that you enjoyed etc.

    Do any stick out in your mind that you've seen before, and...
  10. Replies
    28
    Views
    1,194

    Im going there tomorrow to try it out the new...

    Im going there tomorrow to try it out the new stuff. but it its not living up, as you've indicated, im headed down the same road youre on!

    Also:

    Where i work, downtown minneapolis mn, i find...
  11. Replies
    15
    Views
    1,219

    Right on. What presentation systems have you...

    Right on. What presentation systems have you enjoyed in the past.. for presenting projects/ images/ video etc.

    Also, dont feel obligated to focus on that site exclusivly, that wasnt my intention....
  12. Replies
    15
    Views
    1,219

    Thanks for the reply... So what do you mean by...

    Thanks for the reply...

    So what do you mean by this..? I could see a unique system coming from a solution to a problem (ie show off a project with video/pics) this seems oposite of what you're...
  13. Replies
    15
    Views
    1,219

    Wow, I think "Aweful" is a bit harsh, but to each...

    Wow, I think "Aweful" is a bit harsh, but to each his own. Thats what this is all about.

    No its not a site that i created.. i just liked how the projects were presented, which is what im asking...
  14. Replies
    15
    Views
    1,219

    Whats your favorite viewing system?

    What is your favorite image/project viewing system that you have seen? Maybe its simple and straight forward, or maybe it uses some type of drag and drop functionality, or something really unique.
    ...
  15. Replies
    8
    Views
    1,661

    Lol, Tony Danza? There are a ton of items...

    Lol, Tony Danza? There are a ton of items...
  16. *-1

    *-1
  17. Replies
    8
    Views
    1,661

    whatsupyourkilt.com

    http://whatsupyourkilt.com/
  18. Replies
    5
    Views
    641

    You're very welcome. Have a good one, Josh

    You're very welcome.

    Have a good one,
    Josh
  19. Replies
    5
    Views
    641

    Here is all you should need for that. I tested it...

    Here is all you should need for that. I tested it and it works out well..



    _root.picArray = [30];
    picArray[0] = "1.jpg";
    picArray[1] = "2.jpg";
    picArray[2] = "3.jpg";
    picArray[3] = "4.jpg";...
  20. Replies
    5
    Views
    1,334

    yep, thats cool, even a bit shorter you can do it...

    yep, thats cool, even a bit shorter you can do it this way



    button.onRelease = function () {
    if (!attached) {
    // attach your clip
    attached = true;
    }
    };
  21. Replies
    5
    Views
    641

    arrays are really easy, a standard array just...

    arrays are really easy, a standard array just holds a list of info, and uses indexes as addresses to store the info starting at index 0. so [0] holds the first bit of data, [1] holds the second etc.....
  22. Replies
    14
    Views
    1,671

    Sweet, thanks for your insite! Mwahh mwah...

    Sweet, thanks for your insite!


    Mwahh mwah hahahahahaahaha
  23. Replies
    14
    Views
    1,671

    That totally makes sense. So does the flash...

    That totally makes sense. So does the flash player typically freeze when you load local content into it? I'm sure I'll find out eventually, just wondering what your usual experience is.

    Great...
  24. Replies
    14
    Views
    1,671

    The preloader is in the shell that i sent to you....

    The preloader is in the shell that i sent to you. You're draggin the file into a browser window? I get the percent loaded on mine.. I'll post a screenshot.

    Wait. i just checked it in IE and it...
  25. Replies
    14
    Views
    1,671

    Im very sorry, it was looking for an xml file......

    Im very sorry, it was looking for an xml file... Sorry about that.. give her another whirl.
Results 1 to 25 of 377
Page 1 of 16 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center