Page is a not externally linkable
- Code, Content, and Presentation
-- Flash and Shockwave
---- add new menu item to existing flash file


cpsarros - 1:01 am on Nov 7, 2009 (gmt 0)


OK I will give it a try.

There are 3 main layers, the black background, the lines between the items and then the items themselves.

There are 64 frames in total, below is the main layer
frame 1: Stage.showMenu=false;
frame 64: stop();

An item or button has 10 frames
frame 1: stop();
frame 10: stop();
button:
on (rollOver) {
gotoAndPlay("s1");
}
on (rollOut, releaseOutside) {
gotoAndPlay("s2");
}
on (release) {
getURL("males.htm");
}


Thread source:: http://www.webmasterworld.com/flash/4018820.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com