View Full Version : http://www.infinitydesigns.co.uk
tommmm
07-22-2003, 09:35 AM
Hi,
gone for a clean/professional look. Any comments appreciated good or bad on all areas of the design.
http://www.infinitydesigns.co.uk
Thanks
looks pretty good
noticed a couple typos - mis-spellings
and that on some of the menus
the 1st item is labled '0' and on others labled '1'
soup
tommmm
07-22-2003, 12:32 PM
Originally posted by soup
looks pretty good
noticed a couple typos - mis-spellings
and that on some of the menus
the 1st item is labled '0' and on others labled '1'
soup
yeah typos will be delt with tonight
could you explain the menu...which menu ?
on the work/clients page - menu items 1-4
i guess its more the _new targeted parts
http://www.infinitydesigns.co.uk/gallery/
menu items 0-15
menu is labled differently - very subtle oversite
just something i noticed
i like it, very smooth overall - although
the volume slider is a bit choppy
i couldnt recreate it, so who am i to talk ;}
soup
tommmm
07-22-2003, 02:46 PM
Originally posted by soup
on the work/clients page - menu items 1-4
i guess its more the _new targeted parts
http://www.infinitydesigns.co.uk/gallery/
menu items 0-15
menu is labled differently - very subtle oversite
just something i noticed
i like it, very smooth overall - although
the volume slider is a bit choppy
i couldnt recreate it, so who am i to talk ;}
soup
ah right yeah i understand yeah the gallery is the first version so it has a few bugs....ill fix it up soon i never got round to it.
ill look into the music controls, they have been commented on...they work with AS, startdrag () and so forth.
well i dont think its a processor issue
i mean - cpu draining so much
got a p4 1.8ghz 512 meg ram
what about having the line be the control
click the line, the slider - as it is now - slide to the clicked position
and scales the volume at the same time
eliminating the start drag altogether
just a thought - i dont like startDrag
soup
something like this, but with sound
http://www.route108.com/soup/misc/photo_port.swf
no clicking, but could be that way if so desired
code is here
http://www.actionscript.org/forums/showthread.php3?s=&threadid=31515
tommmm
07-22-2003, 02:57 PM
Yeah thats a pretty good idea...i like it.
Ill have to look into it. I needed some inspiration for them, this might just be it
Thanks a lot :D
tommmm
07-22-2003, 02:58 PM
Originally posted by soup
something like this, but with sound
http://www.route108.com/soup/misc/photo_port.swf
no clicking, but could be that way if so desired
Cannot find server :(
Edit
All good now, is that done with x mouse ?
EDIT
this is actually on the yellow dot
doing too many things at once
onClipEvent(enterFrame) {
if(_parent.bar.hitTest(_root._xmouse, _root._ymouse, true)) {
var tar = _parent._xmouse;
var cur = this._x;
var dist = tar - cur;
this._x += dist/5;
}
}
just had posted the file for comments
http://www.actionscript.org/forums/...&threadid=31515
onClipEvent(load) {
this._alpha = 0;
}
onClipEvent(enterFrame) {
// fade in
if(this._alpha<100) {
this._alpha += 2;
}
// fiddle with numbers depending on overall length of the thumbs movie clip and how wide the mask is
var mouseX = (_root._xmouse*3)-400;
var mouseY = _root._ymouse;
var width = this._width;
var curX = this._x;
// calculate the distance between the thumbs position, and the mouses X position
var distX = (mouseX - curX);
// tell the thumbs to slide only if the mouse ISNT over them - and the mouse IS below them
// move the thumbs relative to the distance - as the distance lessens - the speed decreases
if(!this.hitTest(_root._xmouse, _root._ymouse, true) && mouseY>= _root.blank3._y+(height/2)) {
this._x += (distX/5);
}
}
its loaded into a main movie at the very bottom
http://www.route108.com/soup/misc/new_site_index.html
soup
Timmee_3Styler
07-22-2003, 04:19 PM
everything looks good
just some suggestions
i dont think the enter button on your splash page fits the page
not a bad site :)
tommmm
07-22-2003, 04:22 PM
Originally posted by Timmee101
everything looks good
just some suggestions
i dont think the enter button on your splash page fits the page
not a bad site :)
Thanks I'll look into that, I was trying to go for that homely feel that would fit with the background..maybe I'll find something better.
Thanks again
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.