Combined Code
frame 1 {
stop();
_root.dark1.gotoAndPlay('brighter');
btn_play.onRelease = function () {
gotoAndPlay('map');
_global.game_p = false;
};
btn_back.onRelease = function () {
gotoAndPlay('main_menu');
};
p1.onRelease = function () {
_global.char_id = 1;
updateCharacter();
_global.char_name = 'Stephen';
_global.char_species = 'Fox';
_global.char_gender = 'Male';
_root.t1.text = _global.char_name;
_root.t2.text = _global.char_species;
_root.t3.text = _global.char_gender;
_root.t4.text = _global.char_preferences;
};
p2.onRelease = function () {
_global.char_id = 2;
updateCharacter();
_global.char_name = 'YCH';
_global.char_species = 'Unknown';
_global.char_gender = 'Unknown';
_root.t1.text = _global.char_name;
_root.t2.text = _global.char_species;
_root.t3.text = _global.char_gender;
_root.t4.text = _global.char_preferences;
};
p3.onRelease = function () {
_global.char_id = 3;
updateCharacter();
_global.char_name = 'Randal';
_global.char_species = 'Dog';
_global.char_gender = 'Male';
_root.t1.text = _global.char_name;
_root.t2.text = _global.char_species;
_root.t3.text = _global.char_gender;
_root.t4.text = _global.char_preferences;
};
p4.onRelease = function () {
_global.char_id = 4;
updateCharacter();
_global.char_name = 'Neeky';
_global.char_species = 'Mutt Dog';
_global.char_gender = 'Male';
_root.t1.text = _global.char_name;
_root.t2.text = _global.char_species;
_root.t3.text = _global.char_gender;
_root.t4.text = _global.char_preferences;
};
p5.onRelease = function () {
_global.char_id = 5;
updateCharacter();
_global.char_name = 'April';
_global.char_species = 'Cat';
_global.char_gender = 'Female';
_root.t1.text = _global.char_name;
_root.t2.text = _global.char_species;
_root.t3.text = _global.char_gender;
_root.t4.text = _global.char_preferences;
};
p6.onRelease = function () {
_global.char_id = 6;
updateCharacter();
_global.char_name = 'Yuki';
_global.char_species = 'Bunny';
_global.char_gender = 'Male';
_root.t1.text = _global.char_name;
_root.t2.text = _global.char_species;
_root.t3.text = _global.char_gender;
_root.t4.text = _global.char_preferences;
};
p7.onRelease = function () {
_global.char_id = 7;
updateCharacter();
_global.char_name = 'Saren';
_global.char_species = 'Dragon';
_global.char_gender = 'Transgender';
_root.t1.text = _global.char_name;
_root.t2.text = _global.char_species;
_root.t3.text = _global.char_gender;
_root.t4.text = _global.char_preferences;
};
b1.onRelease = function () {
_global.char_preferences = 'Straight';
};
b2.onRelease = function () {
_global.char_preferences = 'Gay';
};
b3.onRelease = function () {
_global.char_preferences = 'Bisexual';
};
b4.onRelease = function () {
_global.char_preferences = 'Transgender';
};
b5.onRelease = function () {
_global.char_preferences = 'C-Boys';
};
}
// unknown tag 88 length 178
// unknown tag 88 length 216
movieClip 12 {
}
movieClip 15 {
}
movieClip 18 {
}
movieClip 21 {
}
movieClip 24 {
}
movieClip 27 {
}
movieClip 30 {
}
movieClip 33 {
}
movieClip 36 {
}
movieClip 39 {
}
movieClip 42 {
}
movieClip 79 {
frame 1 {
stop();
}
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
frame 40 {
stop();
}
frame 50 {
stop();
}
frame 60 {
stop();
}
frame 70 {
stop();
}
frame 80 {
stop();
}
frame 90 {
stop();
}
frame 100 {
stop();
}
frame 110 {
stop();
}
}
button 83 {
on (rollOver) {
mySound = new Sound(this);
mySound.attachSound('BUBBLE.wav');
mySound.start();
_root.selection.gotoAndPlay(2);
}
}
button 87 {
on (rollOver) {
mySound = new Sound(this);
mySound.attachSound('BUBBLE.wav');
mySound.start();
_root.selection.gotoAndPlay(11);
}
}
button 91 {
on (rollOver) {
mySound = new Sound(this);
mySound.attachSound('BUBBLE.wav');
mySound.start();
_root.selection.gotoAndPlay(21);
}
}
button 95 {
on (rollOver) {
mySound = new Sound(this);
mySound.attachSound('BUBBLE.wav');
mySound.start();
_root.selection.gotoAndPlay(31);
}
}
button 99 {
on (rollOver) {
mySound = new Sound(this);
mySound.attachSound('BUBBLE.wav');
mySound.start();
_root.selection.gotoAndPlay(41);
}
}
button 103 {
on (rollOver) {
mySound = new Sound(this);
mySound.attachSound('BUBBLE.wav');
mySound.start();
_root.selection.gotoAndPlay(51);
}
}
button 107 {
on (rollOver) {
mySound = new Sound(this);
mySound.attachSound('BUBBLE.wav');
mySound.start();
_root.selection.gotoAndPlay(61);
}
}
button 111 {
on (rollOver) {
mySound = new Sound(this);
mySound.attachSound('BUBBLE.wav');
mySound.start();
_root.selection.gotoAndPlay(71);
}
}
button 115 {
on (rollOver) {
mySound = new Sound(this);
mySound.attachSound('BUBBLE.wav');
mySound.start();
_root.selection.gotoAndPlay(81);
}
}
button 119 {
on (rollOver) {
mySound = new Sound(this);
mySound.attachSound('BUBBLE.wav');
mySound.start();
_root.selection.gotoAndPlay(91);
}
}
button 125 {
on (rollOver) {
mySound = new Sound(this);
mySound.attachSound('BUBBLE.wav');
mySound.start();
_root.selection.gotoAndPlay(101);
}
}