A Flash Developer Resource Site

Search:

Type: Posts; User: Peter G

Page 1 of 16 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    2,032

    NTD- I'm actually not using this for 3D...

    NTD-

    I'm actually not using this for 3D animation around an ellipse, but for placement of clips around an ellipse- this is why it's important to have the points evenly spaced. Rotation only...
  2. Replies
    6
    Views
    2,032

    Joran- I've got some leads too, some very complex...

    Joran- I've got some leads too, some very complex math involved to do this accurately...too big for flash, especially when I need 1000 points! I have something that may work... I'm gonna try it,...
  3. Replies
    6
    Views
    2,032

    plot an ellipse -- equidistant points!

    I'm really hoping someone can help...

    I need to plot points at an equal distance along the circumfrence of an Ellipse.
    As it turns out, I'm pretty bad at geometry, which doesn't help.

    I can...
  4. parent should be _parent

    you need to use _parent instead of parent
  5. Replies
    6
    Views
    433

    depends on how many movies you're gonna need to...

    depends on how many movies you're gonna need to play through, really. unloadMovie() just unloads a loaded movie, you need to be able to tell when it's done playing to load the new one.
    maybe depends...
  6. Replies
    6
    Views
    433

    if I'm not mistaken, Math.random() returns a...

    if I'm not mistaken, Math.random() returns a value between 0 and 1, so Math.floor(Math.random()*i) will always return 0.
    Also, movieTarget is undefined in this code, but this will not change over...
  7. Replies
    2
    Views
    729

    spacing = 70; colMargin =5 columns = 3; for...

    spacing = 70;
    colMargin =5
    columns = 3;
    for (i=0; i<numimages; i++) {
    picHolder = this.firstChild.childNodes[i];
    thumbHolder = thumbnails.createEmptyMovieClip("thumbnail"+i, i);
    rowNumber =...
  8. Replies
    1
    Views
    436

    new site, whaddya think?

    www.newmoonkitchen.com :doughnut: :doughnut:
  9. Replies
    0
    Views
    429

    www.newmoonkitchen.com

    :doughnut: http://www.newmoonkitchen.com :doughnut:
  10. Replies
    1
    Views
    366

    #inlcude paths- mac vs windows

    Wondering if anyone here has a solution to my problem!

    ...I need a #include path to my local network that works on mac and windows, so, on mac /localserver/folder/file.as works, but not on...
  11. Replies
    0
    Views
    484

    #inlcude paths- mac vs windows

    Wondering if anyone here has a solution to my problem!

    ...I need a #include path to my local network that works on mac and windows, so, on mac /localserver/folder/file.as works, but not on...
  12. Replies
    4
    Views
    455

    correction, it's movieclip.loadvariables(url) ...

    correction, it's movieclip.loadvariables(url)

    but, this does load in to the movieclip, the loaded vars are now at movieclip.varName.
  13. Replies
    4
    Views
    455

    movieclip.loadVariables(url,level)

    movieclip.loadVariables(url,level)
  14. Replies
    2
    Views
    402

    this is because that script is duplicated with...

    this is because that script is duplicated with the clip, so every time you duplicate it, the duplicate clip duplicates itself and so on.... even though the new duplicate clip overwrites the last...
  15. Replies
    3
    Views
    391

    you need to publish as actionscript 2 to use...

    you need to publish as actionscript 2 to use mx2004 components.
  16. Replies
    28
    Views
    1,221

    If you're even mildly determined and know a...

    If you're even mildly determined and know a little bit about html you can always grab the movie you're looking for- a movie can't display in your browser without being available for download.
  17. Flash 6 Generator Equivalent To Export Dynamically Populated Images From Flash

    I'm trying to do an automatic export of graphics developed in flash, for static site elements- graphic buttons.
    Generator used to export images from dynamically populated templates, but MX does not...
  18. Replies
    4
    Views
    450

    calling a function by the same name, in a...

    calling a function by the same name, in a different location is a different function and is not recursive.
    I don't have time to go through your script in any depth, but on this second glance my...
  19. Replies
    94
    Views
    24,225

    I've heard that Macromedia is abandoning AMF and...

    I've heard that Macromedia is abandoning AMF and remoting in favor of Flash player running native SOAP for better performance. Any word on this in Flash Player 7 ? ...can't find any detailed...
  20. Replies
    3
    Views
    484

    url strings do have a char limit- something a...

    url strings do have a char limit- something a little over 1000...
  21. Replies
    4
    Views
    450

    after a very quick look- you get that error...

    after a very quick look-
    you get that error after a function calls itself 256 times.
    so, sounds like you've got a problem with the path in that last line when you call...
  22. Replies
    1
    Views
    593

    no. just cover your stage with a rectangle and...

    no. just cover your stage with a rectangle and change its color.
  23. Replies
    160
    Views
    50,212

    Started using flash 4 as soon as it was out, for...

    Started using flash 4 as soon as it was out, for animation.
    First checked out flashkit when I was building an educational game around june 2000, needed some as help- found it here.
    It's hard to...
  24. No Dice ?

    Haven't been able to find anything about this anywhere, I'd really appreciate any suggestions.

    Thanks!
  25. looks like swf studio will be the ticket, kind of...

    looks like swf studio will be the ticket, kind of wish there was a way to incorporate this functionality in to a .swf tho :D
Results 1 to 25 of 391
Page 1 of 16 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center