A 2nd try

a 2nd try…

site deleted

content isn´t ready yet …

just the main design and the preloader…

your opinion ?!?

Please don’t get offened if I ask you this, but is that your layout? I swear I’ve seen something like it before awhile back, but I can’t remember where. If I’m mistaken then I’m sorry, but I did see something very much like it before. It’s a cool layout though, but it could use some more color.

EDIT: oh and you might want to make the transitions between the sections shorter, they take too long, but you have some nice images for backgrounds. =)

nope … again “borrowed” of a design that no longer exists…

so no copyright is affected concerning the design…

oooh okay, well it looks nice. I was wondering about the preloader you have for each section, are you loading external movies in? And if you are, are the preloaders part of the external movie? If they are then how did you get them to show up on top of the doors instead of being hidden by the doors?

yepp they are external movies.

The preloader is in the mainmovie which is loaded into _level50 by the index swf.
So content is loaded externally into _level 10, mainmovie is able to show the preloader…

quite simple

I didn’t know it was possible to do it like that, I have the same kind of set up for my site too, with doors closing when the external movie is being loaded, but I couldn’t figure it out. Now when you say the preloader is loaded into _level50, is it in a movieclip of its own? Sorry if I’m bugging you about this, I really interested into getting it work for my site so any help would be appreciated. =)

sure if the master is asking i will do my very best…;-))))))))

ok i posted it in another thread… but again here is the main code of the preloader

onClipEvent (enterFrame) {
_level50.alles.loader1.loadBar._yscale = 0;
_level50.alles.loader1.loadBar.gotoAndPlay(2);
var total = _level10.getBytesTotal();
var loaded = _level10.getBytesLoaded();
percent = (loaded/total)*100;
_level50.alles.loader1.loadBar._yscale = percent;
percentDisplay=Math.round(percent);
alles=Math.round(total/1024);
moment=Math.round(loaded/1024);
if (loaded == total) {
_level10._visible=true;
_visible=false;
} else {
_level10._visible=false;
_visible=true;
}
}

as mentioned:

index.swf is functioning only for loading the main movie into level 50 with

loadMovieNum(“whatuwant.swf”, 50);

so mainmovie is now on level 50…

if level 50 is loading some content externally into level 10 f.e. it will be loaded behind level 50… so if the doors are open… you will see the loaded content…

sorry for my bad english… but u know …those german krauts … :wink:

im sorry but 2a version 2 does still exist and i am sad to c a rip off of it. i can understand inspiration but this is identical. i would recommend changing it around.
http://www.2advanced.com/archive/v2/flashindex.htm

Yep this is identical to 2Advanced Version 2.

:frowning:

=VALOR=

ok then i will change it… it was just for testing … sorry for that… site will be deleted …

thx for the hint…!

No hard feelings man. :bandit: The hardest part of creating a site is to make something original.

=VALOR=

Valor, I see you have the same effect on my footer on your site, do you remember the site where you got the original fla from? I can’t remember where I got it. I want to make a tutorial about it, but I need to ask for permission from the original creator whom I have no idea.

@ valor…

yea …step by step i learn the essentials concerning action script… but original design (especially a complete page) isn´t that easy…

I dont remember where I found it :-\ . Let me search for it, and if I find it, I’ll let you know =)

=V=