PDA

View Full Version : Latest work



broneah
March 2nd, 2007, 09:54 AM
I was woundering what everyone thought of this? I some times think less of myself and what I produce. Sort of the designer mentality? Is it ever good enough!? Anyway, I have been with iMart 2 years now and recently we took on a client that sells drugs. Nutrilite had a pretty bad website before!

Most of the peice is class driven, this is actualy my first production peice. Hit me with your honasty. I did ALL flash work. The site just won a pretty big award on the design aspect, it sucks that the techies never get much recognition.


Heres a little code snippet :)





//ConstructMenu
//Comment: Constructs re-usable array for retrieving URL from xml data source and builds menu dynamicly.
public function ConstructMenu(){

var intHeight:Number = 25;//Height of initial menu item;

xmlDSReturn = mx.xpath.XPathAPI.selectNodeList (xmlDataSource.firstChild, strXPath);
for (var intCnt:Number = 0; intCnt < xmlDSReturn.length; intCnt++)
{
_root.languageSelector.menuItem.duplicateMovieClip ("menuItem" + intCnt, intCnt);
_root.languageSelector["menuItem"+intCnt]._y = intCnt * 17 ; //menu item spacing
intHeight = intHeight + _root.languageSelector["menuItem" + intCnt]._height; //Sets background height based on items in menu

_root.languageSelector["menuItem"+intCnt].txtLabel.text = xmlDSReturn[intCnt].attributes["Translated"].toString();
_root.languageSelector.menuBackground._height = intHeight;
}
}




www.nutrilite.com (http://www.nutrilite.com)

BoonDock
March 2nd, 2007, 10:57 AM
I don't think it's all that bad actually. I would like for you to speed up the framerate so it doesn't seem so laggy for the animations ...

The content and how you've laid it out in the other sections is done tastefully.

There was a sound that played on the content windows that I was a little curious about - was it meant to play? Or am i just hearing things?

broneah
March 2nd, 2007, 11:28 AM
I don't think it's all that bad actually. I would like for you to speed up the framerate so it doesn't seem so laggy for the animations ...

The content and how you've laid it out in the other sections is done tastefully.

There was a sound that played on the content windows that I was a little curious about - was it meant to play? Or am i just hearing things?


#1 I didnt design, I just built it.
#2 Brand Comm/Creative Director tells you how to do everything...it sucks.

Ideas in motion, thats all I am.

BoonDock
March 2nd, 2007, 01:13 PM
#1 I didnt design, I just built it.
#2 Brand Comm/Creative Director tells you how to do everything...it sucks.

Ideas in motion, thats all I am.

Ok, well if you built it - then my critique still applies .. and I'm not sure why you make the comment on creative director etc. unless he/she was the one to tell you to slow the framerate to what it is for the flash part ... and trust me I know (i take directions from the Art Directors all the time ... but its the only way to move up ;) ...)