[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Combined Code (747 B)
frame 1 {
stop();
money = 19;
money_txt.text = money;
main_txt.text = 'Ok so this is Tailsfag\'s bar and things are not going very well. No bunnys no cocain no buttsechs... go and fix that! ';
more.onPress = function () {
gotoAndStop(2);
money += 90;
};
}
// unknown tag 88 length 99
frame 2 {
money_txt.text = money;
main_txt.text = 'Here! Now go! ';
gtf.onPress = function () {
gotoAndStop(3);
};
}
// unknown tag 88 length 62
frame 3 {
go1.onPress = function () {
gotoAndStop(4);
};
}
// unknown tag 88 length 62
frame 4 {
buy.onPress = function () {
gotoAndStop(6);
money -= 100;
};
rape.onPress = function () {
gotoAndStop(15);
};
}
frame 6 {
money_txt.text = money;
}