A Flash Developer Resource Site

Search:

Type: Posts; User: frigerator5

Page 1 of 9 1 2 3 4

Search: Search took 0.06 seconds.

  1. Yeah, I tweened him to the mouse position with an...

    Yeah, I tweened him to the mouse position with an ease and a time of .5. Then drew a line between him and the mouse and if anything is inbetween then he stops. Works great. Thanks for your help.
  2. ahhh... hadn't thought about that. Thank you.

    ahhh... hadn't thought about that. Thank you.
  3. collision detection with mouse dragging problem

    I am making a maze game. At first I was just using keyboard controls to move the character through a maze. This is fairly siomple to do because flash has more time to calculate a collision and...
  4. Ask Doc Holiday

    Planit, an interactive and advertising agency in Baltimore, MD invited Doc Holiday to prescribe his cure for all our holiday sufferin.'

    www.askdocholiday.com
  5. Ask Doc Holiday {duplicate threads merged}

    Planit, an interactive and advertising agency in Baltimore, MD invited Doc Holiday to prescribe his cure for all our holiday sufferin.'

    www.askdocholiday.com
  6. Replies
    3
    Views
    593

    cute. Thanks. I love getting all the babies.

    cute. Thanks. I love getting all the babies.
  7. Replies
    3
    Views
    593

    Find children of movieclips in as2

    I know you can do this in as3 pretty easily, but is there a way to get a list of all the children in a moviclip in as2?
  8. well, I don't have a problem with looping through...

    well, I don't have a problem with looping through an array, I was just wondering if someone knew about a less code-heavy way to do it.
  9. complex if statement, check number with array

    Is there a way to check to see if one number matches any number in an array without looping through the array in a for loop?

    for example

    instead of

    for(i=0; i<myArray.length, i++)
    {
    if(a...
  10. Replies
    1
    Views
    819

    Cue Point Accuracy

    I am having some problems with seeking to cue point sin a .flv. W e needed to encode and flv with a low keyframe rate so the file size would be smaller. There are about 40 cuepoints in the one flv...
  11. Replies
    1
    Views
    590

    changing imported string to xml file

    II am importing an flv file with embedded metadata. The metadata is in the form of an flv file. But when I bring in the metadata and put it into a variable, flash doesn't read it as an xml file....
  12. Replies
    2
    Views
    563

    that's perfect thanks. I had always used...

    that's perfect thanks. I had always used tweening classes or fusekit so I have never had to manually do easing, but it is pretty simple.

    Another thing I am trying to do is add some "weight" to...
  13. Replies
    2
    Views
    563

    Scroller momentum?

    I am attempting to make a scroller that scrolls a long image along an x-axis and a few other elements. The problem I am having is that I want to add momentum to the image that scrolls and I am not...
  14. Replies
    0
    Views
    837

    momentum on scroller?

    I am attempting to make a scroller that scrolls a long image along an x-axis and a few other elements. The problem I am having is that I want to add momentum to the image that scrolls and I am not...
  15. Replies
    0
    Views
    446

    flashpaper problem setCurrentpage

    I am having a problem with flash paper. I have a button you push that sets the current page. so:

    btn.onRelease = function(){flashPaper.setCurrentPage(50));

    The problem is the flashpaper jumps...
  16. Replies
    1
    Views
    562

    Planit Agency New SIte Launch

    Just launched a new site yesterday using flash streaming video.

    planitagency.com

    let me know what you think.
  17. Replies
    1
    Views
    679

    custom anti-alias and performance

    I am using custom anti aliasing on my dynamic text and it makes the text look great! However, I am wondering about performance issues. I can;t tell whether it has slowed my website down, or if that...
  18. Replies
    2
    Views
    409

    so, what is the best way to perload images being...

    so, what is the best way to perload images being called from xml files?
  19. Replies
    2
    Views
    409

    simple preloading question

    I have a website that is loading in many external .swf's that are then loading in multiple xml files with .jpg's, .flv,s, etc. There are xml functions in the external movieclips that tell a...
  20. Replies
    7
    Views
    799

    It is still looking at the on line text fields as...

    It is still looking at the on line text fields as two liners. So it is putting that extra space in there. Any other suggestions?
  21. Replies
    7
    Views
    799

    nice.. good idea. Iwas trying to do the same...

    nice.. good idea. Iwas trying to do the same thing, just within the same loop like [clientButton + (c-1)]._height instead of making a variable outside of it. Thanks!
  22. Replies
    7
    Views
    799

    for(c = 0; c

    for(c = 0; c<clientsNum; c++){

    clientNames.createEmptyMovieClip("button" + c, clientNames.getNextHighestDepth());
    clientButton = clientNames["button" + c];...
  23. Replies
    7
    Views
    799

    dynamic textfields - space evenly?

    I have a loop where I create texfields based upon an xml file. SOme of the textfield have one line, some have two. They are autosized.

    The problem is that the one line textfields are spacing the...
  24. 100% scalable flash problem loading mc's

    In my flash I have my entire movie in one mc on the first frame called main. I set up a size listener so the entire movie can resize to the window:



    this.scaleMode = "noScale"

    sizeListener =...
  25. Thread: Team Lexus

    by frigerator5
    Replies
    2
    Views
    407

    Well, I can't take credit for it all, I work with...

    Well, I can't take credit for it all, I work with a really talented 3d animation team for planit interactive (www.planitagency.com), they use maya and aftereffects.
Results 1 to 25 of 212
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center