A Flash Developer Resource Site

Search:

Type: Posts; User: nadskram

Page 1 of 15 1 2 3 4

Search: Search took 0.17 seconds.

  1. Replies
    7
    Views
    8,482

    dudes...i posted that 4 years ago sorry i didnt...

    dudes...i posted that 4 years ago
    sorry i didnt come back and close the thread
    but i got it worked out

    thanks anyway
  2. Replies
    6
    Views
    732

    i should not have doubted you... i went and...

    i should not have doubted you...

    i went and put your code in today (dont tell my boss) and it worked pretty well

    here are results
    thanks again

    follow bounce

    click bouonce
  3. Replies
    6
    Views
    732

    i wish i had the time to experiment, but im at...

    i wish i had the time to experiment, but im at work now
    about the sin, cos thing, i think its as the object moves closer to target, the difference gets closer to zero
    and plotting that x differece...
  4. Replies
    6
    Views
    732

    omg...i think i did that tutorial like 3 years...

    omg...i think i did that tutorial like 3 years ago
    easing is easy
    reverse easing is kinda har, i look to internet scripts for that
    elastic movement, i saw something once that used sin and cos to...
  5. Replies
    6
    Views
    732

    easing/elastic equations

    i am looking for some easing or elastic equations
    the ones i have arent really elastic
    and the mx transitions classes arent that customizable

    something elasticy would be desired

    anyone know...
  6. in the example you provided, all the array...

    in the example you provided, all the array elements are the same
  7. geturl javascript not working on modal page

    well...ive got more insight to my problem
    but no real solution just yet

    my flash file is being launched by another page as a pop up
    but not just window.open
    instead its using ie's...
  8. Replies
    2
    Views
    804

    xml object parser

    i was talking to a client that uses alot of ie specific stuff
    and i wanted to get away from that and mentioned flash and its use of xml
    and he starts saying that flash probably uses microsofts xml...
  9. Replies
    1
    Views
    357

    full size flash = slow...why?

    why is a full sized flash page so much slower then a 750x450 flash page?
  10. Replies
    0
    Views
    438

    motion graphics - curves/circles

    how do designers make those curly rainbows move, get big and circle around?

    ho do designers make those circles out of a pie piece that goes around?

    masking works linerally (if thats a word) but...
  11. Replies
    0
    Views
    330

    shared library - OOP - best practices

    so i use oop on projects, or shall i say, files
    if i have a multi file website, i end up using the same core objects over and over
    i see that mx 2004 has this project feature, so i thought it would...
  12. Replies
    7
    Views
    789

    i added play(); to frame 2 of zipper and it...

    i added

    play();

    to frame 2 of zipper and it worked
  13. Replies
    6
    Views
    589

    what kind of sounds do you think would work? on...

    what kind of sounds do you think would work?
    on the navigation buttons?
    on row sorting?
    on image browsing?

    this is another area that i am light in
  14. you could add an onenterframe event to the little...

    you could add an onenterframe event to the little moving blue thing and set its x position to the current mouse position

    blue_thing.onEnterFrame = follow_mouse

    function follow_mouse()
    {
    ...
  15. Replies
    7
    Views
    789

    is it preloaded?

    is it preloaded?
  16. Replies
    43
    Views
    5,345

    site design and layout are very good fonts may...

    site design and layout are very good
    fonts may need some tweaking

    looks like its time for content
  17. Replies
    6
    Views
    589

    new site for my hockey team

    i am tring to get a header across, but having problems getting something to look good
    these types of problems tend to happen sometimes

    please review (same swf, different html)
    red top - v1...
  18. Replies
    0
    Views
    1,523

    creating flash icons

    so i started this little file explorer flash thing, like windows explorer but in flash
    http://www.dcmdesign.net/play/explorer/00_explorer.html

    but just text looked kinda plain
    so i added some...
  19. Replies
    27
    Views
    2,090

    no i havent done anything else with this over the...

    no i havent done anything else with this over the weekend

    i can finish it though
  20. Replies
    27
    Views
    2,090

    no so much luck but time i havent been able to d...

    no so much luck but time
    i havent been able to d a lot with it

    i have it moving but havent wrote the code to duplicate the thumb clips yet
  21. Replies
    27
    Views
    2,090

    im building it now, will be done in a few minutes...

    im building it now, will be done in a few minutes

    im just going to give you the file
  22. Replies
    27
    Views
    2,090

    youre picking up the linkage thing...good job ...

    youre picking up the linkage thing...good job

    now we want to move the images left and right

    add this to your actions layer at the top:
    move_clip_amount = 10;

    then click left arrow and add...
  23. Replies
    27
    Views
    2,090

    this code takes the place of the existing code...

    this code takes the place of the existing code
    it was easier for me to cut and paste it

    i forgot one thing, you need to add a new clip in your library

    i duplicated your white overlay and...
  24. Replies
    27
    Views
    2,090

    it does kinda matter what level things are at ...

    it does kinda matter what level things are at

    what i was going to do was put the arrows on the ends and mask out only a portion of the thumbnails

    we are going to put a decent bit of code in, so...
  25. Replies
    27
    Views
    2,090

    i like using code to put things on stage in...

    i like using code to put things on stage
    in order to do that, you have to tell flash what level(depth) the thing needs to be on
    and the linkage is how you identify things in your library
    that way,...
Results 1 to 25 of 366
Page 1 of 15 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center