STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228070
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2560 · P5120

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/77879221?noj=FRM77879221-28DC" width="1" height="1"></div>

orgasmic-calculator.swf

This is the info page for
Flash #32371

(Click the ID number above for more basic data on this flash file.)


ActionScript [AS1/AS2]
Combined Code
frame 1 { function AddDigit(digit) { if (clear) { clear = false; decimal = false; display = '0'; } if (display == '0' and digit != '.') { display = digit; } else { display += digit; } } function DoOperator(newOper) { if (operator == '+') { display = Number(operand1) + Number(display); } if (operator == '-') { display = operand1 - display; } if (operator == '*') { display = operand1 * display; } if (operator == '/') { display = operand1 / display; } operator = '='; clear = true; decimal = false; if (newOper != null) { operator = newOper; operand1 = display; } } memory = 0; sp = '0'; display = '0'; stop(); } button 8 { on (release) { getURL('http://www.funcalculator.com', '_blank'); } } button 16 { on (release) { AddDigit('1'); } } button 20 { on (release) { AddDigit('2'); } } button 24 { on (release) { AddDigit('3'); } } button 28 { on (release) { AddDigit('4'); } }




http://swfchan.com/7/32371/info.shtml
Created: 7/10 -2018 16:17:54 Last modified: 7/10 -2018 16:17:54 Server time: 28/04 -2024 14:43:09