Page is a not externally linkable
cpsarros - 1:01 am on Nov 7, 2009 (gmt 0)
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 An item or button has 10 frames
OK I will give it a try.
frame 1: Stage.showMenu=false;
frame 64: stop();
frame 1: stop();
frame 10: stop();
button:
on (rollOver) {
gotoAndPlay("s1");
}
on (rollOut, releaseOutside) {
gotoAndPlay("s2");
}
on (release) {
getURL("males.htm");
}