Combined Code
frame 1 {
_root.a.htmlText = '/v/ The Game<br><br>You are sitting at a computer terminal browsing /v/.';
Selection.setFocus(_root.b);
}
// unknown tag 88 length 69
button 6 {
on (keyPress '<Enter>') {
if (_root.b.text != '') {
if (_root.b.text != 'quit') {
f = Math.random();
if (f < 0.25) {
gg = '>The board is flooded with non vidya threads.<br>';
} else {
if (f < 0.5) {
gg = '>You contribute to an implications thread.<br>';
} else {
if (f < 0.75) {
gg = '>Somebody responds to your well written post with \'u mad?\'.<br>';
} else {
gg = '>Reaction image.<br>';
}
}
}
_root.a.htmlText += '<br>>' + _root.b.text + '<br>' + gg + '>You continue to browse /v/.';
_root.b.text = '';
_root.a.scroll = 1000000000;
} else {
_root.a.htmlText += '<br>>quit<br>>You cannot bring yourself to quit.';
_root.b.text = '';
_root.a.scroll = 1000000000;
}
}
}
}
movieClip 8 {
}