Combined Code
frame 1 {
stop();
forward.onRelease = function () {
gotoAndStop('nudes');
};
}
frame 1 {
stop();
forward.onRelease = function () {
gotoAndStop('nudes');
};
}
frame 2 {
stop();
forward.onRelease = function () {
gotoAndStop('nudes');
};
}
frame 2 {
stop();
forward.onRelease = function () {
gotoAndStop('attire');
};
back.onRelease = function () {
gotoAndStop('profile');
};
}
frame 3 {
stop();
forward.onRelease = function () {
gotoAndStop('nudes');
};
}
frame 3 {
stop();
forward.onRelease = function () {
gotoAndStop('stats');
};
back.onRelease = function () {
gotoAndStop('nudes');
};
}
frame 4 {
stop();
forward.onRelease = function () {
gotoAndStop('nudes');
};
}
frame 4 {
stop();
forward.onRelease = function () {
gotoAndStop('inventory');
};
back.onRelease = function () {
gotoAndStop('attire');
};
}
frame 5 {
stop();
forward.onRelease = function () {
gotoAndStop('nudes');
};
}
frame 5 {
stop();
forward.onRelease = function () {
gotoAndStop('mount');
};
back.onRelease = function () {
gotoAndStop('stats');
};
}
frame 6 {
stop();
forward.onRelease = function () {
gotoAndStop('nudes');
};
}
frame 6 {
stop();
forward.onRelease = function () {
gotoAndStop('future');
};
back.onRelease = function () {
gotoAndStop('inventory');
};
}
frame 7 {
stop();
forward.onRelease = function () {
gotoAndStop('nudes');
};
}
frame 7 {
stop();
back.onRelease = function () {
gotoAndStop('mount');
};
}