PDA

View Full Version : Flash Menu Battle Rules



pom
May 10th, 2003, 12:18 PM
WHAT:
A menu/nav bar with main heads and possibly subheads

HOW:
Full freedom to use anything (sound, pics), but no bigger than 100kB (it has to be usable afterwards :))

WHO:
flasherjaz, morse, vdesigns, syko, BillyBaker, ilyaslamasse, eudora, Liam

WHEN:
Monday 19 may 03

Good luck!

pom :)

Jasninder
May 14th, 2003, 11:00 AM
wats the date today???
wats the day today???
how many days to sunday????

mjULTRA
May 14th, 2003, 11:20 AM
look below your post count...

Jasninder
May 14th, 2003, 11:25 AM
ya well, atleast i promise mine, ya u r rite, single entry can't b valid.But i ll make it anyway.

pom
May 14th, 2003, 12:52 PM
Originally posted by Majeye
(no file attachment)

MOD: delete this post if the issue is resolved... Yeah, let's start with an open mind... :egg:

Jasninder
May 15th, 2003, 01:49 AM
My entry will b done soon, may b i ll post it by today evening :)

Jasninder
May 16th, 2003, 11:41 AM
I dont wana sound lik m givin an excuse or somethin, just got real busy.Battle was a commitment so here goes.

Complete that in couple of hours , sorry it's not a winning entry i kno, still it's an entry i promised :s:

..:: c l i c k h e r e ::.. (http://www.jasninder.com/battle/menubattle.htm)

Jasninder
May 17th, 2003, 04:40 AM
wots going on?
all of u participated and noone has posted anything?
:+)

kirupa
May 17th, 2003, 08:30 AM
They have till the 19th, so I'm sure they may be cooking up something interesting between now and then =)

Jasninder
May 17th, 2003, 11:12 AM
we 've got great kirupa himself here :)

ya even i m hoping to see some really cool ones, i bet ilyaslamasse is up2 something groovy :thumb: and so are others.
Dis is my first battle as a host and a participant,altho my entry sucks.I will b really disappointed if my battle also goes down as one of the worst :(

Thanx anyway :)

pom
May 18th, 2003, 12:59 PM
I'm working on mine. Not sure I'll be done by tomorrow though :-\

liam
May 18th, 2003, 01:06 PM
same.... we can't have an extension, can we? :q:

Jasninder
May 18th, 2003, 07:10 PM
Howmuch extention u guys need? if others agree tht after this extn they ll also submit their entries. Sure,why not.But will Mods allow that?

Jasninder
May 19th, 2003, 07:30 AM
time's up???
is dis finished?

liam
May 19th, 2003, 04:37 PM
sorry, im not done mine :(

pom
May 19th, 2003, 06:36 PM
I'm done. Not much, mainly actionscripted, and bugged as hell :P



It looks very small on my comp, no idea why. Here it is again:

http://membres.lycos.fr/museebranly/menuBattle2.swf

Concerning the time extension, I agree to give you one or 2 days more, but that's all. It's still a battle :)

pom
May 19th, 2003, 06:40 PM
If you import the Arial font in your library, you'll get my menu with this code (piggy style, sorry :beam: ) :
sections=["me","portfolio","works","contact"];
subSections=[["Myself","and I"],["First","Second","Third"],["smth","else","than","this"],["mail","address","fax"]];

k = .2;
damp = .9;

function fadeOut (cli){
this._alpha /= 2;
if (this._alpha < 2) this.removeMovieClip();
}
MovieClip.prototype.springTo = function (){
var dx = this.targ_x - this._x ;
var dy = this.targ_y - this._y ;
this.vx += k*dx ;
this.vy += k*dy ;
this.vx *= damp ;
this.vy *= damp ;
this._x += this.vx ;
this._y += this.vy ;
}

function createButton(clip,texte,size,dep){
var cl = clip.createEmptyMovieClip("but"+dep,dep);
cl.createTextField("section",0,0,0,80,20);
var tf = new TextFormat();
tf.font = "Arial";
tf.size = size;
tf.selectable = false;
tf.color = "0xff0000";
cl.section.text = texte;
cl.section.embedFonts = true;
cl.section.setTextFormat(tf);
var c = cl.createEmptyMovieClip("but",1);
c.beginFill(0,0);
c.lineTo(cl.section.textWidth,0);
c.lineTo(cl.section.textWidth,cl.section.textHeigh t);
c.lineTo(0,cl.section.textHeight);
c.endFill();
c.ind = dep;
c.onPress = function(){
a = subClip.length;
if (a > 0)
for (f in subClip) subClip[f].onEnterFrame = fadeOut;
var q = subSections[this.ind].length;
var radius = 75;
subClip = [];
for (var p = 0; p<q ; p++){
var b = createButton (this._parent,subSections[this.ind][p],15,p+10);
var ang = 2 * Math.PI * p / q ;
b.targ_x = this._parent._width/4 + radius * Math.cos(ang) ;
b.targ_y = radius * Math.sin(ang) ;
container.targ_x = Stage.width/2 - this._parent._x;
container.targ_y = Stage.height/2 - this._parent._y;
subClip.push(b);
}
}
cl.onEnterFrame = springTo;
return cl;
}

this.createEmptyMovieClip("container",0);
container._x = Stage.width/2;
container._y = Stage.height/2;
n = sections.length;
radius = 100;
for (var p = 0; p<n ; p++){
var b = createButton (container,sections[p],20,p);
var ang = 2 * Math.PI * p / n ;
b.targ_x = radius * Math.cos(ang) ;
b.targ_y = radius * Math.sin(ang) ;
}

container.targ_x = Stage.width/2 ;
container.targ_y = Stage.height/2 ;
container.onEnterFrame = springTo ;

pom
May 21st, 2003, 05:24 AM
E.T...... phone....... home.......

Jasninder
May 21st, 2003, 08:08 AM
Great work Man, this is beautiful.Way better than mine, then again i lost it to action scripting:( hehehehe
thanx man, but I m confused bout our battle, is anyone else even interested in sending some entries?

vdesigns
May 21st, 2003, 08:15 AM
i have almos completed ....but a time limit is a time limit
this is not a competition .... this is to know ones capabiliteies and to help the newbies....
so lets upload

Jasninder
May 22nd, 2003, 05:09 AM
ya sure m8, lets go ahead wid the uploading.Lets not make it a total flop hehehe, just kiddin...

Jasninder
May 25th, 2003, 07:23 AM
oh well :( a complete flop

ilyaslamasse please delete this one, it's embarrassing inspite of urs and mine efforts.

vdesigns
May 28th, 2003, 03:48 AM
nothing is a flop.....atleast 2 of you showed up, I am with u guys ..not a great flasher but will put it up soon


the menus look great
ilyaslamasse .....explain the code will help

vdesigns
May 28th, 2003, 03:49 AM
flasher your menu was excelent but was it just action script as ilyaslamasse or is it animation or both.....

Jasninder
May 28th, 2003, 08:29 AM
mine is a mixture of both,or is it...... i ll call it a logical use of general actions. I ll send u the fla, i hope u learn few things from it.There comes a stage in wich i m rite now, u get clients, u have ppl working for u, but there's something missin, tht's how i feel
about missing out on AS. I dont get to use much of it in the work
(i m talking bout highend stuff, u kno) But as a learner u shud really do it hardcore, who knows u mite need it...... u kno

Moreover being an indian,just like me u ll understand n agree tht "when money start talkin,mind stop listenin" hahahah =)