Combined Code
movieClip 76 {
frame 13 {
randRange = function (min, max) {
var v1 = Math.floor(Math.random() * (max - min + 1)) + min;
return v1;
};
x = randRange(0, 100);
if (x < 75) {
gotoAndPlay('eye1');
} else {
gotoAndPlay('closing');
}
}
}
button 82 {
on (release) {
getURL('http://www.patreon.com/ripart', '_blank');
}
}
// unknown tag 88 length 282
button 85 {
on (release) {
getURL('http://www.hentai-foundry.com/profile-evilkingtrefle.php', '_blank');
}
}
button 87 {
on (release) {
getURL('http://www.hentai-foundry.com/profile-evilkingtrefle.php', '_blank');
}
}