Design Contest - since 2003 - custom graphic design done affordable

9 AM - 8 PM PST

  1. #1
    The founder resurepus is a splendid one to behold resurepus is a splendid one to behold resurepus is a splendid one to behold resurepus is a splendid one to behold resurepus is a splendid one to behold resurepus is a splendid one to behold resurepus's Avatar
    Join Date
    Nov 2003
    City, State
    Toulouse
    Posts
    7,180

    Thumbs up DC Flash Header Design Contest. Deadline July 1st.

    Contest: Header Design for DesignContest.net forums.

    Important: You might have seen the original Header Design Contest. It's been on for a long time and the thread was getting somewhat large. To make it more structured I am making some changes: 1. the contest will run in monthly sessions. 2. a new thread will be opened for each new session.

    Deadline: July 1st.

    Dimensions: 900x120px

    Contest Description: The challenge is to redesign the header of our forums using the template provided in the attached .fla file. The template is very simple and leaves plenty of room for your creativity.

    Restrictions: You must keep the shape of "DC" logo graphic unmodified! However you can change the colors and "DESIGNCONTEST.NET" text. Use the button on the right side of the header to link to your portfolio – this should be the only link outside of DesignContest.net included in your design.

    You must be the author of all the graphics used in your header design. Clipart, 3rd party images, and derivatives of 3rd party images may NOT be used.

    Comments: It is encouraged to comment and critisize in a positive way on ther members' entries.

    Prize: Apart from counting as one out of three Community Contest wins towards instantly becoming a Design Team member, the header (and the link to your portfolio) will be seen by thousands of people - fellow designers and your potential clients.

    This contest will be open for a long time, so this description may be updated as we get questions and input from you guys.

    follow DesignContest on twitter

  2. #2
    Registered User marieke is on a distinguished road
    Join Date
    Jun 2008
    City, State
    netherlands
    Posts
    16
    why isn't there a reply in this one,am I missing something?

  3. #3
    Registered User bigbadoutline is on a distinguished road bigbadoutline's Avatar
    Join Date
    Jun 2008
    City, State
    Minden, Germany
    Posts
    2
    hey resurepus!

    sry i got a little problem with the downloadable header....

    i can´t open it with my macromedia flash MX professional 2004.
    error message : unerwartetes dateiformat ( unexpected data ? )

    should I use a newer programm? ( i have cs2 but i haven´t installed it on my new pc... )


    thanks bbo!

  4. #4
    The founder resurepus is a splendid one to behold resurepus is a splendid one to behold resurepus is a splendid one to behold resurepus is a splendid one to behold resurepus is a splendid one to behold resurepus is a splendid one to behold resurepus's Avatar
    Join Date
    Nov 2003
    City, State
    Toulouse
    Posts
    7,180
    marieke, that's what I was wondering myself

    bigbadoutline, the template I have uploaded is Flash 8, I believe - that is why you can't open it. I have only Flash CS3 myself, so version 8 is the best I can do.

    Does anybody have Flash 8 to convert the template for the previous version?

    follow DesignContest on twitter

  5. #5
    Registered User bigbadoutline is on a distinguished road bigbadoutline's Avatar
    Join Date
    Jun 2008
    City, State
    Minden, Germany
    Posts
    2
    thanks resurepus!

    sry i´ve got it! (i send it to a friend who have cs3 and got it right back.)

    bbo

  6. #6
    Elite Designer Maxson has a reputation beyond repute Maxson has a reputation beyond repute Maxson has a reputation beyond repute Maxson has a reputation beyond repute Maxson has a reputation beyond repute Maxson has a reputation beyond repute Maxson has a reputation beyond repute Maxson has a reputation beyond repute Maxson has a reputation beyond repute Maxson has a reputation beyond repute Maxson has a reputation beyond repute Maxson's Avatar
    Join Date
    Jun 2008
    City, State
    London
    Posts
    404
    Is there a file size limit?
    "Once you take yourself too seriously the art will suffer."

  7. #7
    Registered User dreaming is on a distinguished road dreaming's Avatar
    Join Date
    Jun 2008
    Posts
    18
    Hey,How can I submit my work?Just post the link here?Thank you.

  8. #8
    Elite Designer tomas.brolen will become famous soon enough tomas.brolen's Avatar
    Join Date
    Feb 2008
    City, State
    Stockholm, Sweden
    Posts
    110
    Quote Originally Posted by dreaming View Post
    Hey,How can I submit my work?Just post the link here?Thank you.
    Yes!

  9. #9
    Registered User marieke is on a distinguished road
    Join Date
    Jun 2008
    City, State
    netherlands
    Posts
    16
    Hi, I went for something completely different, but totally my style..here's my try.
    I'm in my UFO period. And I had BIG fun creating it


    http://www.gotoandflash.com/header.html

    Marieke

  10. #10
    Registered User dreaming is on a distinguished road dreaming's Avatar
    Join Date
    Jun 2008
    Posts
    18

  11. #11
    Registered User mattgfx is on a distinguished road mattgfx's Avatar
    Join Date
    Jun 2008
    City, State
    Chesapeake, VA
    Posts
    43
    http://www.freelancegfx.com/DC_bannerpage.html

    I am not an expert with flash just started learning. How could I make this start on rollover if I create an invisible button. The animation is just a scene I built in a mask instance I guess is the term? Anyway they are not on the main timeline but within the mask layer. Any they are different layers themselves. If this makes any sense let me know.

  12. #12
    Registered User dreaming is on a distinguished road dreaming's Avatar
    Join Date
    Jun 2008
    Posts
    18
    very nice. I guess need actionscript.

  13. #13
    Registered User marieke is on a distinguished road
    Join Date
    Jun 2008
    City, State
    netherlands
    Posts
    16
    Quote Originally Posted by mattgfx View Post
    http://www.freelancegfx.com/DC_bannerpage.html

    I am not an expert with flash just started learning. How could I make this start on rollover if I create an invisible button. The animation is just a scene I built in a mask instance I guess is the term? Anyway they are not on the main timeline but within the mask layer. Any they are different layers themselves. If this makes any sense let me know.
    I guess you can put the whole animation inside a new movieclip and put first a stop action on it followed by an on RollOver gotoAndPlay script.

  14. #14
    Registered User mattgfx is on a distinguished road mattgfx's Avatar
    Join Date
    Jun 2008
    City, State
    Chesapeake, VA
    Posts
    43
    http://www.freelancegfx.com/DC_bannerpage.html
    Cool I wasn't really understanding the action script that much. Finally got it. Used Action Script 3.0
    stop();
    function playMovie(event:MouseEvent):void
    {
    play();
    }
    play_btn.addEventListener(MouseEvent.ROLL_OVER, playMovie);

    I know there are prolly a million ways to do it. When you mouse over it will start the movie and I stoped at the end. When you mouse back over and pause just for a sec or so it will restart. How easy is it to control the symbols in the movie clip with a mouse over instead of it being played? Or is that pretty advanced?

  15. #15
    Registered User marieke is on a distinguished road
    Join Date
    Jun 2008
    City, State
    netherlands
    Posts
    16
    Quote Originally Posted by mattgfx View Post
    http://www.freelancegfx.com/DC_bannerpage.html
    Cool I wasn't really understanding the action script that much. Finally got it. Used Action Script 3.0
    stop();
    function playMovie(event:MouseEvent):void
    {
    play();
    }
    play_btn.addEventListener(MouseEvent.ROLL_OVER, playMovie);

    I know there are prolly a million ways to do it. When you mouse over it will start the movie and I stoped at the end. When you mouse back over and pause just for a sec or so it will restart. How easy is it to control the symbols in the movie clip with a mouse over instead of it being played? Or is that pretty advanced?
    Sorry I still use AS2,
    good luck!

  16. #16
    Registered User dreaming is on a distinguished road dreaming's Avatar
    Join Date
    Jun 2008
    Posts
    18
    no big difference btw as2.0 and 3.0 I think .

    updated my entries
    http://www.hongyu.us/motionheader.html

    http://www.hongyu.us/motionheader2.html

  17. #17
    Registered User mattgfx is on a distinguished road mattgfx's Avatar
    Join Date
    Jun 2008
    City, State
    Chesapeake, VA
    Posts
    43
    resurepus I had sent you an email today. I couldn't access the website at all. Does this happen alot?
    Anyway here is another submission. there is a rollover event on the DC logo.

    http://www.freelancegfx.com/DC_bannerpage.html

  18. #18
    The founder resurepus is a splendid one to behold resurepus is a splendid one to behold resurepus is a splendid one to behold resurepus is a splendid one to behold resurepus is a splendid one to behold resurepus is a splendid one to behold resurepus's Avatar
    Join Date
    Nov 2003
    City, State
    Toulouse
    Posts
    7,180
    mattgfx, no it doesn't happen often. If fact the site was down only for about 5 minutes (because of an error in hosting provider's billing system).

    Everybody, I will post feedback to your entries tomorrow. What I can say right now that I am sure you guys can do better!

    follow DesignContest on twitter

  19. #19
    Registered User marieke is on a distinguished road
    Join Date
    Jun 2008
    City, State
    netherlands
    Posts
    16
    Quote Originally Posted by dreaming View Post
    no big difference btw as2.0 and 3.0 I think .
    just a few differences...lol
    Last edited by marieke; 06-21-2008 at 03:11 AM.

  20. #20
    Registered User mattgfx is on a distinguished road mattgfx's Avatar
    Join Date
    Jun 2008
    City, State
    Chesapeake, VA
    Posts
    43
    Cool, I thought I was in trouble lol, I see a big sign that says SUSPENDED and thought the worst.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  • Find a contest
  • Participate and win
  • Get cash prize
Designers Join Us