A Flash Developer Resource Site

Results 1 to 13 of 13

Thread: http://www.sietesamurai.com/

Hybrid View

  1. #1
    benjamín saravia
    Join Date
    Sep 2000
    Posts
    28

    http://www.sietesamurai.com/

    check this out!!
    http://www.sietesamurai.com/

    clients were looking for a clean layout so sober that doesn't compete with their videos

    also mine

  2. #2
    Senior Member
    Join Date
    Apr 2005
    Location
    chicago
    Posts
    119
    This looks real cool..nice and subtle.. smooth transitions..My only problem was just that the red bar that you have underneath the nav.. I thought that was some sort of load progress bar.. so i was waiting for like 5 minutes before I realized what it was..my fault. haha.
    P.S.- This is what the alphabet would look like if Q and R were eliminated
    - Mitch Hedberg RIP

  3. #3
    benjamín saravia
    Join Date
    Sep 2000
    Posts
    28
    hmm...
    u r rigth, ...progress bar should be next thing in list, tho

  4. #4
    Member
    Join Date
    Mar 2004
    Location
    Kent, England
    Posts
    32

    text effect

    Hi how did you code that text effect?
    http://www.neel-patel.co.uk

  5. #5
    Senior Member
    Join Date
    Jul 2002
    Posts
    119
    Damn thats pretty good, great effort

    Can i ask how you do the navigation ? Seen it on a lot of sites and always wondered the AS involved...

  6. #6
    benjamín saravia
    Join Date
    Sep 2000
    Posts
    28

  7. #7
    Member
    Join Date
    Mar 2004
    Location
    Kent, England
    Posts
    32
    Hi thanks for that.

    It works fine within the file you provided, but does not work when i paste it into a new document - I just get random characters and it never ends. Can you please help?

    Cheers
    http://www.neel-patel.co.uk

  8. #8
    benjamín saravia
    Join Date
    Sep 2000
    Posts
    28
    you have to change the name of the movie, to the text you want
    or
    maybe you have to customize the code ...

  9. #9
    Member
    Join Date
    Mar 2004
    Location
    Kent, England
    Posts
    32
    Hi Benjamin

    I can get the code working fine in the same movie that the link points to by changing the mc name. When I paste the frames into a new movie, it doesnt work. I cannot see from the code why it isnt working. Has anyone else got it working in a new movie? Thanks

    Kind regards

    Neel
    http://www.neel-patel.co.uk

  10. #10
    benjamín saravia
    Join Date
    Sep 2000
    Posts
    28
    hmmm
    it is weird... maybe 'cause I made it in mx?

    --
    this is the main code, it works with the name of the movie
    --
    largodemo = 25;
    myString = this._name;
    temp1 = "";
    for (n=0; n<largodemo; n++) {
    temp1 += chr(random(42)+48);
    }
    temp2 = this.myString.substr(0, i);
    this.eltexto = temp2+temp1.substring(i, largodemo);
    i++;
    if (i<=largodemo) {
    gotoAndPlay(1);
    } else {
    stop();
    }
    --

  11. #11
    Junior Member
    Join Date
    Jul 2000
    Posts
    2

    Version Issue

    Change the version to version 6 and it'll work.

    I am wondering why it doesn't work in version 8 though, I need it to.
    Dave Carter
    -----------------
    aka Kairos

  12. #12
    Senior Member oo_decker's Avatar
    Join Date
    Nov 2005
    Location
    ATX
    Posts
    156
    I think you did a good job creating a clean site. The transitions are smooth and subtle but not boring at all. The red helps add a little excitement to the grey scale. Im curious about the project, it is in Spanish, I think it has to do with movies and it has the Japanes feel. I think the blades of grass at the bottom take away from it a tiny bit, you did a good job makit it look like they are blowing in the wind, but it cand be fast and choppy unlike the rest of the site. Cool text effect, Ima have to try that if I ever figure out action script, good luck with your site

  13. #13
    Senior Member mr.pbody's Avatar
    Join Date
    Nov 2005
    Posts
    247
    a very nice site/layout...way to go.
    good eye candy to keep the eye interested but not so much that it distracts the viewer from going where they want to go and enjoying the ride at the same time.
    nices!
    Committed to excellence through art.
    DarkEdgeDesign

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center