Image Menu v2
Modified version of the previous, the menu now has functional links. Much thanks to sanjum for help with the script.
To modify urls, simply open...
more >
| Author URL | no website | |||
| Listing URL | none | |||
| Downloads | 14137 | Views | 48615 | |
| jmalek | ||||
|
User ratings for Image Menu v2. |
||||
More listings by jmalek
Bulletproof ... |
Butterfly Fo... |
Image Menu |
Digital Cloc... |
3D Zoom Navi... |
Thumbnail Sc... |
Comments
You need to LOGIN to post a comment.
for linking to a specific label in your movie. i used the same code nilsy posted and just replaced it with the root path and it worked...
var j:Number;
for (j=0; j<menu_no; j++) {
var _mc:MovieClip = new MovieClip();
_mc = this[mc_string+j];
_mc.onRelease = function () {
if (this._name == "mainmenu0") {
_root.gotoAndStop("home");
}
if (this._name == "mainmenu1") {
_root.gotoAndStop("leg");
}
if (this._name == "mainmenu2") {
_root.gotoAndStop("way");
}
if (this._name == "mainmenu3") {
_root.gotoAndStop("induli");
}
if (this._name == "mainmenu4") {
_root.gotoAndStop("people");
}
if (this._name == "mainmenu5") {
_root.gotoAndStop("pics");
}
if (this._name == "mainmenu6") {
_root.gotoAndStop("contact");
}
};
Hi r-land...can you send me the correct AS code, i have the same problem in the buttons, always tha same link.
berzera@gmail.com
thanks!
Hi again :) Problem solved, if you need a solution code, mail me :)
buttons now work fine.
yep, links suck :D if you change them through imagemenu.as, they work, but not all, only one - 5th in an array. And it works for all buttons :D It's kind a strange :)
I removed Math.Floor function from line 82 of your AS code.
My thumbs were 119px and script always gave me 2px line in the end of the thumbs. And it is better to put black background, cause if you look at a preview swf here on the page, there is sometimes a 1px line coming out between thumbs. Black background solves that :)
And you definitely should work with this script more to add more dynamics to it. Width and position functions are based on mathematics and I had to understand the code completely before I could change it to work properly with my thumbs (they were really narrow and a lot of space around them).
Anyway, thanks for sharing. I'm a blogger and I would like to use your code for tutorial if you don't mind. Of course I put all the links to your profile :) Please give me to know, you can answer here or send an e-mail to info@rl-creative.com
Thank you in advance :)



