PDA

View Full Version : Strech menu



pom
December 26th, 2004, 06:06 PM
This menu was first created by Den Ivanov. I merely updated his code, which was Flash 4 I believe, and therefore very hard to read, not to mention customize.

I added a crappy tween effect just to demonstrate how to do it :P

gonzales
December 28th, 2004, 06:24 PM
awesome!
thanks a lot pom.

Neil
January 11th, 2005, 05:34 PM
Good stuff man :hugegrin:

Coppertop
January 11th, 2005, 05:46 PM
funky.

ramo_integ
January 20th, 2005, 03:04 AM
hey nice menu...how would i make it link to my external swf????

pom
January 20th, 2005, 09:44 AM
It's in the code. In the onPress part :)

mlk
January 20th, 2005, 01:13 PM
Hey dude, can you post a swf/fla as well, for those of us who are stuck behind the school's unzicapable macs ?

cheerio

the other frogman

ramo_integ
January 20th, 2005, 02:50 PM
i see the onpress part but it says but_pressed=0 .... how can i set it to go to a specific url for each button?? i dont see that at all..can someone post that section with the code ??

iloveitaly
January 22nd, 2005, 09:54 AM
Hey dude, can you post a swf/fla as well, for those of us who are stuck behind the school's unzicapable macs ?

cheerio

the other frogman
Its in zip format... Macs open zip format natively...

ramo_integ
January 28th, 2005, 03:04 AM
i still cant figure out how to make this link to my swfs???? can someone please post the section with the code added to it so can see exactly what i need to put in????

i've been trying to figure it out but i cant ..please help!

ramo_integ
January 28th, 2005, 02:59 PM
?anyone?

SlowRoasted
January 28th, 2005, 05:17 PM
sweet man, i love that effect;)

pom
January 29th, 2005, 09:29 AM
?anyone?You were right, it wasn't in the code, sorry about that:
_mc.onRollOut = _mc.onDragOut = function () {
but_pressed = 0 ;
this.gotoAndPlay("back") ;
} ;
_mc.onPress = function () {
trace ("There") ;
} ;
// ...

ramo_integ
January 29th, 2005, 12:13 PM
thanks...but that's still not clear to me....that doesnt seem to tell which one of the buttons has been pressed..and how would i get it to open my swf's in a container?