Browsing articles tagged with " navigation"
Apr
25
2010

Creating a Web Design Layout

Good evening everybody welcome to another tutorial by HV-Designs. In today’s tutorial I’ll be showing you how to create a sleek web design company style web template. For the best tutorials, Follow netglos @twitter and netglos.com The Final Layout Once completed you should have something like this. Lets Get Started Start off by creating a new document with the following dimensions “1200 x 1400″, don’t worry if the document seems big as you can crop [...]

Feb
23
2010

Horizontal Slider Highlighted Menu with Flash

Purpose: Have a sliding horizontal bar, highlighting your horizontal menu Difficulty: Intermediate In Short: Using simple actionscript to create the movement. Actionscript used: (sample) easeSpeed = 5; //slider_mc is your Movie Clip’s name, not the Instance Name. slider_mc.onEnterFrame = function() { this._x += (xMove1-this._x)/easeSpeed; }; button_1.onPress = function() { xMove = button_1._x; }; button_2.onPress = function() { xMove = button_2._x; }; button_3.onPress = function() { xMove = button_3._x; }; button_4.onPress = function() { xMove = [...]

Feb
17
2010

Glossy-Style Carbon Fibre Navigation Buttons

I really love this kind of style, so I thought just I’d share another tutorial with you guys (and girls, of course) on how to design something like what I’ve shown below, a kind of glossy, carbon fiber navigation set 1. Grungy Background Creation I know this navigation set will most likely be going on a clan website design or something like that, but I really love designing really cool, grungy backgrounds for my tutorials [...]

Pages:«12

Popular Posts