PDA

View Full Version : My flash site - Final school project


David-B
04-23-2007, 08:44 AM
Hello all, I'm working on a flash-website, which I'm going to the exams with.

I'm actually pretty new to flash, I know the basics and a little beyond. I know a few thing about actionscript and how it works, but nothing fancy or advanced.

So, I'm here to get help and comments on my site, and I hope you will use some of your time checking it out :)

Intro-page:
www.dccreative.dk

The site:
www.dccreative.dk/forside.html


Reason why the site is in two links, is because I don't know how to make the whole page in one scene, or how to say it. My buttons is movieclips and I've tried the onRelease - getURL, but didn't work as planned, so for now, the site is in each link.

That's all for now.

Regards;

David.

David-B
04-26-2007, 12:29 AM
Nothing?:rolleyes:

333
04-29-2007, 04:55 PM
I really like it

evride
04-29-2007, 05:06 PM
that on release code goes like this:

button_mc_name.onRelease = function() {
getURL(http://www.dccreative.dk/forside.html, _self);
}

this code DOES NOT go on a movieclip instead put it on the main stage.
do this by creating a new layer and naming it "actions". Lock the layer and select it. Open up the actions panel and add this code.

Comments on site - very nice looking, i really like the intro button design

dennisk
04-29-2007, 05:18 PM
I like the design of you webpage and I really like the animations of the intro page. However the intro page doesn't feel like a part of the complete website. This has to do with shape and color. Everything is very blurry which gives a nice atmosphere but the mc is shown in a rectangular shape which is very graphic. This is very contrasting also because it has a white background, this gives an amateuristic feeling to your intropage which is a shame of such a cool animation. Also the blue used in the animation doesn't come back in the rest of your design which has very earthy colors.

My advise as a designer in New Media is that you play around with the colors and shapes. If you have any questions about design my webpage will be online within the next two weeks. http://www.DennisKoks.com

David-B
04-29-2007, 08:49 PM
Hey guys, thanks for the comments and advise.

evdog: I will look into it, and see if it would work, thank you : )

dennisk: Yea, there is a problem with relating the intro-site with the frontpage, but I will work on it. Perhaps I could catch you on msn or icq? Pm it or whatever if you're intrested, sounds like you know a lot about design. : -)

-David

evride
05-01-2007, 09:40 PM
i forgot to add,
the buttons u want to add code to need to have instance names. u add the isntance name on the properties panel. then substitute the instance name for the "button_mc_name" code. each button need to have a different instance name