HOME | DD

incdeveloper — Albee Adventures

Published: 2005-06-15 01:33:47 +0000 UTC; Views: 530; Favourites: 0; Downloads: 132
Redirect to original
Description Well this is my first client here in costa rica, well not the first one.... It take me like 3 weeks to complete it, i got some help from a good friend henry.

well what more can i say, well .....more technical details:
17 layers in the main timeline
over 830 frames in the main timeline that is just for the main layout
for the menu:
36 layers
over 1385 frames.

the actions:
stop();
//BOTONES AFUERA
chat.onRelease = function() {
elswitch = 70;
gotoAndPlay("a");
};
email.onRelease = function() {
elswitch = 80;
gotoAndPlay("a");
};
aboutus.onRelease = function() {
elswitch = auswitch = 90;
gotoAndPlay("a");
};
aboutusq.onRelease = function() {
elswitch = auswitch = 90;
gotoAndPlay("a");
};

//HOME
//---------------------------------
menu.CASAhome.onRelease = function() {
elswitch = 1;
gotoAndPlay("a");
};
menu.CASAmap.onRelease = function() {
elswitch = 2;
gotoAndPlay("a");
};
menu.CASAcostarica.onRelease = function() {
elswitch = 3;
gotoAndPlay("a");
};
menu.CASAbelize.onRelease = function() {
elswitch = 4;
gotoAndPlay("a");
};
menu.CASAguatemala.onRelease = function() {
elswitch = 5;
gotoAndPlay("a");
};
menu.CASAhonduras.onRelease = function() {
elswitch = 6;
gotoAndPlay("a");
};
menu.CASAsalvador.onRelease = function() {
elswitch = 7;
gotoAndPlay("a");
};
menu.CASAnicaragua.onRelease = function() {
elswitch = 8;
gotoAndPlay("a");
};
menu.CASApanama.onRelease = function() {
elswitch = 9;
gotoAndPlay("a");
};
stop();
switch (elswitch) {
case 70: gotoAndPlay ("chat")
break
case 80: gotoAndPlay ("email")
break
case 90: gotoAndPlay ("aboutus")
break

case 1: gotoAndPlay("home");
break
case 2: gotoAndPlay("disculpas");
break
case 3: gotoAndPlay("costarica");
break
case 4: gotoAndPlay("disculpas");
break
case 5: gotoAndPlay("disculpas");
break
case 6: gotoAndPlay("disculpas");
break
case 7: gotoAndPlay("disculpas");
break
case 8: gotoAndPlay("disculpas");
break
case 9: gotoAndPlay("disculpas");
break
}

this multiply by 20 sections and you get all the actions in the main layout. the sections work different... hehe


the official website is albeeadventures.com.

well if you find any bug let me know. also i am working with other client rigth now, i will apply all i know in this new website i. hehe

well please coment and thanks in advanced...
Related content
Comments: 4

soulseek3r [2005-08-07 03:52:18 +0000 UTC]

really like the sound. Gives that feel. Great work

👍: 0 ⏩: 0

zeroprophecy [2005-06-18 00:31:26 +0000 UTC]

looks pretty nice man. i like the menu system alot. how in the world did you do it? lots of actionscriptiong? ive tried something similar before but it seemed like everything i tried messed up

👍: 0 ⏩: 1

incdeveloper In reply to zeroprophecy [2005-06-18 17:03:44 +0000 UTC]

hehe, well the menu is in a movieclip and its program only with gotoandplay, there are about 800 frames there. Its a little complex but nice.. hehe ... it take me some time to figure it out...

👍: 0 ⏩: 0

insc [2005-06-15 12:53:03 +0000 UTC]

I like it, not like your templates, which were more modern and high-tech, that, in my outside view opinion, is what you do best.
But since this is a client work, it probably had this smooth and clean desire for the web-site.
Good job!

👍: 0 ⏩: 0