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

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

calculator.swf

This is the info page for
Flash #42426

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


Text
0

.

M+

MRC

C

CE

Created By: A BURNS

FreeGamesPlay.com

FreeGamesPlay.com

ActionScript [AS1/AS2]

Frame 1
function AddDigit(digit) { if (clear) { clear = false; decimal = false; display = "0"; } if ((display == "0") and (digit != ".")) { display = digit; } else { display = 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();
Symbol 7 Button
on (release) { AddDigit("1"); }
Symbol 9 Button
on (release) { AddDigit("2"); }
Symbol 11 Button
on (release) { AddDigit("3"); }
Symbol 13 Button
on (release) { AddDigit("4"); }
Symbol 15 Button
on (release) { AddDigit("5"); }
Symbol 17 Button
on (release) { AddDigit("6"); }
Symbol 19 Button
on (release) { AddDigit("7"); }
Symbol 21 Button
on (release) { AddDigit("8"); }
Symbol 23 Button
on (release) { AddDigit("9"); }
Symbol 25 Button
on (release) { AddDigit("0"); }
Symbol 28 Button
on (release) { if (!decimal) { AddDigit("."); decimal = true; } }
Symbol 30 Button
on (release) { DoOperator(); }
Symbol 32 Button
on (release) { DoOperator("/"); }
Symbol 34 Button
on (release) { DoOperator("*"); }
Symbol 36 Button
on (release) { DoOperator("-"); }
Symbol 38 Button
on (release) { DoOperator("+"); }
Symbol 42 Button
on (release) { memory = memory + Number(display); }
Symbol 44 Button
on (release) { display = memory; memory = 0; clear = true; }
Symbol 46 Button
on (release) { display = "0"; decimal = false; }
Symbol 48 Button
on (release) { operand1 = false; display = "0"; operator = ""; clear = false; decimal = false; }
Symbol 56 Button
on (release) { getURL ("http://www.freegamesplay.com", "_blank"); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 FontUsed by:3
Symbol 3 EditableTextUses:2Used by:Timeline
Symbol 4 GraphicUsed by:7 9 11 13 15 17 19 21 23 25 28 30 32 34 36 38
Symbol 5 GraphicUsed by:7
Symbol 6 GraphicUsed by:7 9 11 13 15 17 19 21 23 25 28 30 32 34 36 38
Symbol 7 ButtonUses:4 5 6Used by:Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 ButtonUses:4 8 6Used by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 ButtonUses:4 10 6Used by:Timeline
Symbol 12 GraphicUsed by:13
Symbol 13 ButtonUses:4 12 6Used by:Timeline
Symbol 14 GraphicUsed by:15
Symbol 15 ButtonUses:4 14 6Used by:Timeline
Symbol 16 GraphicUsed by:17
Symbol 17 ButtonUses:4 16 6Used by:Timeline
Symbol 18 GraphicUsed by:19
Symbol 19 ButtonUses:4 18 6Used by:Timeline
Symbol 20 GraphicUsed by:21
Symbol 21 ButtonUses:4 20 6Used by:Timeline
Symbol 22 GraphicUsed by:23
Symbol 23 ButtonUses:4 22 6Used by:Timeline
Symbol 24 GraphicUsed by:25
Symbol 25 ButtonUses:4 24 6Used by:Timeline
Symbol 26 FontUsed by:27
Symbol 27 TextUses:26Used by:28
Symbol 28 ButtonUses:4 27 6Used by:Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 ButtonUses:4 29 6Used by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 ButtonUses:4 31 6Used by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 ButtonUses:4 33 6Used by:Timeline
Symbol 35 GraphicUsed by:36
Symbol 36 ButtonUses:4 35 6Used by:Timeline
Symbol 37 GraphicUsed by:38
Symbol 38 ButtonUses:4 37 6Used by:Timeline
Symbol 39 GraphicUsed by:42 44 46 48
Symbol 40 FontUsed by:41 43 45 47
Symbol 41 TextUses:40Used by:42
Symbol 42 ButtonUses:39 41Used by:Timeline
Symbol 43 TextUses:40Used by:44
Symbol 44 ButtonUses:39 43Used by:Timeline
Symbol 45 TextUses:40Used by:46
Symbol 46 ButtonUses:39 45Used by:Timeline
Symbol 47 TextUses:40Used by:48
Symbol 48 ButtonUses:39 47Used by:Timeline
Symbol 49 FontUsed by:50
Symbol 50 TextUses:49Used by:Timeline
Symbol 51 GraphicUsed by:56
Symbol 52 FontUsed by:53 55
Symbol 53 TextUses:52Used by:56
Symbol 54 GraphicUsed by:56
Symbol 55 TextUses:52Used by:56
Symbol 56 ButtonUses:51 53 54 55Used by:Timeline

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$PJ$Iz3sf8SM5ssqdMUJr7.0F/."

Dynamic Text Variables

displaySymbol 3 EditableText"0"




http://swfchan.com/9/42426/info.shtml
Created: 9/5 -2019 23:07:54 Last modified: 9/5 -2019 23:07:54 Server time: 29/04 -2024 08:40:43