PDA

View Full Version : kotnik bikes


cobo
12-22-2003, 06:38 AM
hi there,
did another one...

itīs not finished yet, but will be soon...
the site is created for an austrian bike store.

kotnik bikes (http://www.soulplasma.com/Kotnik)

cobo

section8ight
12-28-2003, 10:54 PM
Looks great,
It's got a solid, stylish look and feel from the animation right down to the photo work.

Kudos ;)

cobo
12-30-2003, 06:24 AM
thanx for that mate...

i had a look through your portfolio site and was amazed.
you did some awesome work... respect...

cobo

subquark
01-05-2004, 02:51 PM
good job, my only minor gripe, maybe disable the selected meny button when on that section

looks great!

snapple
01-06-2004, 07:13 AM
A very nice site - i really do like it.

I would perhaps try and search for a better qaulity loop for the music - it sounds great, but its very easy to tell when it stops, and it kinda gets annoying. Loops only work if your not aware its a loop.

Nice site, nice work, loved the preloader, loved the slick feel to it.

Respect.

Regards, snapple :)

cobo
01-07-2004, 05:53 AM
thanx again...
it makes me proud to get that much positive response.

subquark:

i will disable the selected menubutton :)
i havenīt realized it, but i think thatīs why we got this site check topic...

snapple:

youīre right, i often have problems with my sound loops.
there always seems to be a short pause between the loops, and i already posted this problem, but didnīt get any solution.

any ideas :confused:

cheers
cobo

subquark
01-07-2004, 05:57 AM
yes, you are correct, perfect for site check and it's avery minor thing. the previous version of 2advanced did not disable their buttons, so you are in good company

sound loops can be really tough, I play with mine in either Acid Loops or SoundForge, but it's always luck if I am able to get anything to sound good!

cobo
01-07-2004, 06:09 AM
:D yeah... youīre right... just checked the previous version of 2adv.

in this case it donīt seems to be a kind of newbie fault...
puuh....

subquark
01-07-2004, 06:38 AM
neato! i did not know they had the previous version available! Thanks!

It always bugs me when buttons don't get disabled, and I should go one step further myself by using a flag to indicate a button that has already been visited, after all, simple html links let you know what you have already viewed!

cobo
01-07-2004, 06:50 AM
yip... it takes some time in flash to mark those visited sections if you donīt use AS funcs, and for some reason i prefer to just switch on invisible layers on my buttons.

itīs funny how simple html things went nasty if you want to have the same functionallity in flash...

cobo

subquark
01-07-2004, 06:57 AM
well, that's an okay approcah, when the selected section comes up, send the button mc to an "_alreadyVisited" state
this[item+"_btn"].onRelease = function() {
. . .
this.gotoAndStop("_alreadyVisited");
this.enabled = 0;} but someone was talking about using flags, which is probably more efficient.