View Full Version : a 2nd try
ollihimself
January 5th, 2003, 07:35 AM
a 2nd try....
site deleted
content isnīt ready yet ...
just the main design and the preloader...
your opinion ?!?
eyeinfinitude
January 5th, 2003, 07:38 AM
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. =)
ollihimself
January 5th, 2003, 07:42 AM
nope ... again "borrowed" of a design that no longer exists...
so no copyright is affected concerning the design.....
eyeinfinitude
January 5th, 2003, 07:44 AM
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?
ollihimself
January 5th, 2003, 07:51 AM
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
eyeinfinitude
January 5th, 2003, 07:57 AM
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. =)
ollihimself
January 5th, 2003, 08:28 AM
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 .... ;-)
slayerment
January 5th, 2003, 12:15 PM
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
=VALOR=
January 5th, 2003, 12:59 PM
Yep this is identical to 2Advanced Version 2.
:(
=VALOR=
ollihimself
January 5th, 2003, 02:20 PM
ok then i will change it... it was just for testing ... sorry for that.... site will be deleted .....
thx for the hint...!
=VALOR=
January 5th, 2003, 02:29 PM
No hard feelings man. :bandit: The hardest part of creating a site is to make something original.
=VALOR=
eyeinfinitude
January 5th, 2003, 02:34 PM
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.
ollihimself
January 5th, 2003, 02:52 PM
@ valor...
yea ....step by step i learn the essentials concerning action script.. but original design (especially a complete page) isnīt that easy...
=VALOR=
January 5th, 2003, 02:52 PM
I dont remember where I found it :-\ . Let me search for it, and if I find it, I'll let you know =)
=V=
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.