A Flash Developer Resource Site

Search:

Type: Posts; User: tristankelley

Page 1 of 16 1 2 3 4

Search: Search took 0.21 seconds.

  1. Replies
    5
    Views
    647

    I know you are trying to stick w/the...

    I know you are trying to stick w/the 'ultraviolet' theme but the color scheme is pretty hard on the eyes as well as the vertical sub menus like on the profile page.
  2. Replies
    20
    Views
    1,414

    Nice graphics and intro. Don't like the...

    Nice graphics and intro.

    Don't like the navigation. If you click on 'contact' you have to click on 'main' again in order to go to 'about us' and so on...

    The main text sections are hard to...
  3. Replies
    6
    Views
    552

    I guess technically you could say I am just...

    I guess technically you could say I am just making the MC follow the mouse (w/easing).
  4. Replies
    6
    Views
    552

    The code posted by rdoyle720 is almost exactly...

    The code posted by rdoyle720 is almost exactly what I need. The problem is when the MC reaches the boundries it just 'dies' and can't be dragged anywhere else. Any ideas? Thanks again.
  5. Replies
    6
    Views
    552

    The code posted by timothye doesn't work for me....

    The code posted by timothye doesn't work for me. (thanks for the help though tim)

    I like the code I have because the mask MC just follows the mouse w/a smooth ease to it and there is no clicking...
  6. Replies
    6
    Views
    552

    Constrain mask drag

    Hi,
    I am dragging a mask MC with the below code however I would like to contrain the x values to between 200 and 600 but can't get me head around it. Any ideas? Thanks.


    onClipEvent...
  7. Replies
    8
    Views
    757

    man, you hyped up the site so much in every forum...

    man, you hyped up the site so much in every forum I was let down when I got there. i was expecting 2advanced meets 24-7 meets wa007.com but instead I just saw poor navigation and tired old page...
  8. Replies
    10
    Views
    890

    why is there no red bar when you mouse over the...

    why is there no red bar when you mouse over the "home" button in the nav like the others. just wondering.
  9. Replies
    7
    Views
    1,078

    any ideas? thanks.

    any ideas? thanks.
  10. Replies
    7
    Views
    1,078

    I want to have some duplicated diamond shaped...

    I want to have some duplicated diamond shaped (10px x 10px) mc's slide onto the stage. So the first mc would slide in from off stage to say about an x value of 700. Then right after that the second...
  11. Replies
    7
    Views
    1,078

    hate to revive an old post like this but... ...

    hate to revive an old post like this but...

    This sounds exactly like what I need but I can't get it to work. I have a bunch of diamonds I want to slide in next to each other but with the script...
  12. Replies
    3
    Views
    359

    Since you are calling on the main timeline from...

    Since you are calling on the main timeline from inside an MC you need to use '_root' to define your path.

    something like



    on (release) {
    _root.gotoAndPlay(2);
    }
  13. Replies
    6
    Views
    835

    I dont like the fact that you have to sit through...

    I dont like the fact that you have to sit through the naviagation reloading everytime you want to go to another page. The nav should always be clear, easy to understand, and quick to get to on a...
  14. Replies
    6
    Views
    965

    It's too jumbled up. There isn't any flow to the...

    It's too jumbled up. There isn't any flow to the site. Also, I do agree w/the above about needing some help.
  15. Replies
    4
    Views
    550

    what i currently have is... loadVariablesNum...

    what i currently have is...

    loadVariablesNum (mailform, 0, "POST");

    the contact form is located inside an MC of an externally loaded swf.

    I tried your way and I tried this...
    ...
  16. Replies
    4
    Views
    550

    Passing PHP vars into an MC

    Hi all,
    I am having trouble passing a PHP variable into an MC in my flash movie. When i have my contact form on the root all variables are passed perfectly but when I load the contact form into an...
  17. Replies
    1
    Views
    1,586

    put this code on your button. on (release)...

    put this code on your button.



    on (release) {
    getURL("http://www.flashkit.com", "_blank");
    }
  18. Replies
    11
    Views
    1,152

    got it! Thanks Catbert, you've also got the...

    got it! Thanks Catbert, you've also got the solution!
  19. Replies
    11
    Views
    1,152

    hmm, sorry catbert I still can't get it to work. ...

    hmm, sorry catbert I still can't get it to work. The text I am calling is in the same folder as my html doc. I tried a direct path to it and it still didn't work. The variable name in the home.txt...
  20. Replies
    11
    Views
    1,152

    Catbert, Thanks for the link above. It looks...

    Catbert,
    Thanks for the link above. It looks simple enough but I can't get it to work. Would you mind looking at my html below and tell me what I'm doing wrong? Thanks.



    <html>
    <head>...
  21. Replies
    2
    Views
    683

    _root.MCinstancename.loadMovie("mymovie.swf"); ...

    _root.MCinstancename.loadMovie("mymovie.swf");

    MCinstancename = the mc you are loading the movie into

    mymovie.swf = the external movie you are loading
  22. Replies
    11
    Views
    1,152

    still not having much luck on this one. Any...

    still not having much luck on this one. Any other ideas out there?
  23. Replies
    11
    Views
    1,152

    does anybody know how to accomplish webcorps idea?

    does anybody know how to accomplish webcorps idea?
  24. Replies
    11
    Views
    1,152

    Hmmm, my web host doesn't support ASP - just PHP...

    Hmmm, my web host doesn't support ASP - just PHP and Pearl. Anybody have any other ideas? Thanks.
  25. Replies
    11
    Views
    1,152

    Dynamic text in flash AND standard HTML

    Hi,
    I just finished a flash site for a client that loads a dynamic txt file for each page. The client would now like to have a simple HTML version of the site for slower users. My question is..
    ...
Results 1 to 25 of 382
Page 1 of 16 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center