= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":6364},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6363":{"this":{"__isSmartRef__":true,"id":6337}},"6364":{"timestamp":{"__isSmartRef__":true,"id":6365},"user":"sebastianwoinar","tags":[]},"6365":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"6366":{"varMapping":{"__isSmartRef__":true,"id":6367},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":6368},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6367":{"this":{"__isSmartRef__":true,"id":6337}},"6368":{"timestamp":{"__isSmartRef__":true,"id":6369},"user":"sebastianwoinar","tags":[]},"6369":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6370":{"varMapping":{"__isSmartRef__":true,"id":6371},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":6372},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6371":{"this":{"__isSmartRef__":true,"id":6337}},"6372":{"timestamp":{"__isSmartRef__":true,"id":6373},"user":"sebastianwoinar","tags":[]},"6373":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6374":{"varMapping":{"__isSmartRef__":true,"id":6375},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":6376},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6375":{"this":{"__isSmartRef__":true,"id":6337}},"6376":{"timestamp":{"__isSmartRef__":true,"id":6377},"user":"sebastianwoinar","tags":[]},"6377":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6378":{"varMapping":{"__isSmartRef__":true,"id":6379},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":6380},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6379":{"this":{"__isSmartRef__":true,"id":6337}},"6380":{"timestamp":{"__isSmartRef__":true,"id":6381},"user":"sebastianwoinar","tags":[]},"6381":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6382":{"varMapping":{"__isSmartRef__":true,"id":6383},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":6384},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6383":{"this":{"__isSmartRef__":true,"id":6337}},"6384":{"timestamp":{"__isSmartRef__":true,"id":6385},"user":"sebastianwoinar","tags":[]},"6385":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6386":{"varMapping":{"__isSmartRef__":true,"id":6387},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":6388},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6387":{"this":{"__isSmartRef__":true,"id":6337}},"6388":{"timestamp":{"__isSmartRef__":true,"id":6389},"user":"sebastianwoinar","tags":[]},"6389":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6390":{"varMapping":{"__isSmartRef__":true,"id":6391},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":6392},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6391":{"this":{"__isSmartRef__":true,"id":6337}},"6392":{"timestamp":{"__isSmartRef__":true,"id":6393},"user":"sebastianwoinar","tags":[]},"6393":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"6394":{"varMapping":{"__isSmartRef__":true,"id":6395},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":6396},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6395":{"this":{"__isSmartRef__":true,"id":6337}},"6396":{"timestamp":{"__isSmartRef__":true,"id":6397},"user":"sebastianwoinar","tags":[]},"6397":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"6398":{"varMapping":{"__isSmartRef__":true,"id":6399},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":6400},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6399":{"this":{"__isSmartRef__":true,"id":6337}},"6400":{"timestamp":{"__isSmartRef__":true,"id":6401},"user":"sebastianwoinar","tags":[]},"6401":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"6402":{"varMapping":{"__isSmartRef__":true,"id":6403},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":6404},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6403":{"this":{"__isSmartRef__":true,"id":6337}},"6404":{"timestamp":{"__isSmartRef__":true,"id":6405},"user":"sebastianwoinar","tags":[]},"6405":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"6406":{"varMapping":{"__isSmartRef__":true,"id":6407},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":6408},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6407":{"this":{"__isSmartRef__":true,"id":6337}},"6408":{"timestamp":{"__isSmartRef__":true,"id":6409},"user":"sebastianwoinar","tags":[]},"6409":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"6410":{"varMapping":{"__isSmartRef__":true,"id":6411},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":6412},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6411":{"this":{"__isSmartRef__":true,"id":6337}},"6412":{"timestamp":{"__isSmartRef__":true,"id":6413},"user":"sebastianwoinar","tags":[]},"6413":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"6414":{"varMapping":{"__isSmartRef__":true,"id":6415},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":6416},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6415":{"this":{"__isSmartRef__":true,"id":6337}},"6416":{"timestamp":{"__isSmartRef__":true,"id":6417},"user":"sebastianwoinar","tags":[]},"6417":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"6418":{"varMapping":{"__isSmartRef__":true,"id":6419},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":6420},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6419":{"this":{"__isSmartRef__":true,"id":6337}},"6420":{"timestamp":{"__isSmartRef__":true,"id":6421},"user":"sebastianwoinar","tags":[]},"6421":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"6422":{"varMapping":{"__isSmartRef__":true,"id":6423},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":6424},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6423":{"this":{"__isSmartRef__":true,"id":6337}},"6424":{"timestamp":{"__isSmartRef__":true,"id":6425},"user":"sebastianwoinar","tags":[]},"6425":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"6426":{"varMapping":{"__isSmartRef__":true,"id":6427},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":6432},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6427":{"this":{"__isSmartRef__":true,"id":6337},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6428}},"6428":{"$super":{"__isSmartRef__":true,"id":6429}},"6429":{"varMapping":{"__isSmartRef__":true,"id":6430},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":6431},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6430":{"obj":{"__isSmartRef__":true,"id":6337},"name":"onMouseDown"},"6431":{},"6432":{"timestamp":{"__isSmartRef__":true,"id":6433},"user":"sebastianwoinar","tags":[]},"6433":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"6434":{"varMapping":{"__isSmartRef__":true,"id":6435},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":6436},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6435":{"this":{"__isSmartRef__":true,"id":6337}},"6436":{"timestamp":{"__isSmartRef__":true,"id":6437},"user":"sebastianwoinar","tags":[]},"6437":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"6438":{"varMapping":{"__isSmartRef__":true,"id":6439},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":6440},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6439":{"this":{"__isSmartRef__":true,"id":6337}},"6440":{"timestamp":{"__isSmartRef__":true,"id":6441},"user":"sebastianwoinar","tags":[]},"6441":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"6442":{"varMapping":{"__isSmartRef__":true,"id":6443},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":6444},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6443":{"this":{"__isSmartRef__":true,"id":6337}},"6444":{"timestamp":{"__isSmartRef__":true,"id":6445},"user":"sebastianwoinar","tags":[]},"6445":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"6446":{"varMapping":{"__isSmartRef__":true,"id":6447},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":6448},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6447":{"this":{"__isSmartRef__":true,"id":6337}},"6448":{"timestamp":{"__isSmartRef__":true,"id":6449},"user":"sebastianwoinar","tags":[]},"6449":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"6450":{"varMapping":{"__isSmartRef__":true,"id":6451},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":6452},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6451":{"this":{"__isSmartRef__":true,"id":6337}},"6452":{"timestamp":{"__isSmartRef__":true,"id":6453},"user":"sebastianwoinar","tags":[]},"6453":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"6454":{"varMapping":{"__isSmartRef__":true,"id":6455},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":6456},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6455":{"this":{"__isSmartRef__":true,"id":6337}},"6456":{"timestamp":{"__isSmartRef__":true,"id":6457},"user":"sebastianwoinar","tags":[]},"6457":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"6458":{"submorphs":[],"scripts":[],"id":"5CC3357F-7B19-4567-AAFF-0F97EBF55F7C","shape":{"__isSmartRef__":true,"id":6459},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"movesCount1","partsBinMetaInfo":{"__isSmartRef__":true,"id":6460},"textChunks":[{"__isSmartRef__":true,"id":6471}],"charsReplaced":"Select algorithm","lastFindLoc":16,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":6473},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","D211FB30-6129-4381-BEB8-26856DE96463","0CC6589E-629E-4971-A12A-BB9A7D5C5F66"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"get","owner":{"__isSmartRef__":true,"id":6262},"_Rotation":0,"_Scale":1,"previousSelection":[7,16],"priorSelectionRange":[7,7],"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(68.1,-42.6)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(112.2,-5.6)"},"6459":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(160.5,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"6460":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":6461},{"__isSmartRef__":true,"id":6463},{"__isSmartRef__":true,"id":6465},{"__isSmartRef__":true,"id":6467},{"__isSmartRef__":true,"id":6469}],"revisionOnLoad":160159,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6461":{"date":{"__isSmartRef__":true,"id":6462},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"6462":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"6463":{"date":{"__isSmartRef__":true,"id":6464},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"6464":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"6465":{"date":{"__isSmartRef__":true,"id":6466},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"6466":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"6467":{"date":{"__isSmartRef__":true,"id":6468},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"6468":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"6469":{"date":{"__isSmartRef__":true,"id":6470},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"6470":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"6471":{"style":{"__isSmartRef__":true,"id":6472},"morph":{"__isSmartRef__":true,"id":6458},"chunkOwner":{"__isSmartRef__":true,"id":6458},"storedString":"use ABP","_id":"_19524","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6472":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6473":{"morph":{"__isSmartRef__":true,"id":6458},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6474":{"submorphs":[],"scripts":[],"id":"EA61ADA3-9EBE-40C2-AA78-4B012973DB00","shape":{"__isSmartRef__":true,"id":6475},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"movesCount2","partsBinMetaInfo":{"__isSmartRef__":true,"id":6476},"textChunks":[{"__isSmartRef__":true,"id":6487}],"charsReplaced":"Select algorithm","lastFindLoc":16,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":6489},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","D211FB30-6129-4381-BEB8-26856DE96463","0CC6589E-629E-4971-A12A-BB9A7D5C5F66","5CC3357F-7B19-4567-AAFF-0F97EBF55F7C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"get","owner":{"__isSmartRef__":true,"id":6262},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(70.1,-17.8)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(111.2,-13.6)"},"6475":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(160.5,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"6476":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":6477},{"__isSmartRef__":true,"id":6479},{"__isSmartRef__":true,"id":6481},{"__isSmartRef__":true,"id":6483},{"__isSmartRef__":true,"id":6485}],"revisionOnLoad":160159,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6477":{"date":{"__isSmartRef__":true,"id":6478},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"6478":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"6479":{"date":{"__isSmartRef__":true,"id":6480},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"6480":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"6481":{"date":{"__isSmartRef__":true,"id":6482},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"6482":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"6483":{"date":{"__isSmartRef__":true,"id":6484},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"6484":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"6485":{"date":{"__isSmartRef__":true,"id":6486},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"6486":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"6487":{"style":{"__isSmartRef__":true,"id":6488},"morph":{"__isSmartRef__":true,"id":6474},"chunkOwner":{"__isSmartRef__":true,"id":6474},"storedString":"Control","_id":"_19524","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6488":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6489":{"morph":{"__isSmartRef__":true,"id":6474},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6490":{"submorphs":[{"__isSmartRef__":true,"id":6491}],"scripts":[],"id":"B5EFC9DC-5E60-4C1B-B452-1BED6BE55E9E","shape":{"__isSmartRef__":true,"id":6496},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":6502},"lighterFill":{"__isSmartRef__":true,"id":6507},"label":{"__isSmartRef__":true,"id":6491},"name":"Button2","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":6512},"attributeConnections":[{"__isSmartRef__":true,"id":6523},{"__isSmartRef__":true,"id":6524}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":13895},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","C95CA3B7-340C-4EA5-BC6C-D0F013C7C7E1"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":6262},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":13896},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(220.0,-16.0)","distanceToDragEvent":"lively.pt(48.8,-17.4)"},"6491":{"submorphs":[],"scripts":[],"id":"053C7887-1403-4628-BE8B-266056E62D29","shape":{"__isSmartRef__":true,"id":6492},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":100,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":6490},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":6493}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":6495},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[7252,"4881773E-A824-4992-B814-33C8D37580C6","EE955AA4-D648-4DFC-8E2D-08881D605170","7EC413DD-D34D-449D-B448-2F3904B04FA5","7939AA82-2A96-4559-9090-DD58B7C8868A","7AD8E6A9-40EE-4DFD-B063-EAE2F7B01D73"],"_MinTextWidth":100,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"6492":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(59.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"6493":{"style":{"__isSmartRef__":true,"id":6494},"chunkOwner":{"__isSmartRef__":true,"id":6491},"_id":"_20063","storedString":"Step","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6494":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6495":{"morph":{"__isSmartRef__":true,"id":6491},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6496":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":6497},"_BorderRadius":5.2,"_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(59.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"6497":{"stops":[{"__isSmartRef__":true,"id":6498},{"__isSmartRef__":true,"id":6499},{"__isSmartRef__":true,"id":6500},{"__isSmartRef__":true,"id":6501}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"6498":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"6499":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"6500":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"6501":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"6502":{"stops":[{"__isSmartRef__":true,"id":6503},{"__isSmartRef__":true,"id":6504},{"__isSmartRef__":true,"id":6505},{"__isSmartRef__":true,"id":6506}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"6503":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"6504":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"6505":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"6506":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"6507":{"stops":[{"__isSmartRef__":true,"id":6508},{"__isSmartRef__":true,"id":6509},{"__isSmartRef__":true,"id":6510},{"__isSmartRef__":true,"id":6511}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"6508":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"6509":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"6510":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"6511":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"6512":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":6513},{"__isSmartRef__":true,"id":6515},{"__isSmartRef__":true,"id":6517},{"__isSmartRef__":true,"id":6519},{"__isSmartRef__":true,"id":6521}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6513":{"date":{"__isSmartRef__":true,"id":6514},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"6514":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"6515":{"date":{"__isSmartRef__":true,"id":6516},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"6516":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"6517":{"date":{"__isSmartRef__":true,"id":6518},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"6518":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"6519":{"date":{"__isSmartRef__":true,"id":6520},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"6520":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"6521":{"date":{"__isSmartRef__":true,"id":6522},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"6522":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"6523":{"sourceObj":{"__isSmartRef__":true,"id":6490},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6490},"targetMethodName":"doAction","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"6524":{"sourceObj":{"__isSmartRef__":true,"id":6490},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6525},"targetMethodName":"makeStep","varMapping":{"__isSmartRef__":true,"id":13894},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"6525":{"submorphs":[{"__isSmartRef__":true,"id":6526},{"__isSmartRef__":true,"id":6660},{"__isSmartRef__":true,"id":6684},{"__isSmartRef__":true,"id":6708},{"__isSmartRef__":true,"id":6830},{"__isSmartRef__":true,"id":6952},{"__isSmartRef__":true,"id":6976},{"__isSmartRef__":true,"id":7196},{"__isSmartRef__":true,"id":7220},{"__isSmartRef__":true,"id":7538},{"__isSmartRef__":true,"id":7562},{"__isSmartRef__":true,"id":7684},{"__isSmartRef__":true,"id":7708},{"__isSmartRef__":true,"id":7928},{"__isSmartRef__":true,"id":7952},{"__isSmartRef__":true,"id":8172},{"__isSmartRef__":true,"id":8196},{"__isSmartRef__":true,"id":8612},{"__isSmartRef__":true,"id":8636},{"__isSmartRef__":true,"id":8660},{"__isSmartRef__":true,"id":8684},{"__isSmartRef__":true,"id":8904},{"__isSmartRef__":true,"id":8928},{"__isSmartRef__":true,"id":9148},{"__isSmartRef__":true,"id":9270},{"__isSmartRef__":true,"id":9588},{"__isSmartRef__":true,"id":9612},{"__isSmartRef__":true,"id":9636},{"__isSmartRef__":true,"id":9660},{"__isSmartRef__":true,"id":9880},{"__isSmartRef__":true,"id":9904},{"__isSmartRef__":true,"id":10124},{"__isSmartRef__":true,"id":10148},{"__isSmartRef__":true,"id":10466},{"__isSmartRef__":true,"id":10490},{"__isSmartRef__":true,"id":10514},{"__isSmartRef__":true,"id":10732},{"__isSmartRef__":true,"id":10756},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10998},{"__isSmartRef__":true,"id":11411},{"__isSmartRef__":true,"id":11435},{"__isSmartRef__":true,"id":11459},{"__isSmartRef__":true,"id":11483},{"__isSmartRef__":true,"id":11703},{"__isSmartRef__":true,"id":11825},{"__isSmartRef__":true,"id":11849},{"__isSmartRef__":true,"id":12069},{"__isSmartRef__":true,"id":12387},{"__isSmartRef__":true,"id":12411},{"__isSmartRef__":true,"id":12435},{"__isSmartRef__":true,"id":12459},{"__isSmartRef__":true,"id":12679},{"__isSmartRef__":true,"id":12801},{"__isSmartRef__":true,"id":12923},{"__isSmartRef__":true,"id":13339},{"__isSmartRef__":true,"id":13347},{"__isSmartRef__":true,"id":13355},{"__isSmartRef__":true,"id":13363},{"__isSmartRef__":true,"id":13371},{"__isSmartRef__":true,"id":13379},{"__isSmartRef__":true,"id":13387},{"__isSmartRef__":true,"id":13395},{"__isSmartRef__":true,"id":13403},{"__isSmartRef__":true,"id":13411},{"__isSmartRef__":true,"id":13419},{"__isSmartRef__":true,"id":13427},{"__isSmartRef__":true,"id":13435},{"__isSmartRef__":true,"id":13443},{"__isSmartRef__":true,"id":13451},{"__isSmartRef__":true,"id":13459},{"__isSmartRef__":true,"id":13467},{"__isSmartRef__":true,"id":13475},{"__isSmartRef__":true,"id":13483},{"__isSmartRef__":true,"id":13491},{"__isSmartRef__":true,"id":13499},{"__isSmartRef__":true,"id":13507},{"__isSmartRef__":true,"id":13515},{"__isSmartRef__":true,"id":13523},{"__isSmartRef__":true,"id":13531},{"__isSmartRef__":true,"id":13539},{"__isSmartRef__":true,"id":13547},{"__isSmartRef__":true,"id":13555},{"__isSmartRef__":true,"id":13563},{"__isSmartRef__":true,"id":13571},{"__isSmartRef__":true,"id":13579},{"__isSmartRef__":true,"id":13587},{"__isSmartRef__":true,"id":13595},{"__isSmartRef__":true,"id":13603},{"__isSmartRef__":true,"id":13611},{"__isSmartRef__":true,"id":13619},{"__isSmartRef__":true,"id":13627},{"__isSmartRef__":true,"id":13635},{"__isSmartRef__":true,"id":13643},{"__isSmartRef__":true,"id":13651},{"__isSmartRef__":true,"id":13659},{"__isSmartRef__":true,"id":13667},{"__isSmartRef__":true,"id":13675},{"__isSmartRef__":true,"id":13683},{"__isSmartRef__":true,"id":13691},{"__isSmartRef__":true,"id":13699},{"__isSmartRef__":true,"id":13707},{"__isSmartRef__":true,"id":13715},{"__isSmartRef__":true,"id":13723},{"__isSmartRef__":true,"id":13731},{"__isSmartRef__":true,"id":13739},{"__isSmartRef__":true,"id":13747},{"__isSmartRef__":true,"id":13755},{"__isSmartRef__":true,"id":13763}],"scripts":[],"id":"05B4103A-AF57-4D70-B212-9B6F69E70622","shape":{"__isSmartRef__":true,"id":13771},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"gameTree","partsBinMetaInfo":{"__isSmartRef__":true,"id":13772},"eventHandler":{"__isSmartRef__":true,"id":13789},"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C","7EC17E78-593A-4CC8-B7E3-859BCBBFE785"],"partTests":{"__isSmartRef__":true,"id":13790},"_ClipMode":"visible","moved":true,"owner":{"__isSmartRef__":true,"id":6262},"#startLetters":"","gameTree":{"__isSmartRef__":true,"id":13795},"rootNode":{"__isSmartRef__":true,"id":6526},"prevScroll":[0,0],"levels":[[{"__isSmartRef__":true,"id":6526}],[{"__isSmartRef__":true,"id":6660},{"__isSmartRef__":true,"id":8612},{"__isSmartRef__":true,"id":9588},{"__isSmartRef__":true,"id":11411},{"__isSmartRef__":true,"id":12387}],[{"__isSmartRef__":true,"id":6684},{"__isSmartRef__":true,"id":7538},{"__isSmartRef__":true,"id":8636},{"__isSmartRef__":true,"id":9612},{"__isSmartRef__":true,"id":10466},{"__isSmartRef__":true,"id":11435},{"__isSmartRef__":true,"id":12411}],[{"__isSmartRef__":true,"id":6708},{"__isSmartRef__":true,"id":6830},{"__isSmartRef__":true,"id":6952},{"__isSmartRef__":true,"id":7196},{"__isSmartRef__":true,"id":7562},{"__isSmartRef__":true,"id":7684},{"__isSmartRef__":true,"id":7928},{"__isSmartRef__":true,"id":8172},{"__isSmartRef__":true,"id":8660},{"__isSmartRef__":true,"id":8904},{"__isSmartRef__":true,"id":9148},{"__isSmartRef__":true,"id":9270},{"__isSmartRef__":true,"id":9636},{"__isSmartRef__":true,"id":9880},{"__isSmartRef__":true,"id":10124},{"__isSmartRef__":true,"id":10490},{"__isSmartRef__":true,"id":10732},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":11459},{"__isSmartRef__":true,"id":11703},{"__isSmartRef__":true,"id":11825},{"__isSmartRef__":true,"id":12069},{"__isSmartRef__":true,"id":12435},{"__isSmartRef__":true,"id":12679},{"__isSmartRef__":true,"id":12801},{"__isSmartRef__":true,"id":12923}],[{"__isSmartRef__":true,"id":6976},{"__isSmartRef__":true,"id":7220},{"__isSmartRef__":true,"id":7708},{"__isSmartRef__":true,"id":7952},{"__isSmartRef__":true,"id":8196},{"__isSmartRef__":true,"id":8684},{"__isSmartRef__":true,"id":8928},{"__isSmartRef__":true,"id":9660},{"__isSmartRef__":true,"id":9904},{"__isSmartRef__":true,"id":10148},{"__isSmartRef__":true,"id":10514},{"__isSmartRef__":true,"id":10756},{"__isSmartRef__":true,"id":10998},{"__isSmartRef__":true,"id":11483},{"__isSmartRef__":true,"id":11849},{"__isSmartRef__":true,"id":12459}]],"isBeingDragged":false,"abp":{"__isSmartRef__":true,"id":13796},"isCopyMorphRef":true,"morphRefId":1,"initNegMax":false,"autoRunInterval":70356,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":13797},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(-70.0,40.0)","distanceToDragEvent":"lively.pt(753.3,-12.7)"},"6526":{"submorphs":[{"__isSmartRef__":true,"id":6527}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6544},"id":"FD9EDC3C-99A9-4F5C-A987-E6FDD16DF75A","eventHandler":{"__isSmartRef__":true,"id":6545},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":6546},"name":"node1","partsBinMetaInfo":{"__isSmartRef__":true,"id":6547},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6550},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":6660},{"__isSmartRef__":true,"id":8612},{"__isSmartRef__":true,"id":9588},{"__isSmartRef__":true,"id":11411},{"__isSmartRef__":true,"id":12387}],"abp":{"__isSmartRef__":true,"id":13241},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":13242},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(593.4,60.0)"},"6527":{"submorphs":[],"scripts":[],"id":"8CFA8A7C-32C3-4B60-BC42-3CB722ACCED1","shape":{"__isSmartRef__":true,"id":6528},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":6529},"textChunks":[{"__isSmartRef__":true,"id":6541}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":6543},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":6526},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"6528":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"6529":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":6530},{"__isSmartRef__":true,"id":6532},{"__isSmartRef__":true,"id":6534},{"__isSmartRef__":true,"id":6536},{"__isSmartRef__":true,"id":6538}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":6540},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6530":{"date":{"__isSmartRef__":true,"id":6531},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"6531":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"6532":{"date":{"__isSmartRef__":true,"id":6533},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"6533":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"6534":{"date":{"__isSmartRef__":true,"id":6535},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"6535":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"6536":{"date":{"__isSmartRef__":true,"id":6537},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"6537":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"6538":{"date":{"__isSmartRef__":true,"id":6539},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"6539":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"6540":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"6541":{"style":{"__isSmartRef__":true,"id":6542},"chunkOwner":{"__isSmartRef__":true,"id":6527},"_id":"_3670","storedString":"-13","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6542":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6543":{"morph":{"__isSmartRef__":true,"id":6527},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6544":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"6545":{"morph":{"__isSmartRef__":true,"id":6526},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6546":{},"6547":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":6548}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6548":{"date":{"__isSmartRef__":true,"id":6549},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"6549":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"6550":{"parent":null,"state":{"__isSmartRef__":true,"id":6551},"level":0,"childs":[{"__isSmartRef__":true,"id":6552},{"__isSmartRef__":true,"id":6584},{"__isSmartRef__":true,"id":6600},{"__isSmartRef__":true,"id":6630},{"__isSmartRef__":true,"id":6646}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6551":{"gameboard":[["black","black","white",null,"black","black","black"],[null,"black","white","white","black","black","black"],["black","black","white","black","black","black","black","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":false,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6552":{"parent":{"__isSmartRef__":true,"id":6550},"state":{"__isSmartRef__":true,"id":6553},"level":1,"childs":[{"__isSmartRef__":true,"id":6554},{"__isSmartRef__":true,"id":6568}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6553":{"gameboard":[["black","black","white",null,"black","black","black","white"],[null,"black","white","white","black","black","white"],["black","black","white","black","black","white","black","black"],["black","black","black","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6554":{"parent":{"__isSmartRef__":true,"id":6552},"state":{"__isSmartRef__":true,"id":6555},"level":2,"childs":[{"__isSmartRef__":true,"id":6556},{"__isSmartRef__":true,"id":6558},{"__isSmartRef__":true,"id":6560},{"__isSmartRef__":true,"id":6564}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6555":{"gameboard":[["black","black","black","black","black","black","black","white"],[null,"black","black","black","black","black","white"],["black","black","white","black","black","white","black","black"],["black","black","black","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6556":{"parent":{"__isSmartRef__":true,"id":6554},"state":{"__isSmartRef__":true,"id":6557},"level":3,"childs":[],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6557":{"gameboard":[["black","black","black","black","black","black","black","white"],["white","white","white","white","white","white","white"],["black","white","white","black","black","white","black","black"],["black","black","white","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6558":{"parent":{"__isSmartRef__":true,"id":6554},"state":{"__isSmartRef__":true,"id":6559},"level":3,"childs":[],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6559":{"gameboard":[["black","black","black","black","black","black","black","white"],[null,"black","black","black","black","black","white","white"],["black","black","white","black","black","white","white","black"],["black","black","black","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6560":{"parent":{"__isSmartRef__":true,"id":6554},"state":{"__isSmartRef__":true,"id":6561},"level":3,"childs":[{"__isSmartRef__":true,"id":6562}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6561":{"gameboard":[["black","black","black","black","black","black","black","white"],[null,"black","black","black","black","black","white"],["black","black","white","black","black","white","black","black"],["black","black","black","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","white","black","black","white","white","black","black"],["white","black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6562":{"parent":{"__isSmartRef__":true,"id":6560},"state":{"__isSmartRef__":true,"id":6563},"level":4,"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6563":{"gameboard":[["black","black","black","black","black","black","black","white"],[null,"black","black","black","black","black","black","black"],["black","black","white","black","black","white","black","black"],["black","black","black","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","white","black","black","white","white","black","black"],["white","black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6564":{"parent":{"__isSmartRef__":true,"id":6554},"state":{"__isSmartRef__":true,"id":6565},"level":3,"childs":[{"__isSmartRef__":true,"id":6566}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6565":{"gameboard":[["black","black","black","black","black","black","black","white"],[null,"black","black","black","black","black","white"],["black","black","white","black","black","white","black","black"],["black","black","black","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","white","black"],[null,"black","black","black","black","black","black","white"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6566":{"parent":{"__isSmartRef__":true,"id":6564},"state":{"__isSmartRef__":true,"id":6567},"level":4,"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6567":{"gameboard":[["black","black","black","black","black","black","black","white"],[null,"black","black","black","black","black","black","black"],["black","black","white","black","black","white","black","black"],["black","black","black","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","white","black"],[null,"black","black","black","black","black","black","white"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6568":{"parent":{"__isSmartRef__":true,"id":6552},"state":{"__isSmartRef__":true,"id":6569},"level":2,"childs":[{"__isSmartRef__":true,"id":6570},{"__isSmartRef__":true,"id":6572},{"__isSmartRef__":true,"id":6576},{"__isSmartRef__":true,"id":6580}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6569":{"gameboard":[["black","black","white",null,"black","black","black","white"],[null,"black","white","white","black","black","black","black"],["black","black","white","black","black","white","black","black"],["black","black","black","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6570":{"parent":{"__isSmartRef__":true,"id":6568},"state":{"__isSmartRef__":true,"id":6571},"level":3,"childs":[],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6571":{"gameboard":[["black","black","white","white","white","white","white","white"],[null,"black","white","white","white","black","black","black"],["black","black","white","black","black","white","black","black"],["black","black","black","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6572":{"parent":{"__isSmartRef__":true,"id":6568},"state":{"__isSmartRef__":true,"id":6573},"level":3,"childs":[{"__isSmartRef__":true,"id":6574}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6573":{"gameboard":[["black","black","white",null,"black","black","black","white"],["white","white","white","white","black","black","black","black"],["black","white","white","black","black","white","black","black"],["black","black","white","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6574":{"parent":{"__isSmartRef__":true,"id":6572},"state":{"__isSmartRef__":true,"id":6575},"level":4,"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6575":{"gameboard":[["black","black","black","black","black","black","black","white"],["white","white","black","black","black","black","black","black"],["black","black","white","black","black","white","black","black"],["black","black","white","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6576":{"parent":{"__isSmartRef__":true,"id":6568},"state":{"__isSmartRef__":true,"id":6577},"level":3,"childs":[{"__isSmartRef__":true,"id":6578}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6577":{"gameboard":[["black","black","white",null,"black","black","black","white"],[null,"black","white","white","black","black","black","black"],["black","black","white","black","black","white","black","black"],["black","black","black","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","white","black","black","white","white","black","black"],["white","black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6578":{"parent":{"__isSmartRef__":true,"id":6576},"state":{"__isSmartRef__":true,"id":6579},"level":4,"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6579":{"gameboard":[["black","black","black","black","black","black","black","white"],[null,"black","black","black","black","black","black","black"],["black","black","white","black","black","white","black","black"],["black","black","black","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","white","black","black","white","white","black","black"],["white","black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6580":{"parent":{"__isSmartRef__":true,"id":6568},"state":{"__isSmartRef__":true,"id":6581},"level":3,"childs":[{"__isSmartRef__":true,"id":6582}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6581":{"gameboard":[["black","black","white",null,"black","black","black","white"],[null,"black","white","white","black","black","black","white"],["black","black","white","black","black","white","black","white"],["black","black","black","black","white","white","black","white"],["black","black","white","white","black","white","white","white"],["black","black","white","white","white","white","white","white"],["black","black","black","black","white","white","white","white"],[null,"black","black","black","black","black","black","white"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6582":{"parent":{"__isSmartRef__":true,"id":6580},"state":{"__isSmartRef__":true,"id":6583},"level":4,"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6583":{"gameboard":[["black","black","black","black","black","black","black","white"],[null,"black","black","black","black","black","black","white"],["black","black","white","black","black","white","black","white"],["black","black","black","black","white","white","black","white"],["black","black","white","white","black","white","white","white"],["black","black","white","white","white","white","white","white"],["black","black","black","black","white","white","white","white"],[null,"black","black","black","black","black","black","white"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6584":{"parent":{"__isSmartRef__":true,"id":6550},"state":{"__isSmartRef__":true,"id":6585},"level":1,"childs":[{"__isSmartRef__":true,"id":6586}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6585":{"gameboard":[["black","black","white",null,"black","black","black"],["white","white","white","white","black","black","black"],["black","white","white","black","black","black","black","black"],["black","black","white","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6586":{"parent":{"__isSmartRef__":true,"id":6584},"state":{"__isSmartRef__":true,"id":6587},"level":2,"childs":[{"__isSmartRef__":true,"id":6588},{"__isSmartRef__":true,"id":6592},{"__isSmartRef__":true,"id":6596},{"__isSmartRef__":true,"id":6598}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6587":{"gameboard":[["black","black","black","black","black","black","black"],["white","white","black","black","black","black","black"],["black","black","white","black","black","black","black","black"],["black","black","white","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6588":{"parent":{"__isSmartRef__":true,"id":6586},"state":{"__isSmartRef__":true,"id":6589},"level":3,"childs":[{"__isSmartRef__":true,"id":6590}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6589":{"gameboard":[["black","black","black","black","black","black","black","white"],["white","white","black","black","black","black","white"],["black","black","white","black","black","white","black","black"],["black","black","white","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6590":{"parent":{"__isSmartRef__":true,"id":6588},"state":{"__isSmartRef__":true,"id":6591},"level":4,"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6591":{"gameboard":[["black","black","black","black","black","black","black","white"],["white","white","black","black","black","black","black","black"],["black","black","white","black","black","white","black","black"],["black","black","white","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6592":{"parent":{"__isSmartRef__":true,"id":6586},"state":{"__isSmartRef__":true,"id":6593},"level":3,"childs":[{"__isSmartRef__":true,"id":6594}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6593":{"gameboard":[["black","black","black","black","black","black","black"],["white","white","white","white","white","white","white","white"],["black","black","white","black","black","black","white","black"],["black","black","white","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6594":{"parent":{"__isSmartRef__":true,"id":6592},"state":{"__isSmartRef__":true,"id":6595},"level":4,"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6595":{"gameboard":[["black","black","black","black","black","black","black","black"],["white","white","white","white","white","white","black","black"],["black","black","white","black","black","black","white","black"],["black","black","white","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6596":{"parent":{"__isSmartRef__":true,"id":6586},"state":{"__isSmartRef__":true,"id":6597},"level":3,"childs":[],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6597":{"gameboard":[["black","black","black","black","black","black","black"],["white","white","black","black","black","black","black"],["white","black","white","black","black","black","black","black"],["white","black","white","black","black","white","black","black"],["white","black","white","white","black","white","white","black"],["white","black","white","white","white","white","white","black"],["white","white","black","black","white","white","black","black"],["white","black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6598":{"parent":{"__isSmartRef__":true,"id":6586},"state":{"__isSmartRef__":true,"id":6599},"level":3,"childs":[],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6599":{"gameboard":[["black","black","black","black","black","black","black"],["white","white","black","black","black","black","black"],["black","black","white","black","black","black","black","black"],["black","black","white","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","white","black"],[null,"black","black","black","black","black","black","white"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6600":{"parent":{"__isSmartRef__":true,"id":6550},"state":{"__isSmartRef__":true,"id":6601},"level":1,"childs":[{"__isSmartRef__":true,"id":6602},{"__isSmartRef__":true,"id":6616}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6601":{"gameboard":[["black","black","white",null,"black","black","black"],[null,"black","white","white","white","white","white","white"],["black","black","white","black","black","black","white","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6602":{"parent":{"__isSmartRef__":true,"id":6600},"state":{"__isSmartRef__":true,"id":6603},"level":2,"childs":[{"__isSmartRef__":true,"id":6604},{"__isSmartRef__":true,"id":6608},{"__isSmartRef__":true,"id":6612}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6603":{"gameboard":[["black","black","black","black","black","black","black"],[null,"black","black","black","black","white","white","white"],["black","black","white","black","black","black","white","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6604":{"parent":{"__isSmartRef__":true,"id":6602},"state":{"__isSmartRef__":true,"id":6605},"level":3,"childs":[{"__isSmartRef__":true,"id":6606}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6605":{"gameboard":[["black","black","black","black","black","black","black"],["white","white","white","white","white","white","white","white"],["black","white","white","black","black","black","white","black"],["black","black","white","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6606":{"parent":{"__isSmartRef__":true,"id":6604},"state":{"__isSmartRef__":true,"id":6607},"level":4,"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6607":{"gameboard":[["black","black","black","black","black","black","black","black"],["white","white","white","white","white","white","black","black"],["black","white","white","black","black","black","white","black"],["black","black","white","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6608":{"parent":{"__isSmartRef__":true,"id":6602},"state":{"__isSmartRef__":true,"id":6609},"level":3,"childs":[{"__isSmartRef__":true,"id":6610}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6609":{"gameboard":[["black","black","black","black","black","black","black"],[null,"black","black","black","black","white","white","white"],["black","black","white","black","black","black","white","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","white","black","black","white","white","black","black"],["white","black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6610":{"parent":{"__isSmartRef__":true,"id":6608},"state":{"__isSmartRef__":true,"id":6611},"level":4,"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6611":{"gameboard":[["black","black","black","black","black","black","black","black"],[null,"black","black","black","black","white","black","black"],["black","black","white","black","black","black","white","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","white","black","black","white","white","black","black"],["white","black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6612":{"parent":{"__isSmartRef__":true,"id":6602},"state":{"__isSmartRef__":true,"id":6613},"level":3,"childs":[{"__isSmartRef__":true,"id":6614}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6613":{"gameboard":[["black","black","black","black","black","black","black"],[null,"black","black","black","black","white","white","white"],["black","black","white","black","black","black","white","white"],["black","black","black","black","black","white","black","white"],["black","black","white","white","black","white","white","white"],["black","black","white","white","white","white","white","white"],["black","black","black","black","white","white","white","white"],[null,"black","black","black","black","black","black","white"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6614":{"parent":{"__isSmartRef__":true,"id":6612},"state":{"__isSmartRef__":true,"id":6615},"level":4,"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6615":{"gameboard":[["black","black","black","black","black","black","black","black"],[null,"black","black","black","black","white","black","white"],["black","black","white","black","black","black","white","white"],["black","black","black","black","black","white","black","white"],["black","black","white","white","black","white","white","white"],["black","black","white","white","white","white","white","white"],["black","black","black","black","white","white","white","white"],[null,"black","black","black","black","black","black","white"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6616":{"parent":{"__isSmartRef__":true,"id":6600},"state":{"__isSmartRef__":true,"id":6617},"level":2,"childs":[{"__isSmartRef__":true,"id":6618},{"__isSmartRef__":true,"id":6622},{"__isSmartRef__":true,"id":6626}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6617":{"gameboard":[["black","black","white",null,"black","black","black","black"],[null,"black","white","white","white","white","black","black"],["black","black","white","black","black","black","white","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6618":{"parent":{"__isSmartRef__":true,"id":6616},"state":{"__isSmartRef__":true,"id":6619},"level":3,"childs":[{"__isSmartRef__":true,"id":6620}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6619":{"gameboard":[["black","black","white",null,"black","black","black","black"],["white","white","white","white","white","white","black","black"],["black","white","white","black","black","black","white","black"],["black","black","white","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6620":{"parent":{"__isSmartRef__":true,"id":6618},"state":{"__isSmartRef__":true,"id":6621},"level":4,"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6621":{"gameboard":[["black","black","black","black","black","black","black","black"],["white","white","black","black","black","white","black","black"],["black","black","white","black","black","black","white","black"],["black","black","white","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6622":{"parent":{"__isSmartRef__":true,"id":6616},"state":{"__isSmartRef__":true,"id":6623},"level":3,"childs":[{"__isSmartRef__":true,"id":6624}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6623":{"gameboard":[["black","black","white",null,"black","black","black","black"],[null,"black","white","white","white","white","black","black"],["black","black","white","black","black","black","white","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","white","black","black","white","white","black","black"],["white","black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6624":{"parent":{"__isSmartRef__":true,"id":6622},"state":{"__isSmartRef__":true,"id":6625},"level":4,"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6625":{"gameboard":[["black","black","black","black","black","black","black","black"],[null,"black","black","black","black","white","black","black"],["black","black","white","black","black","black","white","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","white","black","black","white","white","black","black"],["white","black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6626":{"parent":{"__isSmartRef__":true,"id":6616},"state":{"__isSmartRef__":true,"id":6627},"level":3,"childs":[{"__isSmartRef__":true,"id":6628}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6627":{"gameboard":[["black","black","white",null,"black","black","black","black"],[null,"black","white","white","white","white","black","black"],["black","black","white","black","black","black","white","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","white","black"],[null,"black","black","black","black","black","black","white"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6628":{"parent":{"__isSmartRef__":true,"id":6626},"state":{"__isSmartRef__":true,"id":6629},"level":4,"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6629":{"gameboard":[["black","black","black","black","black","black","black","black"],[null,"black","black","black","black","white","black","black"],["black","black","white","black","black","black","white","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","white","black"],[null,"black","black","black","black","black","black","white"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6630":{"parent":{"__isSmartRef__":true,"id":6550},"state":{"__isSmartRef__":true,"id":6631},"level":1,"childs":[{"__isSmartRef__":true,"id":6632}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6631":{"gameboard":[["black","black","white",null,"black","black","black"],[null,"black","white","white","black","black","black"],["black","black","white","black","black","black","black","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","white","black","black","white","white","black","black"],["white","black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6632":{"parent":{"__isSmartRef__":true,"id":6630},"state":{"__isSmartRef__":true,"id":6633},"level":2,"childs":[{"__isSmartRef__":true,"id":6634},{"__isSmartRef__":true,"id":6638},{"__isSmartRef__":true,"id":6640},{"__isSmartRef__":true,"id":6644}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6633":{"gameboard":[["black","black","black","black","black","black","black"],[null,"black","black","black","black","black","black"],["black","black","white","black","black","black","black","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","white","black","black","white","white","black","black"],["white","black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6634":{"parent":{"__isSmartRef__":true,"id":6632},"state":{"__isSmartRef__":true,"id":6635},"level":3,"childs":[{"__isSmartRef__":true,"id":6636}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6635":{"gameboard":[["black","black","black","black","black","black","black","white"],[null,"black","black","black","black","black","white"],["black","black","white","black","black","white","black","black"],["black","black","black","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","white","black","black","white","white","black","black"],["white","black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6636":{"parent":{"__isSmartRef__":true,"id":6634},"state":{"__isSmartRef__":true,"id":6637},"level":4,"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6637":{"gameboard":[["black","black","black","black","black","black","black","white"],[null,"black","black","black","black","black","black","black"],["black","black","white","black","black","white","black","black"],["black","black","black","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","white","black","black","white","white","black","black"],["white","black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6638":{"parent":{"__isSmartRef__":true,"id":6632},"state":{"__isSmartRef__":true,"id":6639},"level":3,"childs":[],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6639":{"gameboard":[["black","black","black","black","black","black","black"],["white","black","black","black","black","black","black"],["white","white","white","black","black","black","black","black"],["white","black","white","black","black","white","black","black"],["white","black","white","white","black","white","white","black"],["white","black","white","white","white","white","white","black"],["white","white","black","black","white","white","black","black"],["white","black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6640":{"parent":{"__isSmartRef__":true,"id":6632},"state":{"__isSmartRef__":true,"id":6641},"level":3,"childs":[{"__isSmartRef__":true,"id":6642}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6641":{"gameboard":[["black","black","black","black","black","black","black"],[null,"black","black","black","black","black","black","white"],["black","black","white","black","black","black","white","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","white","black","black","white","white","black","black"],["white","black","black","black","black","black","black"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6642":{"parent":{"__isSmartRef__":true,"id":6640},"state":{"__isSmartRef__":true,"id":6643},"level":4,"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6643":{"gameboard":[["black","black","black","black","black","black","black","black"],[null,"black","black","black","black","black","black","black"],["black","black","white","black","black","black","white","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","white","black","black","white","white","black","black"],["white","black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6644":{"parent":{"__isSmartRef__":true,"id":6632},"state":{"__isSmartRef__":true,"id":6645},"level":3,"childs":[],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6645":{"gameboard":[["black","black","black","black","black","black","black"],[null,"black","black","black","black","black","black"],["black","black","white","black","black","black","black","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","white","black","black","white","white","white","black"],["white","white","white","white","white","white","white","white"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6646":{"parent":{"__isSmartRef__":true,"id":6550},"state":{"__isSmartRef__":true,"id":6647},"level":1,"childs":[{"__isSmartRef__":true,"id":6648}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6647":{"gameboard":[["black","black","white",null,"black","black","black"],[null,"black","white","white","black","black","black"],["black","black","white","black","black","black","black","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","white","black"],[null,"black","black","black","black","black","black","white"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6648":{"parent":{"__isSmartRef__":true,"id":6646},"state":{"__isSmartRef__":true,"id":6649},"level":2,"childs":[{"__isSmartRef__":true,"id":6650},{"__isSmartRef__":true,"id":6654},{"__isSmartRef__":true,"id":6656},{"__isSmartRef__":true,"id":6658}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6649":{"gameboard":[["black","black","black","black","black","black","black"],[null,"black","black","black","black","black","black"],["black","black","white","black","black","black","black","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","white","black"],[null,"black","black","black","black","black","black","white"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6650":{"parent":{"__isSmartRef__":true,"id":6648},"state":{"__isSmartRef__":true,"id":6651},"level":3,"childs":[{"__isSmartRef__":true,"id":6652}],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6651":{"gameboard":[["black","black","black","black","black","black","black","white"],[null,"black","black","black","black","black","white"],["black","black","white","black","black","white","black","black"],["black","black","black","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","white","black"],[null,"black","black","black","black","black","black","white"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6652":{"parent":{"__isSmartRef__":true,"id":6650},"state":{"__isSmartRef__":true,"id":6653},"level":4,"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6653":{"gameboard":[["black","black","black","black","black","black","black","white"],[null,"black","black","black","black","black","black","black"],["black","black","white","black","black","white","black","black"],["black","black","black","black","white","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","white","black"],[null,"black","black","black","black","black","black","white"]],"player":"white","nextPlayer":"black","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6654":{"parent":{"__isSmartRef__":true,"id":6648},"state":{"__isSmartRef__":true,"id":6655},"level":3,"childs":[],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6655":{"gameboard":[["black","black","black","black","black","black","black"],["white","black","black","black","black","black","black"],["black","white","white","black","black","black","black","black"],["black","black","white","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","white","black"],[null,"black","black","black","black","black","black","white"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6656":{"parent":{"__isSmartRef__":true,"id":6648},"state":{"__isSmartRef__":true,"id":6657},"level":3,"childs":[],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6657":{"gameboard":[["black","black","black","black","black","black","black"],[null,"black","black","black","black","black","black","white"],["black","black","white","black","black","black","white","white"],["black","black","black","black","black","white","black","white"],["black","black","white","white","black","white","white","white"],["black","black","white","white","white","white","white","white"],["black","black","black","black","white","white","white","white"],[null,"black","black","black","black","black","black","white"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6658":{"parent":{"__isSmartRef__":true,"id":6648},"state":{"__isSmartRef__":true,"id":6659},"level":3,"childs":[],"__LivelyClassName__":"ABPGameTreeNode","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6659":{"gameboard":[["black","black","black","black","black","black","black"],[null,"black","black","black","black","black","black"],["black","black","white","black","black","black","black","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","white","black","black","white","white","white","black"],["white","white","white","white","white","white","white","white"]],"player":"black","nextPlayer":"white","valid":true,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"6660":{"submorphs":[{"__isSmartRef__":true,"id":6661}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6678},"id":"798D8EF1-D0F1-40FB-9545-DF3925436556","eventHandler":{"__isSmartRef__":true,"id":6679},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":6680},"name":"node3","partsBinMetaInfo":{"__isSmartRef__":true,"id":6681},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6552},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":6684},{"__isSmartRef__":true,"id":7538}],"parent":{"__isSmartRef__":true,"id":6526},"level":1,"abp":{"__isSmartRef__":true,"id":8514},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8515},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(218.8,110.0)"},"6661":{"submorphs":[],"scripts":[],"id":"7D916C12-A385-4F55-83EF-991DBC726F21","shape":{"__isSmartRef__":true,"id":6662},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":6663},"textChunks":[{"__isSmartRef__":true,"id":6675}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":6677},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":6660},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"6662":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"6663":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":6664},{"__isSmartRef__":true,"id":6666},{"__isSmartRef__":true,"id":6668},{"__isSmartRef__":true,"id":6670},{"__isSmartRef__":true,"id":6672}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":6674},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6664":{"date":{"__isSmartRef__":true,"id":6665},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"6665":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"6666":{"date":{"__isSmartRef__":true,"id":6667},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"6667":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"6668":{"date":{"__isSmartRef__":true,"id":6669},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"6669":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"6670":{"date":{"__isSmartRef__":true,"id":6671},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"6671":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"6672":{"date":{"__isSmartRef__":true,"id":6673},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"6673":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"6674":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"6675":{"style":{"__isSmartRef__":true,"id":6676},"chunkOwner":{"__isSmartRef__":true,"id":6661},"_id":"_3472","storedString":"13","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6676":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6677":{"morph":{"__isSmartRef__":true,"id":6661},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6678":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"6679":{"morph":{"__isSmartRef__":true,"id":6660},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6680":{},"6681":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":6682}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6682":{"date":{"__isSmartRef__":true,"id":6683},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"6683":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"6684":{"submorphs":[{"__isSmartRef__":true,"id":6685}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6702},"id":"149BB495-74FD-42CB-84BC-7085D9AB8126","eventHandler":{"__isSmartRef__":true,"id":6703},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":6704},"name":"node4","partsBinMetaInfo":{"__isSmartRef__":true,"id":6705},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6554},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":6708},{"__isSmartRef__":true,"id":6830},{"__isSmartRef__":true,"id":6952},{"__isSmartRef__":true,"id":7196}],"parent":{"__isSmartRef__":true,"id":6660},"level":2,"abp":{"__isSmartRef__":true,"id":7440},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7441},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(172.0,160.0)"},"6685":{"submorphs":[],"scripts":[],"id":"89C41CAF-E05A-4E12-B4C0-27F3873F0E50","shape":{"__isSmartRef__":true,"id":6686},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":6687},"textChunks":[{"__isSmartRef__":true,"id":6699}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":6701},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":6684},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"6686":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"6687":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":6688},{"__isSmartRef__":true,"id":6690},{"__isSmartRef__":true,"id":6692},{"__isSmartRef__":true,"id":6694},{"__isSmartRef__":true,"id":6696}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":6698},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6688":{"date":{"__isSmartRef__":true,"id":6689},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"6689":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"6690":{"date":{"__isSmartRef__":true,"id":6691},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"6691":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"6692":{"date":{"__isSmartRef__":true,"id":6693},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"6693":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"6694":{"date":{"__isSmartRef__":true,"id":6695},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"6695":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"6696":{"date":{"__isSmartRef__":true,"id":6697},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"6697":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"6698":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"6699":{"style":{"__isSmartRef__":true,"id":6700},"chunkOwner":{"__isSmartRef__":true,"id":6685},"_id":"_3417","storedString":"-11","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6700":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6701":{"morph":{"__isSmartRef__":true,"id":6685},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6702":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"6703":{"morph":{"__isSmartRef__":true,"id":6684},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6704":{},"6705":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":6706}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6706":{"date":{"__isSmartRef__":true,"id":6707},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"6707":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"6708":{"submorphs":[{"__isSmartRef__":true,"id":6709}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6726},"id":"6A71C65D-20A3-45D2-B1B1-C92EA8970AED","eventHandler":{"__isSmartRef__":true,"id":6727},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":6728},"name":"node5","partsBinMetaInfo":{"__isSmartRef__":true,"id":6729},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6556},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[],"parent":{"__isSmartRef__":true,"id":6684},"level":3,"abp":{"__isSmartRef__":true,"id":6732},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6733},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(73.1,210.0)"},"6709":{"submorphs":[],"scripts":[],"id":"0B7AB06D-3586-4BBA-99CB-31E76ED721D1","shape":{"__isSmartRef__":true,"id":6710},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":6711},"textChunks":[{"__isSmartRef__":true,"id":6723}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":6725},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":6708},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"6710":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"6711":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":6712},{"__isSmartRef__":true,"id":6714},{"__isSmartRef__":true,"id":6716},{"__isSmartRef__":true,"id":6718},{"__isSmartRef__":true,"id":6720}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":6722},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6712":{"date":{"__isSmartRef__":true,"id":6713},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"6713":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"6714":{"date":{"__isSmartRef__":true,"id":6715},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"6715":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"6716":{"date":{"__isSmartRef__":true,"id":6717},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"6717":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"6718":{"date":{"__isSmartRef__":true,"id":6719},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"6719":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"6720":{"date":{"__isSmartRef__":true,"id":6721},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"6721":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"6722":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"6723":{"style":{"__isSmartRef__":true,"id":6724},"chunkOwner":{"__isSmartRef__":true,"id":6709},"_id":"_3381","storedString":"11","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6724":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6725":{"morph":{"__isSmartRef__":true,"id":6709},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6726":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"6727":{"morph":{"__isSmartRef__":true,"id":6708},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6728":{},"6729":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":6730}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6730":{"date":{"__isSmartRef__":true,"id":6731},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"6731":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"6732":{"isActive":true,"alpha":-10000000000000,"beta":10000000000000,"i":0,"m":11,"d":0},"6733":{"buildChildNodes":{"__isSmartRef__":true,"id":6734},"getGameTree":{"__isSmartRef__":true,"id":6738},"getLevel":{"__isSmartRef__":true,"id":6742},"getLevelWeight":{"__isSmartRef__":true,"id":6746},"getWeight":{"__isSmartRef__":true,"id":6750},"setNode":{"__isSmartRef__":true,"id":6754},"setParent":{"__isSmartRef__":true,"id":6758},"getParent":{"__isSmartRef__":true,"id":6762},"deactivate":{"__isSmartRef__":true,"id":6766},"blink":{"__isSmartRef__":true,"id":6770},"ABPreturn":{"__isSmartRef__":true,"id":6774},"ABPstart":{"__isSmartRef__":true,"id":6778},"ABPcontinue":{"__isSmartRef__":true,"id":6782},"ABPshowValue":{"__isSmartRef__":true,"id":6786},"ABPgetValue":{"__isSmartRef__":true,"id":6790},"ABPhasChildNodes":{"__isSmartRef__":true,"id":6794},"onMouseDown":{"__isSmartRef__":true,"id":6798},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":6806},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":6810},"ABPmarkAsDone":{"__isSmartRef__":true,"id":6814},"ABPmarkAsActive":{"__isSmartRef__":true,"id":6818},"getStateMorph":{"__isSmartRef__":true,"id":6822},"showState":{"__isSmartRef__":true,"id":6826}},"6734":{"varMapping":{"__isSmartRef__":true,"id":6735},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":6736},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6735":{"this":{"__isSmartRef__":true,"id":6708}},"6736":{"timestamp":{"__isSmartRef__":true,"id":6737},"user":"sebastianwoinar","tags":[]},"6737":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"6738":{"varMapping":{"__isSmartRef__":true,"id":6739},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":6740},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6739":{"this":{"__isSmartRef__":true,"id":6708}},"6740":{"timestamp":{"__isSmartRef__":true,"id":6741},"user":"sebastianwoinar","tags":[]},"6741":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6742":{"varMapping":{"__isSmartRef__":true,"id":6743},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":6744},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6743":{"this":{"__isSmartRef__":true,"id":6708}},"6744":{"timestamp":{"__isSmartRef__":true,"id":6745},"user":"sebastianwoinar","tags":[]},"6745":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6746":{"varMapping":{"__isSmartRef__":true,"id":6747},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":6748},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6747":{"this":{"__isSmartRef__":true,"id":6708}},"6748":{"timestamp":{"__isSmartRef__":true,"id":6749},"user":"sebastianwoinar","tags":[]},"6749":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6750":{"varMapping":{"__isSmartRef__":true,"id":6751},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":6752},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6751":{"this":{"__isSmartRef__":true,"id":6708}},"6752":{"timestamp":{"__isSmartRef__":true,"id":6753},"user":"sebastianwoinar","tags":[]},"6753":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6754":{"varMapping":{"__isSmartRef__":true,"id":6755},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":6756},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6755":{"this":{"__isSmartRef__":true,"id":6708}},"6756":{"timestamp":{"__isSmartRef__":true,"id":6757},"user":"sebastianwoinar","tags":[]},"6757":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6758":{"varMapping":{"__isSmartRef__":true,"id":6759},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":6760},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6759":{"this":{"__isSmartRef__":true,"id":6708}},"6760":{"timestamp":{"__isSmartRef__":true,"id":6761},"user":"sebastianwoinar","tags":[]},"6761":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6762":{"varMapping":{"__isSmartRef__":true,"id":6763},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":6764},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6763":{"this":{"__isSmartRef__":true,"id":6708}},"6764":{"timestamp":{"__isSmartRef__":true,"id":6765},"user":"sebastianwoinar","tags":[]},"6765":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"6766":{"varMapping":{"__isSmartRef__":true,"id":6767},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":6768},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6767":{"this":{"__isSmartRef__":true,"id":6708}},"6768":{"timestamp":{"__isSmartRef__":true,"id":6769},"user":"sebastianwoinar","tags":[]},"6769":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"6770":{"varMapping":{"__isSmartRef__":true,"id":6771},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":6772},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6771":{"this":{"__isSmartRef__":true,"id":6708}},"6772":{"timestamp":{"__isSmartRef__":true,"id":6773},"user":"sebastianwoinar","tags":[]},"6773":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"6774":{"varMapping":{"__isSmartRef__":true,"id":6775},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":6776},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6775":{"this":{"__isSmartRef__":true,"id":6708}},"6776":{"timestamp":{"__isSmartRef__":true,"id":6777},"user":"sebastianwoinar","tags":[]},"6777":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"6778":{"varMapping":{"__isSmartRef__":true,"id":6779},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":6780},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6779":{"this":{"__isSmartRef__":true,"id":6708}},"6780":{"timestamp":{"__isSmartRef__":true,"id":6781},"user":"sebastianwoinar","tags":[]},"6781":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"6782":{"varMapping":{"__isSmartRef__":true,"id":6783},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":6784},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6783":{"this":{"__isSmartRef__":true,"id":6708}},"6784":{"timestamp":{"__isSmartRef__":true,"id":6785},"user":"sebastianwoinar","tags":[]},"6785":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"6786":{"varMapping":{"__isSmartRef__":true,"id":6787},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":6788},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6787":{"this":{"__isSmartRef__":true,"id":6708}},"6788":{"timestamp":{"__isSmartRef__":true,"id":6789},"user":"sebastianwoinar","tags":[]},"6789":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"6790":{"varMapping":{"__isSmartRef__":true,"id":6791},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":6792},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6791":{"this":{"__isSmartRef__":true,"id":6708}},"6792":{"timestamp":{"__isSmartRef__":true,"id":6793},"user":"sebastianwoinar","tags":[]},"6793":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"6794":{"varMapping":{"__isSmartRef__":true,"id":6795},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":6796},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6795":{"this":{"__isSmartRef__":true,"id":6708}},"6796":{"timestamp":{"__isSmartRef__":true,"id":6797},"user":"sebastianwoinar","tags":[]},"6797":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"6798":{"varMapping":{"__isSmartRef__":true,"id":6799},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":6804},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6799":{"this":{"__isSmartRef__":true,"id":6708},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6800}},"6800":{"$super":{"__isSmartRef__":true,"id":6801}},"6801":{"varMapping":{"__isSmartRef__":true,"id":6802},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":6803},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6802":{"obj":{"__isSmartRef__":true,"id":6708},"name":"onMouseDown"},"6803":{},"6804":{"timestamp":{"__isSmartRef__":true,"id":6805},"user":"sebastianwoinar","tags":[]},"6805":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"6806":{"varMapping":{"__isSmartRef__":true,"id":6807},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":6808},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6807":{"this":{"__isSmartRef__":true,"id":6708}},"6808":{"timestamp":{"__isSmartRef__":true,"id":6809},"user":"sebastianwoinar","tags":[]},"6809":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"6810":{"varMapping":{"__isSmartRef__":true,"id":6811},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":6812},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6811":{"this":{"__isSmartRef__":true,"id":6708}},"6812":{"timestamp":{"__isSmartRef__":true,"id":6813},"user":"sebastianwoinar","tags":[]},"6813":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"6814":{"varMapping":{"__isSmartRef__":true,"id":6815},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":6816},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6815":{"this":{"__isSmartRef__":true,"id":6708}},"6816":{"timestamp":{"__isSmartRef__":true,"id":6817},"user":"sebastianwoinar","tags":[]},"6817":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"6818":{"varMapping":{"__isSmartRef__":true,"id":6819},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":6820},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6819":{"this":{"__isSmartRef__":true,"id":6708}},"6820":{"timestamp":{"__isSmartRef__":true,"id":6821},"user":"sebastianwoinar","tags":[]},"6821":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"6822":{"varMapping":{"__isSmartRef__":true,"id":6823},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":6824},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6823":{"this":{"__isSmartRef__":true,"id":6708}},"6824":{"timestamp":{"__isSmartRef__":true,"id":6825},"user":"sebastianwoinar","tags":[]},"6825":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"6826":{"varMapping":{"__isSmartRef__":true,"id":6827},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":6828},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6827":{"this":{"__isSmartRef__":true,"id":6708}},"6828":{"timestamp":{"__isSmartRef__":true,"id":6829},"user":"sebastianwoinar","tags":[]},"6829":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"6830":{"submorphs":[{"__isSmartRef__":true,"id":6831}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6848},"id":"B66EC0EB-400C-43A1-A776-2750210FB644","eventHandler":{"__isSmartRef__":true,"id":6849},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":6850},"name":"node6","partsBinMetaInfo":{"__isSmartRef__":true,"id":6851},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6558},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[],"parent":{"__isSmartRef__":true,"id":6684},"level":3,"abp":{"__isSmartRef__":true,"id":6854},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6855},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(114.7,210.0)"},"6831":{"submorphs":[],"scripts":[],"id":"CEA3626D-C27D-416C-90F2-8D673BC7953A","shape":{"__isSmartRef__":true,"id":6832},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":6833},"textChunks":[{"__isSmartRef__":true,"id":6845}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":6847},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":6830},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"6832":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"6833":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":6834},{"__isSmartRef__":true,"id":6836},{"__isSmartRef__":true,"id":6838},{"__isSmartRef__":true,"id":6840},{"__isSmartRef__":true,"id":6842}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":6844},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6834":{"date":{"__isSmartRef__":true,"id":6835},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"6835":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"6836":{"date":{"__isSmartRef__":true,"id":6837},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"6837":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"6838":{"date":{"__isSmartRef__":true,"id":6839},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"6839":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"6840":{"date":{"__isSmartRef__":true,"id":6841},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"6841":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"6842":{"date":{"__isSmartRef__":true,"id":6843},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"6843":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"6844":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"6845":{"style":{"__isSmartRef__":true,"id":6846},"chunkOwner":{"__isSmartRef__":true,"id":6831},"_id":"_3388","storedString":"23","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6846":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6847":{"morph":{"__isSmartRef__":true,"id":6831},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6848":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"6849":{"morph":{"__isSmartRef__":true,"id":6830},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6850":{},"6851":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":6852}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6852":{"date":{"__isSmartRef__":true,"id":6853},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"6853":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"6854":{"isActive":true,"alpha":-10000000000000,"beta":11,"i":0,"m":23,"d":0},"6855":{"buildChildNodes":{"__isSmartRef__":true,"id":6856},"getGameTree":{"__isSmartRef__":true,"id":6860},"getLevel":{"__isSmartRef__":true,"id":6864},"getLevelWeight":{"__isSmartRef__":true,"id":6868},"getWeight":{"__isSmartRef__":true,"id":6872},"setNode":{"__isSmartRef__":true,"id":6876},"setParent":{"__isSmartRef__":true,"id":6880},"getParent":{"__isSmartRef__":true,"id":6884},"deactivate":{"__isSmartRef__":true,"id":6888},"blink":{"__isSmartRef__":true,"id":6892},"ABPreturn":{"__isSmartRef__":true,"id":6896},"ABPstart":{"__isSmartRef__":true,"id":6900},"ABPcontinue":{"__isSmartRef__":true,"id":6904},"ABPshowValue":{"__isSmartRef__":true,"id":6908},"ABPgetValue":{"__isSmartRef__":true,"id":6912},"ABPhasChildNodes":{"__isSmartRef__":true,"id":6916},"onMouseDown":{"__isSmartRef__":true,"id":6920},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":6928},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":6932},"ABPmarkAsDone":{"__isSmartRef__":true,"id":6936},"ABPmarkAsActive":{"__isSmartRef__":true,"id":6940},"getStateMorph":{"__isSmartRef__":true,"id":6944},"showState":{"__isSmartRef__":true,"id":6948}},"6856":{"varMapping":{"__isSmartRef__":true,"id":6857},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":6858},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6857":{"this":{"__isSmartRef__":true,"id":6830}},"6858":{"timestamp":{"__isSmartRef__":true,"id":6859},"user":"sebastianwoinar","tags":[]},"6859":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"6860":{"varMapping":{"__isSmartRef__":true,"id":6861},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":6862},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6861":{"this":{"__isSmartRef__":true,"id":6830}},"6862":{"timestamp":{"__isSmartRef__":true,"id":6863},"user":"sebastianwoinar","tags":[]},"6863":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6864":{"varMapping":{"__isSmartRef__":true,"id":6865},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":6866},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6865":{"this":{"__isSmartRef__":true,"id":6830}},"6866":{"timestamp":{"__isSmartRef__":true,"id":6867},"user":"sebastianwoinar","tags":[]},"6867":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6868":{"varMapping":{"__isSmartRef__":true,"id":6869},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":6870},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6869":{"this":{"__isSmartRef__":true,"id":6830}},"6870":{"timestamp":{"__isSmartRef__":true,"id":6871},"user":"sebastianwoinar","tags":[]},"6871":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6872":{"varMapping":{"__isSmartRef__":true,"id":6873},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":6874},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6873":{"this":{"__isSmartRef__":true,"id":6830}},"6874":{"timestamp":{"__isSmartRef__":true,"id":6875},"user":"sebastianwoinar","tags":[]},"6875":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6876":{"varMapping":{"__isSmartRef__":true,"id":6877},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":6878},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6877":{"this":{"__isSmartRef__":true,"id":6830}},"6878":{"timestamp":{"__isSmartRef__":true,"id":6879},"user":"sebastianwoinar","tags":[]},"6879":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6880":{"varMapping":{"__isSmartRef__":true,"id":6881},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":6882},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6881":{"this":{"__isSmartRef__":true,"id":6830}},"6882":{"timestamp":{"__isSmartRef__":true,"id":6883},"user":"sebastianwoinar","tags":[]},"6883":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"6884":{"varMapping":{"__isSmartRef__":true,"id":6885},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":6886},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6885":{"this":{"__isSmartRef__":true,"id":6830}},"6886":{"timestamp":{"__isSmartRef__":true,"id":6887},"user":"sebastianwoinar","tags":[]},"6887":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"6888":{"varMapping":{"__isSmartRef__":true,"id":6889},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":6890},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6889":{"this":{"__isSmartRef__":true,"id":6830}},"6890":{"timestamp":{"__isSmartRef__":true,"id":6891},"user":"sebastianwoinar","tags":[]},"6891":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"6892":{"varMapping":{"__isSmartRef__":true,"id":6893},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":6894},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6893":{"this":{"__isSmartRef__":true,"id":6830}},"6894":{"timestamp":{"__isSmartRef__":true,"id":6895},"user":"sebastianwoinar","tags":[]},"6895":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"6896":{"varMapping":{"__isSmartRef__":true,"id":6897},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":6898},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6897":{"this":{"__isSmartRef__":true,"id":6830}},"6898":{"timestamp":{"__isSmartRef__":true,"id":6899},"user":"sebastianwoinar","tags":[]},"6899":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"6900":{"varMapping":{"__isSmartRef__":true,"id":6901},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":6902},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6901":{"this":{"__isSmartRef__":true,"id":6830}},"6902":{"timestamp":{"__isSmartRef__":true,"id":6903},"user":"sebastianwoinar","tags":[]},"6903":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"6904":{"varMapping":{"__isSmartRef__":true,"id":6905},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":6906},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6905":{"this":{"__isSmartRef__":true,"id":6830}},"6906":{"timestamp":{"__isSmartRef__":true,"id":6907},"user":"sebastianwoinar","tags":[]},"6907":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"6908":{"varMapping":{"__isSmartRef__":true,"id":6909},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":6910},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6909":{"this":{"__isSmartRef__":true,"id":6830}},"6910":{"timestamp":{"__isSmartRef__":true,"id":6911},"user":"sebastianwoinar","tags":[]},"6911":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"6912":{"varMapping":{"__isSmartRef__":true,"id":6913},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":6914},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6913":{"this":{"__isSmartRef__":true,"id":6830}},"6914":{"timestamp":{"__isSmartRef__":true,"id":6915},"user":"sebastianwoinar","tags":[]},"6915":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"6916":{"varMapping":{"__isSmartRef__":true,"id":6917},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":6918},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6917":{"this":{"__isSmartRef__":true,"id":6830}},"6918":{"timestamp":{"__isSmartRef__":true,"id":6919},"user":"sebastianwoinar","tags":[]},"6919":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"6920":{"varMapping":{"__isSmartRef__":true,"id":6921},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":6926},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6921":{"this":{"__isSmartRef__":true,"id":6830},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":6922}},"6922":{"$super":{"__isSmartRef__":true,"id":6923}},"6923":{"varMapping":{"__isSmartRef__":true,"id":6924},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":6925},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6924":{"obj":{"__isSmartRef__":true,"id":6830},"name":"onMouseDown"},"6925":{},"6926":{"timestamp":{"__isSmartRef__":true,"id":6927},"user":"sebastianwoinar","tags":[]},"6927":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"6928":{"varMapping":{"__isSmartRef__":true,"id":6929},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":6930},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6929":{"this":{"__isSmartRef__":true,"id":6830}},"6930":{"timestamp":{"__isSmartRef__":true,"id":6931},"user":"sebastianwoinar","tags":[]},"6931":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"6932":{"varMapping":{"__isSmartRef__":true,"id":6933},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":6934},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6933":{"this":{"__isSmartRef__":true,"id":6830}},"6934":{"timestamp":{"__isSmartRef__":true,"id":6935},"user":"sebastianwoinar","tags":[]},"6935":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"6936":{"varMapping":{"__isSmartRef__":true,"id":6937},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":6938},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6937":{"this":{"__isSmartRef__":true,"id":6830}},"6938":{"timestamp":{"__isSmartRef__":true,"id":6939},"user":"sebastianwoinar","tags":[]},"6939":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"6940":{"varMapping":{"__isSmartRef__":true,"id":6941},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":6942},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6941":{"this":{"__isSmartRef__":true,"id":6830}},"6942":{"timestamp":{"__isSmartRef__":true,"id":6943},"user":"sebastianwoinar","tags":[]},"6943":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"6944":{"varMapping":{"__isSmartRef__":true,"id":6945},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":6946},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6945":{"this":{"__isSmartRef__":true,"id":6830}},"6946":{"timestamp":{"__isSmartRef__":true,"id":6947},"user":"sebastianwoinar","tags":[]},"6947":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"6948":{"varMapping":{"__isSmartRef__":true,"id":6949},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":6950},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"6949":{"this":{"__isSmartRef__":true,"id":6830}},"6950":{"timestamp":{"__isSmartRef__":true,"id":6951},"user":"sebastianwoinar","tags":[]},"6951":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"6952":{"submorphs":[{"__isSmartRef__":true,"id":6953}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6970},"id":"36AAACB5-A0A8-4491-A9A8-12ADBA2E7488","eventHandler":{"__isSmartRef__":true,"id":6971},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":6972},"name":"node7","partsBinMetaInfo":{"__isSmartRef__":true,"id":6973},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6560},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":6976}],"parent":{"__isSmartRef__":true,"id":6684},"level":3,"abp":{"__isSmartRef__":true,"id":7098},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7099},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(156.4,210.0)"},"6953":{"submorphs":[],"scripts":[],"id":"A9F917C5-19FA-413C-8D84-065BFB27121D","shape":{"__isSmartRef__":true,"id":6954},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":6955},"textChunks":[{"__isSmartRef__":true,"id":6967}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":6969},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":6952},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"6954":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"6955":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":6956},{"__isSmartRef__":true,"id":6958},{"__isSmartRef__":true,"id":6960},{"__isSmartRef__":true,"id":6962},{"__isSmartRef__":true,"id":6964}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":6966},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6956":{"date":{"__isSmartRef__":true,"id":6957},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"6957":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"6958":{"date":{"__isSmartRef__":true,"id":6959},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"6959":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"6960":{"date":{"__isSmartRef__":true,"id":6961},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"6961":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"6962":{"date":{"__isSmartRef__":true,"id":6963},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"6963":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"6964":{"date":{"__isSmartRef__":true,"id":6965},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"6965":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"6966":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"6967":{"style":{"__isSmartRef__":true,"id":6968},"chunkOwner":{"__isSmartRef__":true,"id":6953},"_id":"_3400","storedString":"26","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6968":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6969":{"morph":{"__isSmartRef__":true,"id":6953},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6970":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"6971":{"morph":{"__isSmartRef__":true,"id":6952},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6972":{},"6973":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":6974}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6974":{"date":{"__isSmartRef__":true,"id":6975},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"6975":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"6976":{"submorphs":[{"__isSmartRef__":true,"id":6977}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6994},"id":"7E76EB4F-B442-49D3-8937-BEF3E34B5D3E","eventHandler":{"__isSmartRef__":true,"id":6995},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":6996},"name":"node8","partsBinMetaInfo":{"__isSmartRef__":true,"id":6997},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6562},"owner":{"__isSmartRef__":true,"id":6525},"parent":{"__isSmartRef__":true,"id":6952},"level":4,"abp":{"__isSmartRef__":true,"id":7000},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7001},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(97.6,260.0)"},"6977":{"submorphs":[],"scripts":[],"id":"FF6801CB-4CB5-471B-BFFC-E583C484DD36","shape":{"__isSmartRef__":true,"id":6978},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":6979},"textChunks":[{"__isSmartRef__":true,"id":6991}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":6993},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":6976},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"6978":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"6979":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":6980},{"__isSmartRef__":true,"id":6982},{"__isSmartRef__":true,"id":6984},{"__isSmartRef__":true,"id":6986},{"__isSmartRef__":true,"id":6988}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":6990},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6980":{"date":{"__isSmartRef__":true,"id":6981},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"6981":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"6982":{"date":{"__isSmartRef__":true,"id":6983},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"6983":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"6984":{"date":{"__isSmartRef__":true,"id":6985},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"6985":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"6986":{"date":{"__isSmartRef__":true,"id":6987},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"6987":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"6988":{"date":{"__isSmartRef__":true,"id":6989},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"6989":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"6990":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"6991":{"style":{"__isSmartRef__":true,"id":6992},"chunkOwner":{"__isSmartRef__":true,"id":6977},"_id":"_3397","storedString":"-26","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6992":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6993":{"morph":{"__isSmartRef__":true,"id":6977},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6994":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"6995":{"morph":{"__isSmartRef__":true,"id":6976},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6996":{},"6997":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":6998}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"6998":{"date":{"__isSmartRef__":true,"id":6999},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"6999":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"7000":{"isActive":true,"alpha":-11,"beta":10000000000000,"i":0,"m":-26,"d":0},"7001":{"buildChildNodes":{"__isSmartRef__":true,"id":7002},"getGameTree":{"__isSmartRef__":true,"id":7006},"getLevel":{"__isSmartRef__":true,"id":7010},"getLevelWeight":{"__isSmartRef__":true,"id":7014},"getWeight":{"__isSmartRef__":true,"id":7018},"setNode":{"__isSmartRef__":true,"id":7022},"setParent":{"__isSmartRef__":true,"id":7026},"getParent":{"__isSmartRef__":true,"id":7030},"deactivate":{"__isSmartRef__":true,"id":7034},"blink":{"__isSmartRef__":true,"id":7038},"ABPreturn":{"__isSmartRef__":true,"id":7042},"ABPstart":{"__isSmartRef__":true,"id":7046},"ABPcontinue":{"__isSmartRef__":true,"id":7050},"ABPshowValue":{"__isSmartRef__":true,"id":7054},"ABPgetValue":{"__isSmartRef__":true,"id":7058},"ABPhasChildNodes":{"__isSmartRef__":true,"id":7062},"onMouseDown":{"__isSmartRef__":true,"id":7066},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":7074},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":7078},"ABPmarkAsDone":{"__isSmartRef__":true,"id":7082},"ABPmarkAsActive":{"__isSmartRef__":true,"id":7086},"getStateMorph":{"__isSmartRef__":true,"id":7090},"showState":{"__isSmartRef__":true,"id":7094}},"7002":{"varMapping":{"__isSmartRef__":true,"id":7003},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":7004},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7003":{"this":{"__isSmartRef__":true,"id":6976}},"7004":{"timestamp":{"__isSmartRef__":true,"id":7005},"user":"sebastianwoinar","tags":[]},"7005":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"7006":{"varMapping":{"__isSmartRef__":true,"id":7007},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":7008},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7007":{"this":{"__isSmartRef__":true,"id":6976}},"7008":{"timestamp":{"__isSmartRef__":true,"id":7009},"user":"sebastianwoinar","tags":[]},"7009":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7010":{"varMapping":{"__isSmartRef__":true,"id":7011},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":7012},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7011":{"this":{"__isSmartRef__":true,"id":6976}},"7012":{"timestamp":{"__isSmartRef__":true,"id":7013},"user":"sebastianwoinar","tags":[]},"7013":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7014":{"varMapping":{"__isSmartRef__":true,"id":7015},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7016},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7015":{"this":{"__isSmartRef__":true,"id":6976}},"7016":{"timestamp":{"__isSmartRef__":true,"id":7017},"user":"sebastianwoinar","tags":[]},"7017":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7018":{"varMapping":{"__isSmartRef__":true,"id":7019},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":7020},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7019":{"this":{"__isSmartRef__":true,"id":6976}},"7020":{"timestamp":{"__isSmartRef__":true,"id":7021},"user":"sebastianwoinar","tags":[]},"7021":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7022":{"varMapping":{"__isSmartRef__":true,"id":7023},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":7024},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7023":{"this":{"__isSmartRef__":true,"id":6976}},"7024":{"timestamp":{"__isSmartRef__":true,"id":7025},"user":"sebastianwoinar","tags":[]},"7025":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7026":{"varMapping":{"__isSmartRef__":true,"id":7027},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":7028},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7027":{"this":{"__isSmartRef__":true,"id":6976}},"7028":{"timestamp":{"__isSmartRef__":true,"id":7029},"user":"sebastianwoinar","tags":[]},"7029":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7030":{"varMapping":{"__isSmartRef__":true,"id":7031},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":7032},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7031":{"this":{"__isSmartRef__":true,"id":6976}},"7032":{"timestamp":{"__isSmartRef__":true,"id":7033},"user":"sebastianwoinar","tags":[]},"7033":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"7034":{"varMapping":{"__isSmartRef__":true,"id":7035},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":7036},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7035":{"this":{"__isSmartRef__":true,"id":6976}},"7036":{"timestamp":{"__isSmartRef__":true,"id":7037},"user":"sebastianwoinar","tags":[]},"7037":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"7038":{"varMapping":{"__isSmartRef__":true,"id":7039},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":7040},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7039":{"this":{"__isSmartRef__":true,"id":6976}},"7040":{"timestamp":{"__isSmartRef__":true,"id":7041},"user":"sebastianwoinar","tags":[]},"7041":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"7042":{"varMapping":{"__isSmartRef__":true,"id":7043},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":7044},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7043":{"this":{"__isSmartRef__":true,"id":6976}},"7044":{"timestamp":{"__isSmartRef__":true,"id":7045},"user":"sebastianwoinar","tags":[]},"7045":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"7046":{"varMapping":{"__isSmartRef__":true,"id":7047},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":7048},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7047":{"this":{"__isSmartRef__":true,"id":6976}},"7048":{"timestamp":{"__isSmartRef__":true,"id":7049},"user":"sebastianwoinar","tags":[]},"7049":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"7050":{"varMapping":{"__isSmartRef__":true,"id":7051},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":7052},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7051":{"this":{"__isSmartRef__":true,"id":6976}},"7052":{"timestamp":{"__isSmartRef__":true,"id":7053},"user":"sebastianwoinar","tags":[]},"7053":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"7054":{"varMapping":{"__isSmartRef__":true,"id":7055},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":7056},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7055":{"this":{"__isSmartRef__":true,"id":6976}},"7056":{"timestamp":{"__isSmartRef__":true,"id":7057},"user":"sebastianwoinar","tags":[]},"7057":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"7058":{"varMapping":{"__isSmartRef__":true,"id":7059},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":7060},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7059":{"this":{"__isSmartRef__":true,"id":6976}},"7060":{"timestamp":{"__isSmartRef__":true,"id":7061},"user":"sebastianwoinar","tags":[]},"7061":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"7062":{"varMapping":{"__isSmartRef__":true,"id":7063},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":7064},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7063":{"this":{"__isSmartRef__":true,"id":6976}},"7064":{"timestamp":{"__isSmartRef__":true,"id":7065},"user":"sebastianwoinar","tags":[]},"7065":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"7066":{"varMapping":{"__isSmartRef__":true,"id":7067},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":7072},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7067":{"this":{"__isSmartRef__":true,"id":6976},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7068}},"7068":{"$super":{"__isSmartRef__":true,"id":7069}},"7069":{"varMapping":{"__isSmartRef__":true,"id":7070},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":7071},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7070":{"obj":{"__isSmartRef__":true,"id":6976},"name":"onMouseDown"},"7071":{},"7072":{"timestamp":{"__isSmartRef__":true,"id":7073},"user":"sebastianwoinar","tags":[]},"7073":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"7074":{"varMapping":{"__isSmartRef__":true,"id":7075},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":7076},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7075":{"this":{"__isSmartRef__":true,"id":6976}},"7076":{"timestamp":{"__isSmartRef__":true,"id":7077},"user":"sebastianwoinar","tags":[]},"7077":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"7078":{"varMapping":{"__isSmartRef__":true,"id":7079},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":7080},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7079":{"this":{"__isSmartRef__":true,"id":6976}},"7080":{"timestamp":{"__isSmartRef__":true,"id":7081},"user":"sebastianwoinar","tags":[]},"7081":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"7082":{"varMapping":{"__isSmartRef__":true,"id":7083},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":7084},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7083":{"this":{"__isSmartRef__":true,"id":6976}},"7084":{"timestamp":{"__isSmartRef__":true,"id":7085},"user":"sebastianwoinar","tags":[]},"7085":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"7086":{"varMapping":{"__isSmartRef__":true,"id":7087},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":7088},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7087":{"this":{"__isSmartRef__":true,"id":6976}},"7088":{"timestamp":{"__isSmartRef__":true,"id":7089},"user":"sebastianwoinar","tags":[]},"7089":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"7090":{"varMapping":{"__isSmartRef__":true,"id":7091},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":7092},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7091":{"this":{"__isSmartRef__":true,"id":6976}},"7092":{"timestamp":{"__isSmartRef__":true,"id":7093},"user":"sebastianwoinar","tags":[]},"7093":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"7094":{"varMapping":{"__isSmartRef__":true,"id":7095},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7096},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7095":{"this":{"__isSmartRef__":true,"id":6976}},"7096":{"timestamp":{"__isSmartRef__":true,"id":7097},"user":"sebastianwoinar","tags":[]},"7097":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"7098":{"isActive":true,"alpha":26,"beta":11,"i":1,"m":26,"d":0},"7099":{"buildChildNodes":{"__isSmartRef__":true,"id":7100},"getGameTree":{"__isSmartRef__":true,"id":7104},"getLevel":{"__isSmartRef__":true,"id":7108},"getLevelWeight":{"__isSmartRef__":true,"id":7112},"getWeight":{"__isSmartRef__":true,"id":7116},"setNode":{"__isSmartRef__":true,"id":7120},"setParent":{"__isSmartRef__":true,"id":7124},"getParent":{"__isSmartRef__":true,"id":7128},"deactivate":{"__isSmartRef__":true,"id":7132},"blink":{"__isSmartRef__":true,"id":7136},"ABPreturn":{"__isSmartRef__":true,"id":7140},"ABPstart":{"__isSmartRef__":true,"id":7144},"ABPcontinue":{"__isSmartRef__":true,"id":7148},"ABPshowValue":{"__isSmartRef__":true,"id":7152},"ABPgetValue":{"__isSmartRef__":true,"id":7156},"ABPhasChildNodes":{"__isSmartRef__":true,"id":7160},"onMouseDown":{"__isSmartRef__":true,"id":7164},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":7172},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":7176},"ABPmarkAsDone":{"__isSmartRef__":true,"id":7180},"ABPmarkAsActive":{"__isSmartRef__":true,"id":7184},"getStateMorph":{"__isSmartRef__":true,"id":7188},"showState":{"__isSmartRef__":true,"id":7192}},"7100":{"varMapping":{"__isSmartRef__":true,"id":7101},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":7102},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7101":{"this":{"__isSmartRef__":true,"id":6952}},"7102":{"timestamp":{"__isSmartRef__":true,"id":7103},"user":"sebastianwoinar","tags":[]},"7103":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"7104":{"varMapping":{"__isSmartRef__":true,"id":7105},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":7106},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7105":{"this":{"__isSmartRef__":true,"id":6952}},"7106":{"timestamp":{"__isSmartRef__":true,"id":7107},"user":"sebastianwoinar","tags":[]},"7107":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7108":{"varMapping":{"__isSmartRef__":true,"id":7109},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":7110},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7109":{"this":{"__isSmartRef__":true,"id":6952}},"7110":{"timestamp":{"__isSmartRef__":true,"id":7111},"user":"sebastianwoinar","tags":[]},"7111":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7112":{"varMapping":{"__isSmartRef__":true,"id":7113},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7114},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7113":{"this":{"__isSmartRef__":true,"id":6952}},"7114":{"timestamp":{"__isSmartRef__":true,"id":7115},"user":"sebastianwoinar","tags":[]},"7115":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7116":{"varMapping":{"__isSmartRef__":true,"id":7117},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":7118},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7117":{"this":{"__isSmartRef__":true,"id":6952}},"7118":{"timestamp":{"__isSmartRef__":true,"id":7119},"user":"sebastianwoinar","tags":[]},"7119":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7120":{"varMapping":{"__isSmartRef__":true,"id":7121},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":7122},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7121":{"this":{"__isSmartRef__":true,"id":6952}},"7122":{"timestamp":{"__isSmartRef__":true,"id":7123},"user":"sebastianwoinar","tags":[]},"7123":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7124":{"varMapping":{"__isSmartRef__":true,"id":7125},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":7126},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7125":{"this":{"__isSmartRef__":true,"id":6952}},"7126":{"timestamp":{"__isSmartRef__":true,"id":7127},"user":"sebastianwoinar","tags":[]},"7127":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7128":{"varMapping":{"__isSmartRef__":true,"id":7129},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":7130},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7129":{"this":{"__isSmartRef__":true,"id":6952}},"7130":{"timestamp":{"__isSmartRef__":true,"id":7131},"user":"sebastianwoinar","tags":[]},"7131":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"7132":{"varMapping":{"__isSmartRef__":true,"id":7133},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":7134},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7133":{"this":{"__isSmartRef__":true,"id":6952}},"7134":{"timestamp":{"__isSmartRef__":true,"id":7135},"user":"sebastianwoinar","tags":[]},"7135":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"7136":{"varMapping":{"__isSmartRef__":true,"id":7137},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":7138},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7137":{"this":{"__isSmartRef__":true,"id":6952}},"7138":{"timestamp":{"__isSmartRef__":true,"id":7139},"user":"sebastianwoinar","tags":[]},"7139":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"7140":{"varMapping":{"__isSmartRef__":true,"id":7141},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":7142},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7141":{"this":{"__isSmartRef__":true,"id":6952}},"7142":{"timestamp":{"__isSmartRef__":true,"id":7143},"user":"sebastianwoinar","tags":[]},"7143":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"7144":{"varMapping":{"__isSmartRef__":true,"id":7145},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":7146},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7145":{"this":{"__isSmartRef__":true,"id":6952}},"7146":{"timestamp":{"__isSmartRef__":true,"id":7147},"user":"sebastianwoinar","tags":[]},"7147":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"7148":{"varMapping":{"__isSmartRef__":true,"id":7149},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":7150},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7149":{"this":{"__isSmartRef__":true,"id":6952}},"7150":{"timestamp":{"__isSmartRef__":true,"id":7151},"user":"sebastianwoinar","tags":[]},"7151":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"7152":{"varMapping":{"__isSmartRef__":true,"id":7153},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":7154},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7153":{"this":{"__isSmartRef__":true,"id":6952}},"7154":{"timestamp":{"__isSmartRef__":true,"id":7155},"user":"sebastianwoinar","tags":[]},"7155":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"7156":{"varMapping":{"__isSmartRef__":true,"id":7157},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":7158},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7157":{"this":{"__isSmartRef__":true,"id":6952}},"7158":{"timestamp":{"__isSmartRef__":true,"id":7159},"user":"sebastianwoinar","tags":[]},"7159":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"7160":{"varMapping":{"__isSmartRef__":true,"id":7161},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":7162},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7161":{"this":{"__isSmartRef__":true,"id":6952}},"7162":{"timestamp":{"__isSmartRef__":true,"id":7163},"user":"sebastianwoinar","tags":[]},"7163":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"7164":{"varMapping":{"__isSmartRef__":true,"id":7165},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":7170},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7165":{"this":{"__isSmartRef__":true,"id":6952},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7166}},"7166":{"$super":{"__isSmartRef__":true,"id":7167}},"7167":{"varMapping":{"__isSmartRef__":true,"id":7168},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":7169},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7168":{"obj":{"__isSmartRef__":true,"id":6952},"name":"onMouseDown"},"7169":{},"7170":{"timestamp":{"__isSmartRef__":true,"id":7171},"user":"sebastianwoinar","tags":[]},"7171":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"7172":{"varMapping":{"__isSmartRef__":true,"id":7173},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":7174},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7173":{"this":{"__isSmartRef__":true,"id":6952}},"7174":{"timestamp":{"__isSmartRef__":true,"id":7175},"user":"sebastianwoinar","tags":[]},"7175":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"7176":{"varMapping":{"__isSmartRef__":true,"id":7177},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":7178},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7177":{"this":{"__isSmartRef__":true,"id":6952}},"7178":{"timestamp":{"__isSmartRef__":true,"id":7179},"user":"sebastianwoinar","tags":[]},"7179":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"7180":{"varMapping":{"__isSmartRef__":true,"id":7181},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":7182},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7181":{"this":{"__isSmartRef__":true,"id":6952}},"7182":{"timestamp":{"__isSmartRef__":true,"id":7183},"user":"sebastianwoinar","tags":[]},"7183":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"7184":{"varMapping":{"__isSmartRef__":true,"id":7185},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":7186},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7185":{"this":{"__isSmartRef__":true,"id":6952}},"7186":{"timestamp":{"__isSmartRef__":true,"id":7187},"user":"sebastianwoinar","tags":[]},"7187":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"7188":{"varMapping":{"__isSmartRef__":true,"id":7189},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":7190},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7189":{"this":{"__isSmartRef__":true,"id":6952}},"7190":{"timestamp":{"__isSmartRef__":true,"id":7191},"user":"sebastianwoinar","tags":[]},"7191":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"7192":{"varMapping":{"__isSmartRef__":true,"id":7193},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7194},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7193":{"this":{"__isSmartRef__":true,"id":6952}},"7194":{"timestamp":{"__isSmartRef__":true,"id":7195},"user":"sebastianwoinar","tags":[]},"7195":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"7196":{"submorphs":[{"__isSmartRef__":true,"id":7197}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7214},"id":"0B2958EE-56C0-4FF1-A6F7-6723D0D86227","eventHandler":{"__isSmartRef__":true,"id":7215},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":7216},"name":"node9","partsBinMetaInfo":{"__isSmartRef__":true,"id":7217},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6564},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":7220}],"parent":{"__isSmartRef__":true,"id":6684},"level":3,"abp":{"__isSmartRef__":true,"id":7342},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7343},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(198.0,210.0)"},"7197":{"submorphs":[],"scripts":[],"id":"A47F8FEA-4A4E-4C15-B441-D797363DD9FA","shape":{"__isSmartRef__":true,"id":7198},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":7199},"textChunks":[{"__isSmartRef__":true,"id":7211}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":7213},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":7196},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"7198":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"7199":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":7200},{"__isSmartRef__":true,"id":7202},{"__isSmartRef__":true,"id":7204},{"__isSmartRef__":true,"id":7206},{"__isSmartRef__":true,"id":7208}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":7210},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7200":{"date":{"__isSmartRef__":true,"id":7201},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"7201":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"7202":{"date":{"__isSmartRef__":true,"id":7203},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"7203":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"7204":{"date":{"__isSmartRef__":true,"id":7205},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"7205":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"7206":{"date":{"__isSmartRef__":true,"id":7207},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"7207":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"7208":{"date":{"__isSmartRef__":true,"id":7209},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"7209":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"7210":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"7211":{"style":{"__isSmartRef__":true,"id":7212},"chunkOwner":{"__isSmartRef__":true,"id":7197},"_id":"_3412","storedString":"26","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7212":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7213":{"morph":{"__isSmartRef__":true,"id":7197},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7214":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"7215":{"morph":{"__isSmartRef__":true,"id":7196},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7216":{},"7217":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":7218}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7218":{"date":{"__isSmartRef__":true,"id":7219},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"7219":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"7220":{"submorphs":[{"__isSmartRef__":true,"id":7221}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7238},"id":"840AAB45-893E-4090-8EF7-38BF930BC359","eventHandler":{"__isSmartRef__":true,"id":7239},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":7240},"name":"node10","partsBinMetaInfo":{"__isSmartRef__":true,"id":7241},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6566},"owner":{"__isSmartRef__":true,"id":6525},"parent":{"__isSmartRef__":true,"id":7196},"level":4,"abp":{"__isSmartRef__":true,"id":7244},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7245},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(163.7,260.0)"},"7221":{"submorphs":[],"scripts":[],"id":"12F9FEBC-E13C-4F7E-8A5A-34C8F14CDD6D","shape":{"__isSmartRef__":true,"id":7222},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":7223},"textChunks":[{"__isSmartRef__":true,"id":7235}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":7237},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":7220},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"7222":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"7223":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":7224},{"__isSmartRef__":true,"id":7226},{"__isSmartRef__":true,"id":7228},{"__isSmartRef__":true,"id":7230},{"__isSmartRef__":true,"id":7232}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":7234},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7224":{"date":{"__isSmartRef__":true,"id":7225},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"7225":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"7226":{"date":{"__isSmartRef__":true,"id":7227},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"7227":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"7228":{"date":{"__isSmartRef__":true,"id":7229},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"7229":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"7230":{"date":{"__isSmartRef__":true,"id":7231},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"7231":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"7232":{"date":{"__isSmartRef__":true,"id":7233},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"7233":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"7234":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"7235":{"style":{"__isSmartRef__":true,"id":7236},"chunkOwner":{"__isSmartRef__":true,"id":7221},"_id":"_3409","storedString":"-26","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7236":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7237":{"morph":{"__isSmartRef__":true,"id":7221},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7238":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"7239":{"morph":{"__isSmartRef__":true,"id":7220},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7240":{},"7241":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":7242}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7242":{"date":{"__isSmartRef__":true,"id":7243},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"7243":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"7244":{"isActive":true,"alpha":-11,"beta":10000000000000,"i":0,"m":-26,"d":0},"7245":{"buildChildNodes":{"__isSmartRef__":true,"id":7246},"getGameTree":{"__isSmartRef__":true,"id":7250},"getLevel":{"__isSmartRef__":true,"id":7254},"getLevelWeight":{"__isSmartRef__":true,"id":7258},"getWeight":{"__isSmartRef__":true,"id":7262},"setNode":{"__isSmartRef__":true,"id":7266},"setParent":{"__isSmartRef__":true,"id":7270},"getParent":{"__isSmartRef__":true,"id":7274},"deactivate":{"__isSmartRef__":true,"id":7278},"blink":{"__isSmartRef__":true,"id":7282},"ABPreturn":{"__isSmartRef__":true,"id":7286},"ABPstart":{"__isSmartRef__":true,"id":7290},"ABPcontinue":{"__isSmartRef__":true,"id":7294},"ABPshowValue":{"__isSmartRef__":true,"id":7298},"ABPgetValue":{"__isSmartRef__":true,"id":7302},"ABPhasChildNodes":{"__isSmartRef__":true,"id":7306},"onMouseDown":{"__isSmartRef__":true,"id":7310},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":7318},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":7322},"ABPmarkAsDone":{"__isSmartRef__":true,"id":7326},"ABPmarkAsActive":{"__isSmartRef__":true,"id":7330},"getStateMorph":{"__isSmartRef__":true,"id":7334},"showState":{"__isSmartRef__":true,"id":7338}},"7246":{"varMapping":{"__isSmartRef__":true,"id":7247},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":7248},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7247":{"this":{"__isSmartRef__":true,"id":7220}},"7248":{"timestamp":{"__isSmartRef__":true,"id":7249},"user":"sebastianwoinar","tags":[]},"7249":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"7250":{"varMapping":{"__isSmartRef__":true,"id":7251},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":7252},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7251":{"this":{"__isSmartRef__":true,"id":7220}},"7252":{"timestamp":{"__isSmartRef__":true,"id":7253},"user":"sebastianwoinar","tags":[]},"7253":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7254":{"varMapping":{"__isSmartRef__":true,"id":7255},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":7256},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7255":{"this":{"__isSmartRef__":true,"id":7220}},"7256":{"timestamp":{"__isSmartRef__":true,"id":7257},"user":"sebastianwoinar","tags":[]},"7257":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7258":{"varMapping":{"__isSmartRef__":true,"id":7259},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7260},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7259":{"this":{"__isSmartRef__":true,"id":7220}},"7260":{"timestamp":{"__isSmartRef__":true,"id":7261},"user":"sebastianwoinar","tags":[]},"7261":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7262":{"varMapping":{"__isSmartRef__":true,"id":7263},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":7264},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7263":{"this":{"__isSmartRef__":true,"id":7220}},"7264":{"timestamp":{"__isSmartRef__":true,"id":7265},"user":"sebastianwoinar","tags":[]},"7265":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7266":{"varMapping":{"__isSmartRef__":true,"id":7267},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":7268},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7267":{"this":{"__isSmartRef__":true,"id":7220}},"7268":{"timestamp":{"__isSmartRef__":true,"id":7269},"user":"sebastianwoinar","tags":[]},"7269":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7270":{"varMapping":{"__isSmartRef__":true,"id":7271},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":7272},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7271":{"this":{"__isSmartRef__":true,"id":7220}},"7272":{"timestamp":{"__isSmartRef__":true,"id":7273},"user":"sebastianwoinar","tags":[]},"7273":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7274":{"varMapping":{"__isSmartRef__":true,"id":7275},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":7276},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7275":{"this":{"__isSmartRef__":true,"id":7220}},"7276":{"timestamp":{"__isSmartRef__":true,"id":7277},"user":"sebastianwoinar","tags":[]},"7277":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"7278":{"varMapping":{"__isSmartRef__":true,"id":7279},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":7280},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7279":{"this":{"__isSmartRef__":true,"id":7220}},"7280":{"timestamp":{"__isSmartRef__":true,"id":7281},"user":"sebastianwoinar","tags":[]},"7281":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"7282":{"varMapping":{"__isSmartRef__":true,"id":7283},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":7284},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7283":{"this":{"__isSmartRef__":true,"id":7220}},"7284":{"timestamp":{"__isSmartRef__":true,"id":7285},"user":"sebastianwoinar","tags":[]},"7285":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"7286":{"varMapping":{"__isSmartRef__":true,"id":7287},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":7288},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7287":{"this":{"__isSmartRef__":true,"id":7220}},"7288":{"timestamp":{"__isSmartRef__":true,"id":7289},"user":"sebastianwoinar","tags":[]},"7289":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"7290":{"varMapping":{"__isSmartRef__":true,"id":7291},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":7292},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7291":{"this":{"__isSmartRef__":true,"id":7220}},"7292":{"timestamp":{"__isSmartRef__":true,"id":7293},"user":"sebastianwoinar","tags":[]},"7293":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"7294":{"varMapping":{"__isSmartRef__":true,"id":7295},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":7296},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7295":{"this":{"__isSmartRef__":true,"id":7220}},"7296":{"timestamp":{"__isSmartRef__":true,"id":7297},"user":"sebastianwoinar","tags":[]},"7297":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"7298":{"varMapping":{"__isSmartRef__":true,"id":7299},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":7300},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7299":{"this":{"__isSmartRef__":true,"id":7220}},"7300":{"timestamp":{"__isSmartRef__":true,"id":7301},"user":"sebastianwoinar","tags":[]},"7301":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"7302":{"varMapping":{"__isSmartRef__":true,"id":7303},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":7304},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7303":{"this":{"__isSmartRef__":true,"id":7220}},"7304":{"timestamp":{"__isSmartRef__":true,"id":7305},"user":"sebastianwoinar","tags":[]},"7305":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"7306":{"varMapping":{"__isSmartRef__":true,"id":7307},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":7308},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7307":{"this":{"__isSmartRef__":true,"id":7220}},"7308":{"timestamp":{"__isSmartRef__":true,"id":7309},"user":"sebastianwoinar","tags":[]},"7309":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"7310":{"varMapping":{"__isSmartRef__":true,"id":7311},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":7316},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7311":{"this":{"__isSmartRef__":true,"id":7220},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7312}},"7312":{"$super":{"__isSmartRef__":true,"id":7313}},"7313":{"varMapping":{"__isSmartRef__":true,"id":7314},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":7315},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7314":{"obj":{"__isSmartRef__":true,"id":7220},"name":"onMouseDown"},"7315":{},"7316":{"timestamp":{"__isSmartRef__":true,"id":7317},"user":"sebastianwoinar","tags":[]},"7317":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"7318":{"varMapping":{"__isSmartRef__":true,"id":7319},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":7320},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7319":{"this":{"__isSmartRef__":true,"id":7220}},"7320":{"timestamp":{"__isSmartRef__":true,"id":7321},"user":"sebastianwoinar","tags":[]},"7321":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"7322":{"varMapping":{"__isSmartRef__":true,"id":7323},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":7324},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7323":{"this":{"__isSmartRef__":true,"id":7220}},"7324":{"timestamp":{"__isSmartRef__":true,"id":7325},"user":"sebastianwoinar","tags":[]},"7325":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"7326":{"varMapping":{"__isSmartRef__":true,"id":7327},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":7328},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7327":{"this":{"__isSmartRef__":true,"id":7220}},"7328":{"timestamp":{"__isSmartRef__":true,"id":7329},"user":"sebastianwoinar","tags":[]},"7329":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"7330":{"varMapping":{"__isSmartRef__":true,"id":7331},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":7332},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7331":{"this":{"__isSmartRef__":true,"id":7220}},"7332":{"timestamp":{"__isSmartRef__":true,"id":7333},"user":"sebastianwoinar","tags":[]},"7333":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"7334":{"varMapping":{"__isSmartRef__":true,"id":7335},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":7336},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7335":{"this":{"__isSmartRef__":true,"id":7220}},"7336":{"timestamp":{"__isSmartRef__":true,"id":7337},"user":"sebastianwoinar","tags":[]},"7337":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"7338":{"varMapping":{"__isSmartRef__":true,"id":7339},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7340},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7339":{"this":{"__isSmartRef__":true,"id":7220}},"7340":{"timestamp":{"__isSmartRef__":true,"id":7341},"user":"sebastianwoinar","tags":[]},"7341":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"7342":{"isActive":true,"alpha":26,"beta":11,"i":1,"m":26,"d":0},"7343":{"buildChildNodes":{"__isSmartRef__":true,"id":7344},"getGameTree":{"__isSmartRef__":true,"id":7348},"getLevel":{"__isSmartRef__":true,"id":7352},"getLevelWeight":{"__isSmartRef__":true,"id":7356},"getWeight":{"__isSmartRef__":true,"id":7360},"setNode":{"__isSmartRef__":true,"id":7364},"setParent":{"__isSmartRef__":true,"id":7368},"getParent":{"__isSmartRef__":true,"id":7372},"deactivate":{"__isSmartRef__":true,"id":7376},"blink":{"__isSmartRef__":true,"id":7380},"ABPreturn":{"__isSmartRef__":true,"id":7384},"ABPstart":{"__isSmartRef__":true,"id":7388},"ABPcontinue":{"__isSmartRef__":true,"id":7392},"ABPshowValue":{"__isSmartRef__":true,"id":7396},"ABPgetValue":{"__isSmartRef__":true,"id":7400},"ABPhasChildNodes":{"__isSmartRef__":true,"id":7404},"onMouseDown":{"__isSmartRef__":true,"id":7408},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":7416},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":7420},"ABPmarkAsDone":{"__isSmartRef__":true,"id":7424},"ABPmarkAsActive":{"__isSmartRef__":true,"id":7428},"getStateMorph":{"__isSmartRef__":true,"id":7432},"showState":{"__isSmartRef__":true,"id":7436}},"7344":{"varMapping":{"__isSmartRef__":true,"id":7345},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":7346},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7345":{"this":{"__isSmartRef__":true,"id":7196}},"7346":{"timestamp":{"__isSmartRef__":true,"id":7347},"user":"sebastianwoinar","tags":[]},"7347":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"7348":{"varMapping":{"__isSmartRef__":true,"id":7349},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":7350},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7349":{"this":{"__isSmartRef__":true,"id":7196}},"7350":{"timestamp":{"__isSmartRef__":true,"id":7351},"user":"sebastianwoinar","tags":[]},"7351":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7352":{"varMapping":{"__isSmartRef__":true,"id":7353},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":7354},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7353":{"this":{"__isSmartRef__":true,"id":7196}},"7354":{"timestamp":{"__isSmartRef__":true,"id":7355},"user":"sebastianwoinar","tags":[]},"7355":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7356":{"varMapping":{"__isSmartRef__":true,"id":7357},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7358},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7357":{"this":{"__isSmartRef__":true,"id":7196}},"7358":{"timestamp":{"__isSmartRef__":true,"id":7359},"user":"sebastianwoinar","tags":[]},"7359":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7360":{"varMapping":{"__isSmartRef__":true,"id":7361},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":7362},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7361":{"this":{"__isSmartRef__":true,"id":7196}},"7362":{"timestamp":{"__isSmartRef__":true,"id":7363},"user":"sebastianwoinar","tags":[]},"7363":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7364":{"varMapping":{"__isSmartRef__":true,"id":7365},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":7366},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7365":{"this":{"__isSmartRef__":true,"id":7196}},"7366":{"timestamp":{"__isSmartRef__":true,"id":7367},"user":"sebastianwoinar","tags":[]},"7367":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7368":{"varMapping":{"__isSmartRef__":true,"id":7369},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":7370},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7369":{"this":{"__isSmartRef__":true,"id":7196}},"7370":{"timestamp":{"__isSmartRef__":true,"id":7371},"user":"sebastianwoinar","tags":[]},"7371":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7372":{"varMapping":{"__isSmartRef__":true,"id":7373},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":7374},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7373":{"this":{"__isSmartRef__":true,"id":7196}},"7374":{"timestamp":{"__isSmartRef__":true,"id":7375},"user":"sebastianwoinar","tags":[]},"7375":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"7376":{"varMapping":{"__isSmartRef__":true,"id":7377},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":7378},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7377":{"this":{"__isSmartRef__":true,"id":7196}},"7378":{"timestamp":{"__isSmartRef__":true,"id":7379},"user":"sebastianwoinar","tags":[]},"7379":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"7380":{"varMapping":{"__isSmartRef__":true,"id":7381},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":7382},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7381":{"this":{"__isSmartRef__":true,"id":7196}},"7382":{"timestamp":{"__isSmartRef__":true,"id":7383},"user":"sebastianwoinar","tags":[]},"7383":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"7384":{"varMapping":{"__isSmartRef__":true,"id":7385},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":7386},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7385":{"this":{"__isSmartRef__":true,"id":7196}},"7386":{"timestamp":{"__isSmartRef__":true,"id":7387},"user":"sebastianwoinar","tags":[]},"7387":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"7388":{"varMapping":{"__isSmartRef__":true,"id":7389},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":7390},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7389":{"this":{"__isSmartRef__":true,"id":7196}},"7390":{"timestamp":{"__isSmartRef__":true,"id":7391},"user":"sebastianwoinar","tags":[]},"7391":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"7392":{"varMapping":{"__isSmartRef__":true,"id":7393},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":7394},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7393":{"this":{"__isSmartRef__":true,"id":7196}},"7394":{"timestamp":{"__isSmartRef__":true,"id":7395},"user":"sebastianwoinar","tags":[]},"7395":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"7396":{"varMapping":{"__isSmartRef__":true,"id":7397},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":7398},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7397":{"this":{"__isSmartRef__":true,"id":7196}},"7398":{"timestamp":{"__isSmartRef__":true,"id":7399},"user":"sebastianwoinar","tags":[]},"7399":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"7400":{"varMapping":{"__isSmartRef__":true,"id":7401},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":7402},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7401":{"this":{"__isSmartRef__":true,"id":7196}},"7402":{"timestamp":{"__isSmartRef__":true,"id":7403},"user":"sebastianwoinar","tags":[]},"7403":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"7404":{"varMapping":{"__isSmartRef__":true,"id":7405},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":7406},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7405":{"this":{"__isSmartRef__":true,"id":7196}},"7406":{"timestamp":{"__isSmartRef__":true,"id":7407},"user":"sebastianwoinar","tags":[]},"7407":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"7408":{"varMapping":{"__isSmartRef__":true,"id":7409},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":7414},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7409":{"this":{"__isSmartRef__":true,"id":7196},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7410}},"7410":{"$super":{"__isSmartRef__":true,"id":7411}},"7411":{"varMapping":{"__isSmartRef__":true,"id":7412},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":7413},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7412":{"obj":{"__isSmartRef__":true,"id":7196},"name":"onMouseDown"},"7413":{},"7414":{"timestamp":{"__isSmartRef__":true,"id":7415},"user":"sebastianwoinar","tags":[]},"7415":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"7416":{"varMapping":{"__isSmartRef__":true,"id":7417},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":7418},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7417":{"this":{"__isSmartRef__":true,"id":7196}},"7418":{"timestamp":{"__isSmartRef__":true,"id":7419},"user":"sebastianwoinar","tags":[]},"7419":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"7420":{"varMapping":{"__isSmartRef__":true,"id":7421},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":7422},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7421":{"this":{"__isSmartRef__":true,"id":7196}},"7422":{"timestamp":{"__isSmartRef__":true,"id":7423},"user":"sebastianwoinar","tags":[]},"7423":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"7424":{"varMapping":{"__isSmartRef__":true,"id":7425},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":7426},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7425":{"this":{"__isSmartRef__":true,"id":7196}},"7426":{"timestamp":{"__isSmartRef__":true,"id":7427},"user":"sebastianwoinar","tags":[]},"7427":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"7428":{"varMapping":{"__isSmartRef__":true,"id":7429},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":7430},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7429":{"this":{"__isSmartRef__":true,"id":7196}},"7430":{"timestamp":{"__isSmartRef__":true,"id":7431},"user":"sebastianwoinar","tags":[]},"7431":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"7432":{"varMapping":{"__isSmartRef__":true,"id":7433},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":7434},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7433":{"this":{"__isSmartRef__":true,"id":7196}},"7434":{"timestamp":{"__isSmartRef__":true,"id":7435},"user":"sebastianwoinar","tags":[]},"7435":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"7436":{"varMapping":{"__isSmartRef__":true,"id":7437},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7438},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7437":{"this":{"__isSmartRef__":true,"id":7196}},"7438":{"timestamp":{"__isSmartRef__":true,"id":7439},"user":"sebastianwoinar","tags":[]},"7439":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"7440":{"isActive":true,"alpha":-11,"beta":10000000000000,"i":4,"m":-11,"d":0},"7441":{"buildChildNodes":{"__isSmartRef__":true,"id":7442},"getGameTree":{"__isSmartRef__":true,"id":7446},"getLevel":{"__isSmartRef__":true,"id":7450},"getLevelWeight":{"__isSmartRef__":true,"id":7454},"getWeight":{"__isSmartRef__":true,"id":7458},"setNode":{"__isSmartRef__":true,"id":7462},"setParent":{"__isSmartRef__":true,"id":7466},"getParent":{"__isSmartRef__":true,"id":7470},"deactivate":{"__isSmartRef__":true,"id":7474},"blink":{"__isSmartRef__":true,"id":7478},"ABPreturn":{"__isSmartRef__":true,"id":7482},"ABPstart":{"__isSmartRef__":true,"id":7486},"ABPcontinue":{"__isSmartRef__":true,"id":7490},"ABPshowValue":{"__isSmartRef__":true,"id":7494},"ABPgetValue":{"__isSmartRef__":true,"id":7498},"ABPhasChildNodes":{"__isSmartRef__":true,"id":7502},"onMouseDown":{"__isSmartRef__":true,"id":7506},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":7514},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":7518},"ABPmarkAsDone":{"__isSmartRef__":true,"id":7522},"ABPmarkAsActive":{"__isSmartRef__":true,"id":7526},"getStateMorph":{"__isSmartRef__":true,"id":7530},"showState":{"__isSmartRef__":true,"id":7534}},"7442":{"varMapping":{"__isSmartRef__":true,"id":7443},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":7444},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7443":{"this":{"__isSmartRef__":true,"id":6684}},"7444":{"timestamp":{"__isSmartRef__":true,"id":7445},"user":"sebastianwoinar","tags":[]},"7445":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"7446":{"varMapping":{"__isSmartRef__":true,"id":7447},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":7448},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7447":{"this":{"__isSmartRef__":true,"id":6684}},"7448":{"timestamp":{"__isSmartRef__":true,"id":7449},"user":"sebastianwoinar","tags":[]},"7449":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7450":{"varMapping":{"__isSmartRef__":true,"id":7451},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":7452},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7451":{"this":{"__isSmartRef__":true,"id":6684}},"7452":{"timestamp":{"__isSmartRef__":true,"id":7453},"user":"sebastianwoinar","tags":[]},"7453":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7454":{"varMapping":{"__isSmartRef__":true,"id":7455},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7456},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7455":{"this":{"__isSmartRef__":true,"id":6684}},"7456":{"timestamp":{"__isSmartRef__":true,"id":7457},"user":"sebastianwoinar","tags":[]},"7457":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7458":{"varMapping":{"__isSmartRef__":true,"id":7459},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":7460},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7459":{"this":{"__isSmartRef__":true,"id":6684}},"7460":{"timestamp":{"__isSmartRef__":true,"id":7461},"user":"sebastianwoinar","tags":[]},"7461":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7462":{"varMapping":{"__isSmartRef__":true,"id":7463},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":7464},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7463":{"this":{"__isSmartRef__":true,"id":6684}},"7464":{"timestamp":{"__isSmartRef__":true,"id":7465},"user":"sebastianwoinar","tags":[]},"7465":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7466":{"varMapping":{"__isSmartRef__":true,"id":7467},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":7468},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7467":{"this":{"__isSmartRef__":true,"id":6684}},"7468":{"timestamp":{"__isSmartRef__":true,"id":7469},"user":"sebastianwoinar","tags":[]},"7469":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7470":{"varMapping":{"__isSmartRef__":true,"id":7471},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":7472},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7471":{"this":{"__isSmartRef__":true,"id":6684}},"7472":{"timestamp":{"__isSmartRef__":true,"id":7473},"user":"sebastianwoinar","tags":[]},"7473":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"7474":{"varMapping":{"__isSmartRef__":true,"id":7475},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":7476},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7475":{"this":{"__isSmartRef__":true,"id":6684}},"7476":{"timestamp":{"__isSmartRef__":true,"id":7477},"user":"sebastianwoinar","tags":[]},"7477":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"7478":{"varMapping":{"__isSmartRef__":true,"id":7479},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":7480},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7479":{"this":{"__isSmartRef__":true,"id":6684}},"7480":{"timestamp":{"__isSmartRef__":true,"id":7481},"user":"sebastianwoinar","tags":[]},"7481":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"7482":{"varMapping":{"__isSmartRef__":true,"id":7483},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":7484},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7483":{"this":{"__isSmartRef__":true,"id":6684}},"7484":{"timestamp":{"__isSmartRef__":true,"id":7485},"user":"sebastianwoinar","tags":[]},"7485":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"7486":{"varMapping":{"__isSmartRef__":true,"id":7487},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":7488},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7487":{"this":{"__isSmartRef__":true,"id":6684}},"7488":{"timestamp":{"__isSmartRef__":true,"id":7489},"user":"sebastianwoinar","tags":[]},"7489":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"7490":{"varMapping":{"__isSmartRef__":true,"id":7491},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":7492},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7491":{"this":{"__isSmartRef__":true,"id":6684}},"7492":{"timestamp":{"__isSmartRef__":true,"id":7493},"user":"sebastianwoinar","tags":[]},"7493":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"7494":{"varMapping":{"__isSmartRef__":true,"id":7495},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":7496},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7495":{"this":{"__isSmartRef__":true,"id":6684}},"7496":{"timestamp":{"__isSmartRef__":true,"id":7497},"user":"sebastianwoinar","tags":[]},"7497":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"7498":{"varMapping":{"__isSmartRef__":true,"id":7499},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":7500},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7499":{"this":{"__isSmartRef__":true,"id":6684}},"7500":{"timestamp":{"__isSmartRef__":true,"id":7501},"user":"sebastianwoinar","tags":[]},"7501":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"7502":{"varMapping":{"__isSmartRef__":true,"id":7503},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":7504},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7503":{"this":{"__isSmartRef__":true,"id":6684}},"7504":{"timestamp":{"__isSmartRef__":true,"id":7505},"user":"sebastianwoinar","tags":[]},"7505":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"7506":{"varMapping":{"__isSmartRef__":true,"id":7507},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":7512},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7507":{"this":{"__isSmartRef__":true,"id":6684},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7508}},"7508":{"$super":{"__isSmartRef__":true,"id":7509}},"7509":{"varMapping":{"__isSmartRef__":true,"id":7510},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":7511},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7510":{"obj":{"__isSmartRef__":true,"id":6684},"name":"onMouseDown"},"7511":{},"7512":{"timestamp":{"__isSmartRef__":true,"id":7513},"user":"sebastianwoinar","tags":[]},"7513":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"7514":{"varMapping":{"__isSmartRef__":true,"id":7515},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":7516},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7515":{"this":{"__isSmartRef__":true,"id":6684}},"7516":{"timestamp":{"__isSmartRef__":true,"id":7517},"user":"sebastianwoinar","tags":[]},"7517":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"7518":{"varMapping":{"__isSmartRef__":true,"id":7519},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":7520},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7519":{"this":{"__isSmartRef__":true,"id":6684}},"7520":{"timestamp":{"__isSmartRef__":true,"id":7521},"user":"sebastianwoinar","tags":[]},"7521":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"7522":{"varMapping":{"__isSmartRef__":true,"id":7523},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":7524},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7523":{"this":{"__isSmartRef__":true,"id":6684}},"7524":{"timestamp":{"__isSmartRef__":true,"id":7525},"user":"sebastianwoinar","tags":[]},"7525":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"7526":{"varMapping":{"__isSmartRef__":true,"id":7527},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":7528},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7527":{"this":{"__isSmartRef__":true,"id":6684}},"7528":{"timestamp":{"__isSmartRef__":true,"id":7529},"user":"sebastianwoinar","tags":[]},"7529":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"7530":{"varMapping":{"__isSmartRef__":true,"id":7531},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":7532},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7531":{"this":{"__isSmartRef__":true,"id":6684}},"7532":{"timestamp":{"__isSmartRef__":true,"id":7533},"user":"sebastianwoinar","tags":[]},"7533":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"7534":{"varMapping":{"__isSmartRef__":true,"id":7535},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7536},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7535":{"this":{"__isSmartRef__":true,"id":6684}},"7536":{"timestamp":{"__isSmartRef__":true,"id":7537},"user":"sebastianwoinar","tags":[]},"7537":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"7538":{"submorphs":[{"__isSmartRef__":true,"id":7539}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7556},"id":"F12CB28F-2079-408C-9D62-A050AAF6C500","eventHandler":{"__isSmartRef__":true,"id":7557},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":7558},"name":"node11","partsBinMetaInfo":{"__isSmartRef__":true,"id":7559},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6568},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":7562},{"__isSmartRef__":true,"id":7684},{"__isSmartRef__":true,"id":7928},{"__isSmartRef__":true,"id":8172}],"parent":{"__isSmartRef__":true,"id":6660},"level":2,"abp":{"__isSmartRef__":true,"id":8416},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8417},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(312.4,160.0)"},"7539":{"submorphs":[],"scripts":[],"id":"396269B2-2994-41E6-B1A1-84DB94A92E68","shape":{"__isSmartRef__":true,"id":7540},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":7541},"textChunks":[{"__isSmartRef__":true,"id":7553}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":7555},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":7538},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"7540":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"7541":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":7542},{"__isSmartRef__":true,"id":7544},{"__isSmartRef__":true,"id":7546},{"__isSmartRef__":true,"id":7548},{"__isSmartRef__":true,"id":7550}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":7552},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7542":{"date":{"__isSmartRef__":true,"id":7543},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"7543":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"7544":{"date":{"__isSmartRef__":true,"id":7545},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"7545":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"7546":{"date":{"__isSmartRef__":true,"id":7547},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"7547":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"7548":{"date":{"__isSmartRef__":true,"id":7549},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"7549":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"7550":{"date":{"__isSmartRef__":true,"id":7551},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"7551":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"7552":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"7553":{"style":{"__isSmartRef__":true,"id":7554},"chunkOwner":{"__isSmartRef__":true,"id":7539},"_id":"_3467","storedString":"-13","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7554":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7555":{"morph":{"__isSmartRef__":true,"id":7539},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7556":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"7557":{"morph":{"__isSmartRef__":true,"id":7538},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7558":{},"7559":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":7560}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7560":{"date":{"__isSmartRef__":true,"id":7561},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"7561":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"7562":{"submorphs":[{"__isSmartRef__":true,"id":7563}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7580},"id":"6904F005-780D-444B-A85E-41DBB0F322B2","eventHandler":{"__isSmartRef__":true,"id":7581},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":7582},"name":"node12","partsBinMetaInfo":{"__isSmartRef__":true,"id":7583},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6570},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[],"parent":{"__isSmartRef__":true,"id":7538},"level":3,"abp":{"__isSmartRef__":true,"id":7586},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7587},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(239.6,210.0)"},"7563":{"submorphs":[],"scripts":[],"id":"251E9723-4A3B-4CC3-8688-68D6C9F83002","shape":{"__isSmartRef__":true,"id":7564},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":7565},"textChunks":[{"__isSmartRef__":true,"id":7577}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":7579},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":7562},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"7564":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"7565":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":7566},{"__isSmartRef__":true,"id":7568},{"__isSmartRef__":true,"id":7570},{"__isSmartRef__":true,"id":7572},{"__isSmartRef__":true,"id":7574}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":7576},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7566":{"date":{"__isSmartRef__":true,"id":7567},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"7567":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"7568":{"date":{"__isSmartRef__":true,"id":7569},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"7569":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"7570":{"date":{"__isSmartRef__":true,"id":7571},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"7571":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"7572":{"date":{"__isSmartRef__":true,"id":7573},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"7573":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"7574":{"date":{"__isSmartRef__":true,"id":7575},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"7575":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"7576":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"7577":{"style":{"__isSmartRef__":true,"id":7578},"chunkOwner":{"__isSmartRef__":true,"id":7563},"_id":"_3426","storedString":"13","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7578":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7579":{"morph":{"__isSmartRef__":true,"id":7563},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7580":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"7581":{"morph":{"__isSmartRef__":true,"id":7562},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7582":{},"7583":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":7584}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7584":{"date":{"__isSmartRef__":true,"id":7585},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"7585":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"7586":{"isActive":true,"alpha":11,"beta":10000000000000,"i":0,"m":13,"d":0},"7587":{"buildChildNodes":{"__isSmartRef__":true,"id":7588},"getGameTree":{"__isSmartRef__":true,"id":7592},"getLevel":{"__isSmartRef__":true,"id":7596},"getLevelWeight":{"__isSmartRef__":true,"id":7600},"getWeight":{"__isSmartRef__":true,"id":7604},"setNode":{"__isSmartRef__":true,"id":7608},"setParent":{"__isSmartRef__":true,"id":7612},"getParent":{"__isSmartRef__":true,"id":7616},"deactivate":{"__isSmartRef__":true,"id":7620},"blink":{"__isSmartRef__":true,"id":7624},"ABPreturn":{"__isSmartRef__":true,"id":7628},"ABPstart":{"__isSmartRef__":true,"id":7632},"ABPcontinue":{"__isSmartRef__":true,"id":7636},"ABPshowValue":{"__isSmartRef__":true,"id":7640},"ABPgetValue":{"__isSmartRef__":true,"id":7644},"ABPhasChildNodes":{"__isSmartRef__":true,"id":7648},"onMouseDown":{"__isSmartRef__":true,"id":7652},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":7660},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":7664},"ABPmarkAsDone":{"__isSmartRef__":true,"id":7668},"ABPmarkAsActive":{"__isSmartRef__":true,"id":7672},"getStateMorph":{"__isSmartRef__":true,"id":7676},"showState":{"__isSmartRef__":true,"id":7680}},"7588":{"varMapping":{"__isSmartRef__":true,"id":7589},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":7590},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7589":{"this":{"__isSmartRef__":true,"id":7562}},"7590":{"timestamp":{"__isSmartRef__":true,"id":7591},"user":"sebastianwoinar","tags":[]},"7591":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"7592":{"varMapping":{"__isSmartRef__":true,"id":7593},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":7594},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7593":{"this":{"__isSmartRef__":true,"id":7562}},"7594":{"timestamp":{"__isSmartRef__":true,"id":7595},"user":"sebastianwoinar","tags":[]},"7595":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7596":{"varMapping":{"__isSmartRef__":true,"id":7597},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":7598},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7597":{"this":{"__isSmartRef__":true,"id":7562}},"7598":{"timestamp":{"__isSmartRef__":true,"id":7599},"user":"sebastianwoinar","tags":[]},"7599":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7600":{"varMapping":{"__isSmartRef__":true,"id":7601},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7602},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7601":{"this":{"__isSmartRef__":true,"id":7562}},"7602":{"timestamp":{"__isSmartRef__":true,"id":7603},"user":"sebastianwoinar","tags":[]},"7603":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7604":{"varMapping":{"__isSmartRef__":true,"id":7605},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":7606},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7605":{"this":{"__isSmartRef__":true,"id":7562}},"7606":{"timestamp":{"__isSmartRef__":true,"id":7607},"user":"sebastianwoinar","tags":[]},"7607":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7608":{"varMapping":{"__isSmartRef__":true,"id":7609},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":7610},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7609":{"this":{"__isSmartRef__":true,"id":7562}},"7610":{"timestamp":{"__isSmartRef__":true,"id":7611},"user":"sebastianwoinar","tags":[]},"7611":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7612":{"varMapping":{"__isSmartRef__":true,"id":7613},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":7614},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7613":{"this":{"__isSmartRef__":true,"id":7562}},"7614":{"timestamp":{"__isSmartRef__":true,"id":7615},"user":"sebastianwoinar","tags":[]},"7615":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7616":{"varMapping":{"__isSmartRef__":true,"id":7617},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":7618},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7617":{"this":{"__isSmartRef__":true,"id":7562}},"7618":{"timestamp":{"__isSmartRef__":true,"id":7619},"user":"sebastianwoinar","tags":[]},"7619":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"7620":{"varMapping":{"__isSmartRef__":true,"id":7621},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":7622},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7621":{"this":{"__isSmartRef__":true,"id":7562}},"7622":{"timestamp":{"__isSmartRef__":true,"id":7623},"user":"sebastianwoinar","tags":[]},"7623":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"7624":{"varMapping":{"__isSmartRef__":true,"id":7625},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":7626},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7625":{"this":{"__isSmartRef__":true,"id":7562}},"7626":{"timestamp":{"__isSmartRef__":true,"id":7627},"user":"sebastianwoinar","tags":[]},"7627":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"7628":{"varMapping":{"__isSmartRef__":true,"id":7629},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":7630},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7629":{"this":{"__isSmartRef__":true,"id":7562}},"7630":{"timestamp":{"__isSmartRef__":true,"id":7631},"user":"sebastianwoinar","tags":[]},"7631":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"7632":{"varMapping":{"__isSmartRef__":true,"id":7633},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":7634},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7633":{"this":{"__isSmartRef__":true,"id":7562}},"7634":{"timestamp":{"__isSmartRef__":true,"id":7635},"user":"sebastianwoinar","tags":[]},"7635":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"7636":{"varMapping":{"__isSmartRef__":true,"id":7637},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":7638},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7637":{"this":{"__isSmartRef__":true,"id":7562}},"7638":{"timestamp":{"__isSmartRef__":true,"id":7639},"user":"sebastianwoinar","tags":[]},"7639":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"7640":{"varMapping":{"__isSmartRef__":true,"id":7641},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":7642},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7641":{"this":{"__isSmartRef__":true,"id":7562}},"7642":{"timestamp":{"__isSmartRef__":true,"id":7643},"user":"sebastianwoinar","tags":[]},"7643":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"7644":{"varMapping":{"__isSmartRef__":true,"id":7645},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":7646},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7645":{"this":{"__isSmartRef__":true,"id":7562}},"7646":{"timestamp":{"__isSmartRef__":true,"id":7647},"user":"sebastianwoinar","tags":[]},"7647":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"7648":{"varMapping":{"__isSmartRef__":true,"id":7649},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":7650},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7649":{"this":{"__isSmartRef__":true,"id":7562}},"7650":{"timestamp":{"__isSmartRef__":true,"id":7651},"user":"sebastianwoinar","tags":[]},"7651":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"7652":{"varMapping":{"__isSmartRef__":true,"id":7653},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":7658},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7653":{"this":{"__isSmartRef__":true,"id":7562},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7654}},"7654":{"$super":{"__isSmartRef__":true,"id":7655}},"7655":{"varMapping":{"__isSmartRef__":true,"id":7656},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":7657},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7656":{"obj":{"__isSmartRef__":true,"id":7562},"name":"onMouseDown"},"7657":{},"7658":{"timestamp":{"__isSmartRef__":true,"id":7659},"user":"sebastianwoinar","tags":[]},"7659":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"7660":{"varMapping":{"__isSmartRef__":true,"id":7661},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":7662},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7661":{"this":{"__isSmartRef__":true,"id":7562}},"7662":{"timestamp":{"__isSmartRef__":true,"id":7663},"user":"sebastianwoinar","tags":[]},"7663":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"7664":{"varMapping":{"__isSmartRef__":true,"id":7665},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":7666},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7665":{"this":{"__isSmartRef__":true,"id":7562}},"7666":{"timestamp":{"__isSmartRef__":true,"id":7667},"user":"sebastianwoinar","tags":[]},"7667":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"7668":{"varMapping":{"__isSmartRef__":true,"id":7669},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":7670},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7669":{"this":{"__isSmartRef__":true,"id":7562}},"7670":{"timestamp":{"__isSmartRef__":true,"id":7671},"user":"sebastianwoinar","tags":[]},"7671":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"7672":{"varMapping":{"__isSmartRef__":true,"id":7673},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":7674},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7673":{"this":{"__isSmartRef__":true,"id":7562}},"7674":{"timestamp":{"__isSmartRef__":true,"id":7675},"user":"sebastianwoinar","tags":[]},"7675":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"7676":{"varMapping":{"__isSmartRef__":true,"id":7677},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":7678},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7677":{"this":{"__isSmartRef__":true,"id":7562}},"7678":{"timestamp":{"__isSmartRef__":true,"id":7679},"user":"sebastianwoinar","tags":[]},"7679":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"7680":{"varMapping":{"__isSmartRef__":true,"id":7681},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7682},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7681":{"this":{"__isSmartRef__":true,"id":7562}},"7682":{"timestamp":{"__isSmartRef__":true,"id":7683},"user":"sebastianwoinar","tags":[]},"7683":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"7684":{"submorphs":[{"__isSmartRef__":true,"id":7685}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7702},"id":"A193285C-0F23-4FC3-9CAD-08347A3DC088","eventHandler":{"__isSmartRef__":true,"id":7703},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":7704},"name":"node13","partsBinMetaInfo":{"__isSmartRef__":true,"id":7705},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6572},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":7708}],"parent":{"__isSmartRef__":true,"id":7538},"level":3,"abp":{"__isSmartRef__":true,"id":7830},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7831},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(281.2,210.0)"},"7685":{"submorphs":[],"scripts":[],"id":"FD24020F-0B45-4AE8-9CD4-419AA84E202D","shape":{"__isSmartRef__":true,"id":7686},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":7687},"textChunks":[{"__isSmartRef__":true,"id":7699}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":7701},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":7684},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"7686":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"7687":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":7688},{"__isSmartRef__":true,"id":7690},{"__isSmartRef__":true,"id":7692},{"__isSmartRef__":true,"id":7694},{"__isSmartRef__":true,"id":7696}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":7698},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7688":{"date":{"__isSmartRef__":true,"id":7689},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"7689":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"7690":{"date":{"__isSmartRef__":true,"id":7691},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"7691":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"7692":{"date":{"__isSmartRef__":true,"id":7693},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"7693":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"7694":{"date":{"__isSmartRef__":true,"id":7695},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"7695":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"7696":{"date":{"__isSmartRef__":true,"id":7697},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"7697":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"7698":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"7699":{"style":{"__isSmartRef__":true,"id":7700},"chunkOwner":{"__isSmartRef__":true,"id":7685},"_id":"_3438","storedString":"24","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7700":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7701":{"morph":{"__isSmartRef__":true,"id":7685},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7702":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"7703":{"morph":{"__isSmartRef__":true,"id":7684},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7704":{},"7705":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":7706}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7706":{"date":{"__isSmartRef__":true,"id":7707},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"7707":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"7708":{"submorphs":[{"__isSmartRef__":true,"id":7709}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7726},"id":"5145C27C-82DD-4146-894B-471A30FE4D02","eventHandler":{"__isSmartRef__":true,"id":7727},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":7728},"name":"node14","partsBinMetaInfo":{"__isSmartRef__":true,"id":7729},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6574},"owner":{"__isSmartRef__":true,"id":6525},"parent":{"__isSmartRef__":true,"id":7684},"level":4,"abp":{"__isSmartRef__":true,"id":7732},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7733},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(229.8,260.0)"},"7709":{"submorphs":[],"scripts":[],"id":"DB94F9A0-D862-492E-9679-42F377D89DE7","shape":{"__isSmartRef__":true,"id":7710},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":7711},"textChunks":[{"__isSmartRef__":true,"id":7723}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":7725},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":7708},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"7710":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"7711":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":7712},{"__isSmartRef__":true,"id":7714},{"__isSmartRef__":true,"id":7716},{"__isSmartRef__":true,"id":7718},{"__isSmartRef__":true,"id":7720}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":7722},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7712":{"date":{"__isSmartRef__":true,"id":7713},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"7713":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"7714":{"date":{"__isSmartRef__":true,"id":7715},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"7715":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"7716":{"date":{"__isSmartRef__":true,"id":7717},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"7717":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"7718":{"date":{"__isSmartRef__":true,"id":7719},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"7719":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"7720":{"date":{"__isSmartRef__":true,"id":7721},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"7721":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"7722":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"7723":{"style":{"__isSmartRef__":true,"id":7724},"chunkOwner":{"__isSmartRef__":true,"id":7709},"_id":"_3435","storedString":"-24","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7724":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7725":{"morph":{"__isSmartRef__":true,"id":7709},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7726":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"7727":{"morph":{"__isSmartRef__":true,"id":7708},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7728":{},"7729":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":7730}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7730":{"date":{"__isSmartRef__":true,"id":7731},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"7731":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"7732":{"isActive":true,"alpha":-13,"beta":-11,"i":0,"m":-24,"d":0},"7733":{"buildChildNodes":{"__isSmartRef__":true,"id":7734},"getGameTree":{"__isSmartRef__":true,"id":7738},"getLevel":{"__isSmartRef__":true,"id":7742},"getLevelWeight":{"__isSmartRef__":true,"id":7746},"getWeight":{"__isSmartRef__":true,"id":7750},"setNode":{"__isSmartRef__":true,"id":7754},"setParent":{"__isSmartRef__":true,"id":7758},"getParent":{"__isSmartRef__":true,"id":7762},"deactivate":{"__isSmartRef__":true,"id":7766},"blink":{"__isSmartRef__":true,"id":7770},"ABPreturn":{"__isSmartRef__":true,"id":7774},"ABPstart":{"__isSmartRef__":true,"id":7778},"ABPcontinue":{"__isSmartRef__":true,"id":7782},"ABPshowValue":{"__isSmartRef__":true,"id":7786},"ABPgetValue":{"__isSmartRef__":true,"id":7790},"ABPhasChildNodes":{"__isSmartRef__":true,"id":7794},"onMouseDown":{"__isSmartRef__":true,"id":7798},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":7806},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":7810},"ABPmarkAsDone":{"__isSmartRef__":true,"id":7814},"ABPmarkAsActive":{"__isSmartRef__":true,"id":7818},"getStateMorph":{"__isSmartRef__":true,"id":7822},"showState":{"__isSmartRef__":true,"id":7826}},"7734":{"varMapping":{"__isSmartRef__":true,"id":7735},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":7736},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7735":{"this":{"__isSmartRef__":true,"id":7708}},"7736":{"timestamp":{"__isSmartRef__":true,"id":7737},"user":"sebastianwoinar","tags":[]},"7737":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"7738":{"varMapping":{"__isSmartRef__":true,"id":7739},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":7740},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7739":{"this":{"__isSmartRef__":true,"id":7708}},"7740":{"timestamp":{"__isSmartRef__":true,"id":7741},"user":"sebastianwoinar","tags":[]},"7741":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7742":{"varMapping":{"__isSmartRef__":true,"id":7743},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":7744},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7743":{"this":{"__isSmartRef__":true,"id":7708}},"7744":{"timestamp":{"__isSmartRef__":true,"id":7745},"user":"sebastianwoinar","tags":[]},"7745":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7746":{"varMapping":{"__isSmartRef__":true,"id":7747},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7748},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7747":{"this":{"__isSmartRef__":true,"id":7708}},"7748":{"timestamp":{"__isSmartRef__":true,"id":7749},"user":"sebastianwoinar","tags":[]},"7749":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7750":{"varMapping":{"__isSmartRef__":true,"id":7751},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":7752},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7751":{"this":{"__isSmartRef__":true,"id":7708}},"7752":{"timestamp":{"__isSmartRef__":true,"id":7753},"user":"sebastianwoinar","tags":[]},"7753":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7754":{"varMapping":{"__isSmartRef__":true,"id":7755},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":7756},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7755":{"this":{"__isSmartRef__":true,"id":7708}},"7756":{"timestamp":{"__isSmartRef__":true,"id":7757},"user":"sebastianwoinar","tags":[]},"7757":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7758":{"varMapping":{"__isSmartRef__":true,"id":7759},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":7760},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7759":{"this":{"__isSmartRef__":true,"id":7708}},"7760":{"timestamp":{"__isSmartRef__":true,"id":7761},"user":"sebastianwoinar","tags":[]},"7761":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7762":{"varMapping":{"__isSmartRef__":true,"id":7763},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":7764},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7763":{"this":{"__isSmartRef__":true,"id":7708}},"7764":{"timestamp":{"__isSmartRef__":true,"id":7765},"user":"sebastianwoinar","tags":[]},"7765":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"7766":{"varMapping":{"__isSmartRef__":true,"id":7767},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":7768},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7767":{"this":{"__isSmartRef__":true,"id":7708}},"7768":{"timestamp":{"__isSmartRef__":true,"id":7769},"user":"sebastianwoinar","tags":[]},"7769":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"7770":{"varMapping":{"__isSmartRef__":true,"id":7771},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":7772},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7771":{"this":{"__isSmartRef__":true,"id":7708}},"7772":{"timestamp":{"__isSmartRef__":true,"id":7773},"user":"sebastianwoinar","tags":[]},"7773":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"7774":{"varMapping":{"__isSmartRef__":true,"id":7775},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":7776},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7775":{"this":{"__isSmartRef__":true,"id":7708}},"7776":{"timestamp":{"__isSmartRef__":true,"id":7777},"user":"sebastianwoinar","tags":[]},"7777":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"7778":{"varMapping":{"__isSmartRef__":true,"id":7779},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":7780},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7779":{"this":{"__isSmartRef__":true,"id":7708}},"7780":{"timestamp":{"__isSmartRef__":true,"id":7781},"user":"sebastianwoinar","tags":[]},"7781":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"7782":{"varMapping":{"__isSmartRef__":true,"id":7783},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":7784},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7783":{"this":{"__isSmartRef__":true,"id":7708}},"7784":{"timestamp":{"__isSmartRef__":true,"id":7785},"user":"sebastianwoinar","tags":[]},"7785":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"7786":{"varMapping":{"__isSmartRef__":true,"id":7787},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":7788},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7787":{"this":{"__isSmartRef__":true,"id":7708}},"7788":{"timestamp":{"__isSmartRef__":true,"id":7789},"user":"sebastianwoinar","tags":[]},"7789":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"7790":{"varMapping":{"__isSmartRef__":true,"id":7791},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":7792},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7791":{"this":{"__isSmartRef__":true,"id":7708}},"7792":{"timestamp":{"__isSmartRef__":true,"id":7793},"user":"sebastianwoinar","tags":[]},"7793":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"7794":{"varMapping":{"__isSmartRef__":true,"id":7795},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":7796},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7795":{"this":{"__isSmartRef__":true,"id":7708}},"7796":{"timestamp":{"__isSmartRef__":true,"id":7797},"user":"sebastianwoinar","tags":[]},"7797":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"7798":{"varMapping":{"__isSmartRef__":true,"id":7799},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":7804},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7799":{"this":{"__isSmartRef__":true,"id":7708},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7800}},"7800":{"$super":{"__isSmartRef__":true,"id":7801}},"7801":{"varMapping":{"__isSmartRef__":true,"id":7802},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":7803},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7802":{"obj":{"__isSmartRef__":true,"id":7708},"name":"onMouseDown"},"7803":{},"7804":{"timestamp":{"__isSmartRef__":true,"id":7805},"user":"sebastianwoinar","tags":[]},"7805":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"7806":{"varMapping":{"__isSmartRef__":true,"id":7807},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":7808},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7807":{"this":{"__isSmartRef__":true,"id":7708}},"7808":{"timestamp":{"__isSmartRef__":true,"id":7809},"user":"sebastianwoinar","tags":[]},"7809":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"7810":{"varMapping":{"__isSmartRef__":true,"id":7811},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":7812},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7811":{"this":{"__isSmartRef__":true,"id":7708}},"7812":{"timestamp":{"__isSmartRef__":true,"id":7813},"user":"sebastianwoinar","tags":[]},"7813":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"7814":{"varMapping":{"__isSmartRef__":true,"id":7815},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":7816},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7815":{"this":{"__isSmartRef__":true,"id":7708}},"7816":{"timestamp":{"__isSmartRef__":true,"id":7817},"user":"sebastianwoinar","tags":[]},"7817":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"7818":{"varMapping":{"__isSmartRef__":true,"id":7819},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":7820},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7819":{"this":{"__isSmartRef__":true,"id":7708}},"7820":{"timestamp":{"__isSmartRef__":true,"id":7821},"user":"sebastianwoinar","tags":[]},"7821":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"7822":{"varMapping":{"__isSmartRef__":true,"id":7823},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":7824},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7823":{"this":{"__isSmartRef__":true,"id":7708}},"7824":{"timestamp":{"__isSmartRef__":true,"id":7825},"user":"sebastianwoinar","tags":[]},"7825":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"7826":{"varMapping":{"__isSmartRef__":true,"id":7827},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7828},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7827":{"this":{"__isSmartRef__":true,"id":7708}},"7828":{"timestamp":{"__isSmartRef__":true,"id":7829},"user":"sebastianwoinar","tags":[]},"7829":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"7830":{"isActive":true,"alpha":24,"beta":13,"i":1,"m":24,"d":0},"7831":{"buildChildNodes":{"__isSmartRef__":true,"id":7832},"getGameTree":{"__isSmartRef__":true,"id":7836},"getLevel":{"__isSmartRef__":true,"id":7840},"getLevelWeight":{"__isSmartRef__":true,"id":7844},"getWeight":{"__isSmartRef__":true,"id":7848},"setNode":{"__isSmartRef__":true,"id":7852},"setParent":{"__isSmartRef__":true,"id":7856},"getParent":{"__isSmartRef__":true,"id":7860},"deactivate":{"__isSmartRef__":true,"id":7864},"blink":{"__isSmartRef__":true,"id":7868},"ABPreturn":{"__isSmartRef__":true,"id":7872},"ABPstart":{"__isSmartRef__":true,"id":7876},"ABPcontinue":{"__isSmartRef__":true,"id":7880},"ABPshowValue":{"__isSmartRef__":true,"id":7884},"ABPgetValue":{"__isSmartRef__":true,"id":7888},"ABPhasChildNodes":{"__isSmartRef__":true,"id":7892},"onMouseDown":{"__isSmartRef__":true,"id":7896},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":7904},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":7908},"ABPmarkAsDone":{"__isSmartRef__":true,"id":7912},"ABPmarkAsActive":{"__isSmartRef__":true,"id":7916},"getStateMorph":{"__isSmartRef__":true,"id":7920},"showState":{"__isSmartRef__":true,"id":7924}},"7832":{"varMapping":{"__isSmartRef__":true,"id":7833},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":7834},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7833":{"this":{"__isSmartRef__":true,"id":7684}},"7834":{"timestamp":{"__isSmartRef__":true,"id":7835},"user":"sebastianwoinar","tags":[]},"7835":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"7836":{"varMapping":{"__isSmartRef__":true,"id":7837},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":7838},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7837":{"this":{"__isSmartRef__":true,"id":7684}},"7838":{"timestamp":{"__isSmartRef__":true,"id":7839},"user":"sebastianwoinar","tags":[]},"7839":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7840":{"varMapping":{"__isSmartRef__":true,"id":7841},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":7842},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7841":{"this":{"__isSmartRef__":true,"id":7684}},"7842":{"timestamp":{"__isSmartRef__":true,"id":7843},"user":"sebastianwoinar","tags":[]},"7843":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7844":{"varMapping":{"__isSmartRef__":true,"id":7845},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7846},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7845":{"this":{"__isSmartRef__":true,"id":7684}},"7846":{"timestamp":{"__isSmartRef__":true,"id":7847},"user":"sebastianwoinar","tags":[]},"7847":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7848":{"varMapping":{"__isSmartRef__":true,"id":7849},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":7850},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7849":{"this":{"__isSmartRef__":true,"id":7684}},"7850":{"timestamp":{"__isSmartRef__":true,"id":7851},"user":"sebastianwoinar","tags":[]},"7851":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7852":{"varMapping":{"__isSmartRef__":true,"id":7853},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":7854},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7853":{"this":{"__isSmartRef__":true,"id":7684}},"7854":{"timestamp":{"__isSmartRef__":true,"id":7855},"user":"sebastianwoinar","tags":[]},"7855":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7856":{"varMapping":{"__isSmartRef__":true,"id":7857},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":7858},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7857":{"this":{"__isSmartRef__":true,"id":7684}},"7858":{"timestamp":{"__isSmartRef__":true,"id":7859},"user":"sebastianwoinar","tags":[]},"7859":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7860":{"varMapping":{"__isSmartRef__":true,"id":7861},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":7862},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7861":{"this":{"__isSmartRef__":true,"id":7684}},"7862":{"timestamp":{"__isSmartRef__":true,"id":7863},"user":"sebastianwoinar","tags":[]},"7863":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"7864":{"varMapping":{"__isSmartRef__":true,"id":7865},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":7866},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7865":{"this":{"__isSmartRef__":true,"id":7684}},"7866":{"timestamp":{"__isSmartRef__":true,"id":7867},"user":"sebastianwoinar","tags":[]},"7867":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"7868":{"varMapping":{"__isSmartRef__":true,"id":7869},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":7870},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7869":{"this":{"__isSmartRef__":true,"id":7684}},"7870":{"timestamp":{"__isSmartRef__":true,"id":7871},"user":"sebastianwoinar","tags":[]},"7871":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"7872":{"varMapping":{"__isSmartRef__":true,"id":7873},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":7874},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7873":{"this":{"__isSmartRef__":true,"id":7684}},"7874":{"timestamp":{"__isSmartRef__":true,"id":7875},"user":"sebastianwoinar","tags":[]},"7875":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"7876":{"varMapping":{"__isSmartRef__":true,"id":7877},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":7878},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7877":{"this":{"__isSmartRef__":true,"id":7684}},"7878":{"timestamp":{"__isSmartRef__":true,"id":7879},"user":"sebastianwoinar","tags":[]},"7879":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"7880":{"varMapping":{"__isSmartRef__":true,"id":7881},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":7882},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7881":{"this":{"__isSmartRef__":true,"id":7684}},"7882":{"timestamp":{"__isSmartRef__":true,"id":7883},"user":"sebastianwoinar","tags":[]},"7883":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"7884":{"varMapping":{"__isSmartRef__":true,"id":7885},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":7886},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7885":{"this":{"__isSmartRef__":true,"id":7684}},"7886":{"timestamp":{"__isSmartRef__":true,"id":7887},"user":"sebastianwoinar","tags":[]},"7887":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"7888":{"varMapping":{"__isSmartRef__":true,"id":7889},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":7890},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7889":{"this":{"__isSmartRef__":true,"id":7684}},"7890":{"timestamp":{"__isSmartRef__":true,"id":7891},"user":"sebastianwoinar","tags":[]},"7891":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"7892":{"varMapping":{"__isSmartRef__":true,"id":7893},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":7894},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7893":{"this":{"__isSmartRef__":true,"id":7684}},"7894":{"timestamp":{"__isSmartRef__":true,"id":7895},"user":"sebastianwoinar","tags":[]},"7895":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"7896":{"varMapping":{"__isSmartRef__":true,"id":7897},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":7902},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7897":{"this":{"__isSmartRef__":true,"id":7684},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7898}},"7898":{"$super":{"__isSmartRef__":true,"id":7899}},"7899":{"varMapping":{"__isSmartRef__":true,"id":7900},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":7901},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7900":{"obj":{"__isSmartRef__":true,"id":7684},"name":"onMouseDown"},"7901":{},"7902":{"timestamp":{"__isSmartRef__":true,"id":7903},"user":"sebastianwoinar","tags":[]},"7903":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"7904":{"varMapping":{"__isSmartRef__":true,"id":7905},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":7906},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7905":{"this":{"__isSmartRef__":true,"id":7684}},"7906":{"timestamp":{"__isSmartRef__":true,"id":7907},"user":"sebastianwoinar","tags":[]},"7907":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"7908":{"varMapping":{"__isSmartRef__":true,"id":7909},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":7910},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7909":{"this":{"__isSmartRef__":true,"id":7684}},"7910":{"timestamp":{"__isSmartRef__":true,"id":7911},"user":"sebastianwoinar","tags":[]},"7911":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"7912":{"varMapping":{"__isSmartRef__":true,"id":7913},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":7914},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7913":{"this":{"__isSmartRef__":true,"id":7684}},"7914":{"timestamp":{"__isSmartRef__":true,"id":7915},"user":"sebastianwoinar","tags":[]},"7915":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"7916":{"varMapping":{"__isSmartRef__":true,"id":7917},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":7918},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7917":{"this":{"__isSmartRef__":true,"id":7684}},"7918":{"timestamp":{"__isSmartRef__":true,"id":7919},"user":"sebastianwoinar","tags":[]},"7919":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"7920":{"varMapping":{"__isSmartRef__":true,"id":7921},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":7922},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7921":{"this":{"__isSmartRef__":true,"id":7684}},"7922":{"timestamp":{"__isSmartRef__":true,"id":7923},"user":"sebastianwoinar","tags":[]},"7923":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"7924":{"varMapping":{"__isSmartRef__":true,"id":7925},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7926},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7925":{"this":{"__isSmartRef__":true,"id":7684}},"7926":{"timestamp":{"__isSmartRef__":true,"id":7927},"user":"sebastianwoinar","tags":[]},"7927":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"7928":{"submorphs":[{"__isSmartRef__":true,"id":7929}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7946},"id":"953536D5-035F-46E0-872E-B77BFACF8BC9","eventHandler":{"__isSmartRef__":true,"id":7947},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":7948},"name":"node15","partsBinMetaInfo":{"__isSmartRef__":true,"id":7949},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6576},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":7952}],"parent":{"__isSmartRef__":true,"id":7538},"level":3,"abp":{"__isSmartRef__":true,"id":8074},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8075},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(322.8,210.0)"},"7929":{"submorphs":[],"scripts":[],"id":"A843CBE8-8334-40CA-9058-810D5499709F","shape":{"__isSmartRef__":true,"id":7930},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":7931},"textChunks":[{"__isSmartRef__":true,"id":7943}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":7945},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":7928},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"7930":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"7931":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":7932},{"__isSmartRef__":true,"id":7934},{"__isSmartRef__":true,"id":7936},{"__isSmartRef__":true,"id":7938},{"__isSmartRef__":true,"id":7940}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":7942},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7932":{"date":{"__isSmartRef__":true,"id":7933},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"7933":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"7934":{"date":{"__isSmartRef__":true,"id":7935},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"7935":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"7936":{"date":{"__isSmartRef__":true,"id":7937},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"7937":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"7938":{"date":{"__isSmartRef__":true,"id":7939},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"7939":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"7940":{"date":{"__isSmartRef__":true,"id":7941},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"7941":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"7942":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"7943":{"style":{"__isSmartRef__":true,"id":7944},"chunkOwner":{"__isSmartRef__":true,"id":7929},"_id":"_3450","storedString":"26","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7944":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7945":{"morph":{"__isSmartRef__":true,"id":7929},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7946":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"7947":{"morph":{"__isSmartRef__":true,"id":7928},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7948":{},"7949":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":7950}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7950":{"date":{"__isSmartRef__":true,"id":7951},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"7951":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"7952":{"submorphs":[{"__isSmartRef__":true,"id":7953}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7970},"id":"78F54B9A-0A0E-4C05-916F-2AA0DFBDB2F9","eventHandler":{"__isSmartRef__":true,"id":7971},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":7972},"name":"node16","partsBinMetaInfo":{"__isSmartRef__":true,"id":7973},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6578},"owner":{"__isSmartRef__":true,"id":6525},"parent":{"__isSmartRef__":true,"id":7928},"level":4,"abp":{"__isSmartRef__":true,"id":7976},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7977},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(295.9,260.0)"},"7953":{"submorphs":[],"scripts":[],"id":"72B90B62-50EB-424C-AA4F-DCE880211E81","shape":{"__isSmartRef__":true,"id":7954},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":7955},"textChunks":[{"__isSmartRef__":true,"id":7967}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":7969},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":7952},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"7954":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"7955":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":7956},{"__isSmartRef__":true,"id":7958},{"__isSmartRef__":true,"id":7960},{"__isSmartRef__":true,"id":7962},{"__isSmartRef__":true,"id":7964}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":7966},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7956":{"date":{"__isSmartRef__":true,"id":7957},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"7957":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"7958":{"date":{"__isSmartRef__":true,"id":7959},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"7959":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"7960":{"date":{"__isSmartRef__":true,"id":7961},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"7961":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"7962":{"date":{"__isSmartRef__":true,"id":7963},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"7963":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"7964":{"date":{"__isSmartRef__":true,"id":7965},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"7965":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"7966":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"7967":{"style":{"__isSmartRef__":true,"id":7968},"chunkOwner":{"__isSmartRef__":true,"id":7953},"_id":"_3447","storedString":"-26","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7968":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7969":{"morph":{"__isSmartRef__":true,"id":7953},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7970":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"7971":{"morph":{"__isSmartRef__":true,"id":7952},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7972":{},"7973":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":7974}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"7974":{"date":{"__isSmartRef__":true,"id":7975},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"7975":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"7976":{"isActive":true,"alpha":-13,"beta":-11,"i":0,"m":-26,"d":0},"7977":{"buildChildNodes":{"__isSmartRef__":true,"id":7978},"getGameTree":{"__isSmartRef__":true,"id":7982},"getLevel":{"__isSmartRef__":true,"id":7986},"getLevelWeight":{"__isSmartRef__":true,"id":7990},"getWeight":{"__isSmartRef__":true,"id":7994},"setNode":{"__isSmartRef__":true,"id":7998},"setParent":{"__isSmartRef__":true,"id":8002},"getParent":{"__isSmartRef__":true,"id":8006},"deactivate":{"__isSmartRef__":true,"id":8010},"blink":{"__isSmartRef__":true,"id":8014},"ABPreturn":{"__isSmartRef__":true,"id":8018},"ABPstart":{"__isSmartRef__":true,"id":8022},"ABPcontinue":{"__isSmartRef__":true,"id":8026},"ABPshowValue":{"__isSmartRef__":true,"id":8030},"ABPgetValue":{"__isSmartRef__":true,"id":8034},"ABPhasChildNodes":{"__isSmartRef__":true,"id":8038},"onMouseDown":{"__isSmartRef__":true,"id":8042},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":8050},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":8054},"ABPmarkAsDone":{"__isSmartRef__":true,"id":8058},"ABPmarkAsActive":{"__isSmartRef__":true,"id":8062},"getStateMorph":{"__isSmartRef__":true,"id":8066},"showState":{"__isSmartRef__":true,"id":8070}},"7978":{"varMapping":{"__isSmartRef__":true,"id":7979},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":7980},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7979":{"this":{"__isSmartRef__":true,"id":7952}},"7980":{"timestamp":{"__isSmartRef__":true,"id":7981},"user":"sebastianwoinar","tags":[]},"7981":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"7982":{"varMapping":{"__isSmartRef__":true,"id":7983},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":7984},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7983":{"this":{"__isSmartRef__":true,"id":7952}},"7984":{"timestamp":{"__isSmartRef__":true,"id":7985},"user":"sebastianwoinar","tags":[]},"7985":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7986":{"varMapping":{"__isSmartRef__":true,"id":7987},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":7988},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7987":{"this":{"__isSmartRef__":true,"id":7952}},"7988":{"timestamp":{"__isSmartRef__":true,"id":7989},"user":"sebastianwoinar","tags":[]},"7989":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7990":{"varMapping":{"__isSmartRef__":true,"id":7991},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":7992},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7991":{"this":{"__isSmartRef__":true,"id":7952}},"7992":{"timestamp":{"__isSmartRef__":true,"id":7993},"user":"sebastianwoinar","tags":[]},"7993":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7994":{"varMapping":{"__isSmartRef__":true,"id":7995},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":7996},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7995":{"this":{"__isSmartRef__":true,"id":7952}},"7996":{"timestamp":{"__isSmartRef__":true,"id":7997},"user":"sebastianwoinar","tags":[]},"7997":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"7998":{"varMapping":{"__isSmartRef__":true,"id":7999},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":8000},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"7999":{"this":{"__isSmartRef__":true,"id":7952}},"8000":{"timestamp":{"__isSmartRef__":true,"id":8001},"user":"sebastianwoinar","tags":[]},"8001":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8002":{"varMapping":{"__isSmartRef__":true,"id":8003},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":8004},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8003":{"this":{"__isSmartRef__":true,"id":7952}},"8004":{"timestamp":{"__isSmartRef__":true,"id":8005},"user":"sebastianwoinar","tags":[]},"8005":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8006":{"varMapping":{"__isSmartRef__":true,"id":8007},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":8008},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8007":{"this":{"__isSmartRef__":true,"id":7952}},"8008":{"timestamp":{"__isSmartRef__":true,"id":8009},"user":"sebastianwoinar","tags":[]},"8009":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"8010":{"varMapping":{"__isSmartRef__":true,"id":8011},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8012},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8011":{"this":{"__isSmartRef__":true,"id":7952}},"8012":{"timestamp":{"__isSmartRef__":true,"id":8013},"user":"sebastianwoinar","tags":[]},"8013":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"8014":{"varMapping":{"__isSmartRef__":true,"id":8015},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":8016},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8015":{"this":{"__isSmartRef__":true,"id":7952}},"8016":{"timestamp":{"__isSmartRef__":true,"id":8017},"user":"sebastianwoinar","tags":[]},"8017":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"8018":{"varMapping":{"__isSmartRef__":true,"id":8019},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":8020},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8019":{"this":{"__isSmartRef__":true,"id":7952}},"8020":{"timestamp":{"__isSmartRef__":true,"id":8021},"user":"sebastianwoinar","tags":[]},"8021":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"8022":{"varMapping":{"__isSmartRef__":true,"id":8023},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":8024},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8023":{"this":{"__isSmartRef__":true,"id":7952}},"8024":{"timestamp":{"__isSmartRef__":true,"id":8025},"user":"sebastianwoinar","tags":[]},"8025":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"8026":{"varMapping":{"__isSmartRef__":true,"id":8027},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":8028},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8027":{"this":{"__isSmartRef__":true,"id":7952}},"8028":{"timestamp":{"__isSmartRef__":true,"id":8029},"user":"sebastianwoinar","tags":[]},"8029":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"8030":{"varMapping":{"__isSmartRef__":true,"id":8031},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":8032},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8031":{"this":{"__isSmartRef__":true,"id":7952}},"8032":{"timestamp":{"__isSmartRef__":true,"id":8033},"user":"sebastianwoinar","tags":[]},"8033":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"8034":{"varMapping":{"__isSmartRef__":true,"id":8035},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":8036},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8035":{"this":{"__isSmartRef__":true,"id":7952}},"8036":{"timestamp":{"__isSmartRef__":true,"id":8037},"user":"sebastianwoinar","tags":[]},"8037":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"8038":{"varMapping":{"__isSmartRef__":true,"id":8039},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":8040},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8039":{"this":{"__isSmartRef__":true,"id":7952}},"8040":{"timestamp":{"__isSmartRef__":true,"id":8041},"user":"sebastianwoinar","tags":[]},"8041":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"8042":{"varMapping":{"__isSmartRef__":true,"id":8043},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":8048},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8043":{"this":{"__isSmartRef__":true,"id":7952},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8044}},"8044":{"$super":{"__isSmartRef__":true,"id":8045}},"8045":{"varMapping":{"__isSmartRef__":true,"id":8046},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":8047},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8046":{"obj":{"__isSmartRef__":true,"id":7952},"name":"onMouseDown"},"8047":{},"8048":{"timestamp":{"__isSmartRef__":true,"id":8049},"user":"sebastianwoinar","tags":[]},"8049":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"8050":{"varMapping":{"__isSmartRef__":true,"id":8051},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":8052},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8051":{"this":{"__isSmartRef__":true,"id":7952}},"8052":{"timestamp":{"__isSmartRef__":true,"id":8053},"user":"sebastianwoinar","tags":[]},"8053":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"8054":{"varMapping":{"__isSmartRef__":true,"id":8055},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":8056},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8055":{"this":{"__isSmartRef__":true,"id":7952}},"8056":{"timestamp":{"__isSmartRef__":true,"id":8057},"user":"sebastianwoinar","tags":[]},"8057":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"8058":{"varMapping":{"__isSmartRef__":true,"id":8059},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8060},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8059":{"this":{"__isSmartRef__":true,"id":7952}},"8060":{"timestamp":{"__isSmartRef__":true,"id":8061},"user":"sebastianwoinar","tags":[]},"8061":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"8062":{"varMapping":{"__isSmartRef__":true,"id":8063},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":8064},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8063":{"this":{"__isSmartRef__":true,"id":7952}},"8064":{"timestamp":{"__isSmartRef__":true,"id":8065},"user":"sebastianwoinar","tags":[]},"8065":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"8066":{"varMapping":{"__isSmartRef__":true,"id":8067},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":8068},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8067":{"this":{"__isSmartRef__":true,"id":7952}},"8068":{"timestamp":{"__isSmartRef__":true,"id":8069},"user":"sebastianwoinar","tags":[]},"8069":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"8070":{"varMapping":{"__isSmartRef__":true,"id":8071},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8072},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8071":{"this":{"__isSmartRef__":true,"id":7952}},"8072":{"timestamp":{"__isSmartRef__":true,"id":8073},"user":"sebastianwoinar","tags":[]},"8073":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"8074":{"isActive":true,"alpha":26,"beta":13,"i":1,"m":26,"d":0},"8075":{"buildChildNodes":{"__isSmartRef__":true,"id":8076},"getGameTree":{"__isSmartRef__":true,"id":8080},"getLevel":{"__isSmartRef__":true,"id":8084},"getLevelWeight":{"__isSmartRef__":true,"id":8088},"getWeight":{"__isSmartRef__":true,"id":8092},"setNode":{"__isSmartRef__":true,"id":8096},"setParent":{"__isSmartRef__":true,"id":8100},"getParent":{"__isSmartRef__":true,"id":8104},"deactivate":{"__isSmartRef__":true,"id":8108},"blink":{"__isSmartRef__":true,"id":8112},"ABPreturn":{"__isSmartRef__":true,"id":8116},"ABPstart":{"__isSmartRef__":true,"id":8120},"ABPcontinue":{"__isSmartRef__":true,"id":8124},"ABPshowValue":{"__isSmartRef__":true,"id":8128},"ABPgetValue":{"__isSmartRef__":true,"id":8132},"ABPhasChildNodes":{"__isSmartRef__":true,"id":8136},"onMouseDown":{"__isSmartRef__":true,"id":8140},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":8148},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":8152},"ABPmarkAsDone":{"__isSmartRef__":true,"id":8156},"ABPmarkAsActive":{"__isSmartRef__":true,"id":8160},"getStateMorph":{"__isSmartRef__":true,"id":8164},"showState":{"__isSmartRef__":true,"id":8168}},"8076":{"varMapping":{"__isSmartRef__":true,"id":8077},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":8078},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8077":{"this":{"__isSmartRef__":true,"id":7928}},"8078":{"timestamp":{"__isSmartRef__":true,"id":8079},"user":"sebastianwoinar","tags":[]},"8079":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"8080":{"varMapping":{"__isSmartRef__":true,"id":8081},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":8082},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8081":{"this":{"__isSmartRef__":true,"id":7928}},"8082":{"timestamp":{"__isSmartRef__":true,"id":8083},"user":"sebastianwoinar","tags":[]},"8083":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8084":{"varMapping":{"__isSmartRef__":true,"id":8085},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":8086},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8085":{"this":{"__isSmartRef__":true,"id":7928}},"8086":{"timestamp":{"__isSmartRef__":true,"id":8087},"user":"sebastianwoinar","tags":[]},"8087":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8088":{"varMapping":{"__isSmartRef__":true,"id":8089},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8090},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8089":{"this":{"__isSmartRef__":true,"id":7928}},"8090":{"timestamp":{"__isSmartRef__":true,"id":8091},"user":"sebastianwoinar","tags":[]},"8091":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8092":{"varMapping":{"__isSmartRef__":true,"id":8093},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":8094},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8093":{"this":{"__isSmartRef__":true,"id":7928}},"8094":{"timestamp":{"__isSmartRef__":true,"id":8095},"user":"sebastianwoinar","tags":[]},"8095":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8096":{"varMapping":{"__isSmartRef__":true,"id":8097},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":8098},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8097":{"this":{"__isSmartRef__":true,"id":7928}},"8098":{"timestamp":{"__isSmartRef__":true,"id":8099},"user":"sebastianwoinar","tags":[]},"8099":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8100":{"varMapping":{"__isSmartRef__":true,"id":8101},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":8102},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8101":{"this":{"__isSmartRef__":true,"id":7928}},"8102":{"timestamp":{"__isSmartRef__":true,"id":8103},"user":"sebastianwoinar","tags":[]},"8103":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8104":{"varMapping":{"__isSmartRef__":true,"id":8105},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":8106},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8105":{"this":{"__isSmartRef__":true,"id":7928}},"8106":{"timestamp":{"__isSmartRef__":true,"id":8107},"user":"sebastianwoinar","tags":[]},"8107":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"8108":{"varMapping":{"__isSmartRef__":true,"id":8109},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8110},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8109":{"this":{"__isSmartRef__":true,"id":7928}},"8110":{"timestamp":{"__isSmartRef__":true,"id":8111},"user":"sebastianwoinar","tags":[]},"8111":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"8112":{"varMapping":{"__isSmartRef__":true,"id":8113},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":8114},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8113":{"this":{"__isSmartRef__":true,"id":7928}},"8114":{"timestamp":{"__isSmartRef__":true,"id":8115},"user":"sebastianwoinar","tags":[]},"8115":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"8116":{"varMapping":{"__isSmartRef__":true,"id":8117},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":8118},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8117":{"this":{"__isSmartRef__":true,"id":7928}},"8118":{"timestamp":{"__isSmartRef__":true,"id":8119},"user":"sebastianwoinar","tags":[]},"8119":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"8120":{"varMapping":{"__isSmartRef__":true,"id":8121},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":8122},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8121":{"this":{"__isSmartRef__":true,"id":7928}},"8122":{"timestamp":{"__isSmartRef__":true,"id":8123},"user":"sebastianwoinar","tags":[]},"8123":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"8124":{"varMapping":{"__isSmartRef__":true,"id":8125},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":8126},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8125":{"this":{"__isSmartRef__":true,"id":7928}},"8126":{"timestamp":{"__isSmartRef__":true,"id":8127},"user":"sebastianwoinar","tags":[]},"8127":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"8128":{"varMapping":{"__isSmartRef__":true,"id":8129},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":8130},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8129":{"this":{"__isSmartRef__":true,"id":7928}},"8130":{"timestamp":{"__isSmartRef__":true,"id":8131},"user":"sebastianwoinar","tags":[]},"8131":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"8132":{"varMapping":{"__isSmartRef__":true,"id":8133},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":8134},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8133":{"this":{"__isSmartRef__":true,"id":7928}},"8134":{"timestamp":{"__isSmartRef__":true,"id":8135},"user":"sebastianwoinar","tags":[]},"8135":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"8136":{"varMapping":{"__isSmartRef__":true,"id":8137},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":8138},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8137":{"this":{"__isSmartRef__":true,"id":7928}},"8138":{"timestamp":{"__isSmartRef__":true,"id":8139},"user":"sebastianwoinar","tags":[]},"8139":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"8140":{"varMapping":{"__isSmartRef__":true,"id":8141},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":8146},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8141":{"this":{"__isSmartRef__":true,"id":7928},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8142}},"8142":{"$super":{"__isSmartRef__":true,"id":8143}},"8143":{"varMapping":{"__isSmartRef__":true,"id":8144},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":8145},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8144":{"obj":{"__isSmartRef__":true,"id":7928},"name":"onMouseDown"},"8145":{},"8146":{"timestamp":{"__isSmartRef__":true,"id":8147},"user":"sebastianwoinar","tags":[]},"8147":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"8148":{"varMapping":{"__isSmartRef__":true,"id":8149},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":8150},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8149":{"this":{"__isSmartRef__":true,"id":7928}},"8150":{"timestamp":{"__isSmartRef__":true,"id":8151},"user":"sebastianwoinar","tags":[]},"8151":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"8152":{"varMapping":{"__isSmartRef__":true,"id":8153},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":8154},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8153":{"this":{"__isSmartRef__":true,"id":7928}},"8154":{"timestamp":{"__isSmartRef__":true,"id":8155},"user":"sebastianwoinar","tags":[]},"8155":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"8156":{"varMapping":{"__isSmartRef__":true,"id":8157},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8158},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8157":{"this":{"__isSmartRef__":true,"id":7928}},"8158":{"timestamp":{"__isSmartRef__":true,"id":8159},"user":"sebastianwoinar","tags":[]},"8159":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"8160":{"varMapping":{"__isSmartRef__":true,"id":8161},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":8162},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8161":{"this":{"__isSmartRef__":true,"id":7928}},"8162":{"timestamp":{"__isSmartRef__":true,"id":8163},"user":"sebastianwoinar","tags":[]},"8163":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"8164":{"varMapping":{"__isSmartRef__":true,"id":8165},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":8166},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8165":{"this":{"__isSmartRef__":true,"id":7928}},"8166":{"timestamp":{"__isSmartRef__":true,"id":8167},"user":"sebastianwoinar","tags":[]},"8167":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"8168":{"varMapping":{"__isSmartRef__":true,"id":8169},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8170},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8169":{"this":{"__isSmartRef__":true,"id":7928}},"8170":{"timestamp":{"__isSmartRef__":true,"id":8171},"user":"sebastianwoinar","tags":[]},"8171":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"8172":{"submorphs":[{"__isSmartRef__":true,"id":8173}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8190},"id":"25B111C7-7383-4754-BAC8-852B3403ABD8","eventHandler":{"__isSmartRef__":true,"id":8191},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":8192},"name":"node17","partsBinMetaInfo":{"__isSmartRef__":true,"id":8193},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6580},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":8196}],"parent":{"__isSmartRef__":true,"id":7538},"level":3,"abp":{"__isSmartRef__":true,"id":8318},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8319},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(364.4,210.0)"},"8173":{"submorphs":[],"scripts":[],"id":"6DE695BB-19BD-4D08-91FE-06BAC4AD5957","shape":{"__isSmartRef__":true,"id":8174},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":8175},"textChunks":[{"__isSmartRef__":true,"id":8187}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":8189},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":8172},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"8174":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"8175":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":8176},{"__isSmartRef__":true,"id":8178},{"__isSmartRef__":true,"id":8180},{"__isSmartRef__":true,"id":8182},{"__isSmartRef__":true,"id":8184}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":8186},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8176":{"date":{"__isSmartRef__":true,"id":8177},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"8177":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"8178":{"date":{"__isSmartRef__":true,"id":8179},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"8179":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"8180":{"date":{"__isSmartRef__":true,"id":8181},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"8181":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"8182":{"date":{"__isSmartRef__":true,"id":8183},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"8183":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"8184":{"date":{"__isSmartRef__":true,"id":8185},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"8185":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"8186":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"8187":{"style":{"__isSmartRef__":true,"id":8188},"chunkOwner":{"__isSmartRef__":true,"id":8173},"_id":"_3462","storedString":"14","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8188":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8189":{"morph":{"__isSmartRef__":true,"id":8173},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8190":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"8191":{"morph":{"__isSmartRef__":true,"id":8172},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8192":{},"8193":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":8194}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8194":{"date":{"__isSmartRef__":true,"id":8195},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"8195":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"8196":{"submorphs":[{"__isSmartRef__":true,"id":8197}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8214},"id":"E6F0D985-0DB8-4476-91FF-D10BD9F4690F","eventHandler":{"__isSmartRef__":true,"id":8215},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":8216},"name":"node18","partsBinMetaInfo":{"__isSmartRef__":true,"id":8217},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6582},"owner":{"__isSmartRef__":true,"id":6525},"parent":{"__isSmartRef__":true,"id":8172},"level":4,"abp":{"__isSmartRef__":true,"id":8220},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8221},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(362.0,260.0)"},"8197":{"submorphs":[],"scripts":[],"id":"F4B25EB9-4741-49B9-AC3E-6E7BD6100139","shape":{"__isSmartRef__":true,"id":8198},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":8199},"textChunks":[{"__isSmartRef__":true,"id":8211}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":8213},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":8196},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"8198":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"8199":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":8200},{"__isSmartRef__":true,"id":8202},{"__isSmartRef__":true,"id":8204},{"__isSmartRef__":true,"id":8206},{"__isSmartRef__":true,"id":8208}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":8210},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8200":{"date":{"__isSmartRef__":true,"id":8201},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"8201":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"8202":{"date":{"__isSmartRef__":true,"id":8203},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"8203":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"8204":{"date":{"__isSmartRef__":true,"id":8205},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"8205":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"8206":{"date":{"__isSmartRef__":true,"id":8207},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"8207":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"8208":{"date":{"__isSmartRef__":true,"id":8209},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"8209":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"8210":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"8211":{"style":{"__isSmartRef__":true,"id":8212},"chunkOwner":{"__isSmartRef__":true,"id":8197},"_id":"_3459","storedString":"-14","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8212":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8213":{"morph":{"__isSmartRef__":true,"id":8197},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8214":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"8215":{"morph":{"__isSmartRef__":true,"id":8196},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8216":{},"8217":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":8218}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8218":{"date":{"__isSmartRef__":true,"id":8219},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"8219":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"8220":{"isActive":true,"alpha":-13,"beta":-11,"i":0,"m":-14,"d":0},"8221":{"buildChildNodes":{"__isSmartRef__":true,"id":8222},"getGameTree":{"__isSmartRef__":true,"id":8226},"getLevel":{"__isSmartRef__":true,"id":8230},"getLevelWeight":{"__isSmartRef__":true,"id":8234},"getWeight":{"__isSmartRef__":true,"id":8238},"setNode":{"__isSmartRef__":true,"id":8242},"setParent":{"__isSmartRef__":true,"id":8246},"getParent":{"__isSmartRef__":true,"id":8250},"deactivate":{"__isSmartRef__":true,"id":8254},"blink":{"__isSmartRef__":true,"id":8258},"ABPreturn":{"__isSmartRef__":true,"id":8262},"ABPstart":{"__isSmartRef__":true,"id":8266},"ABPcontinue":{"__isSmartRef__":true,"id":8270},"ABPshowValue":{"__isSmartRef__":true,"id":8274},"ABPgetValue":{"__isSmartRef__":true,"id":8278},"ABPhasChildNodes":{"__isSmartRef__":true,"id":8282},"onMouseDown":{"__isSmartRef__":true,"id":8286},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":8294},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":8298},"ABPmarkAsDone":{"__isSmartRef__":true,"id":8302},"ABPmarkAsActive":{"__isSmartRef__":true,"id":8306},"getStateMorph":{"__isSmartRef__":true,"id":8310},"showState":{"__isSmartRef__":true,"id":8314}},"8222":{"varMapping":{"__isSmartRef__":true,"id":8223},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":8224},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8223":{"this":{"__isSmartRef__":true,"id":8196}},"8224":{"timestamp":{"__isSmartRef__":true,"id":8225},"user":"sebastianwoinar","tags":[]},"8225":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"8226":{"varMapping":{"__isSmartRef__":true,"id":8227},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":8228},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8227":{"this":{"__isSmartRef__":true,"id":8196}},"8228":{"timestamp":{"__isSmartRef__":true,"id":8229},"user":"sebastianwoinar","tags":[]},"8229":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8230":{"varMapping":{"__isSmartRef__":true,"id":8231},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":8232},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8231":{"this":{"__isSmartRef__":true,"id":8196}},"8232":{"timestamp":{"__isSmartRef__":true,"id":8233},"user":"sebastianwoinar","tags":[]},"8233":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8234":{"varMapping":{"__isSmartRef__":true,"id":8235},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8236},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8235":{"this":{"__isSmartRef__":true,"id":8196}},"8236":{"timestamp":{"__isSmartRef__":true,"id":8237},"user":"sebastianwoinar","tags":[]},"8237":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8238":{"varMapping":{"__isSmartRef__":true,"id":8239},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":8240},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8239":{"this":{"__isSmartRef__":true,"id":8196}},"8240":{"timestamp":{"__isSmartRef__":true,"id":8241},"user":"sebastianwoinar","tags":[]},"8241":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8242":{"varMapping":{"__isSmartRef__":true,"id":8243},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":8244},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8243":{"this":{"__isSmartRef__":true,"id":8196}},"8244":{"timestamp":{"__isSmartRef__":true,"id":8245},"user":"sebastianwoinar","tags":[]},"8245":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8246":{"varMapping":{"__isSmartRef__":true,"id":8247},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":8248},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8247":{"this":{"__isSmartRef__":true,"id":8196}},"8248":{"timestamp":{"__isSmartRef__":true,"id":8249},"user":"sebastianwoinar","tags":[]},"8249":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8250":{"varMapping":{"__isSmartRef__":true,"id":8251},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":8252},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8251":{"this":{"__isSmartRef__":true,"id":8196}},"8252":{"timestamp":{"__isSmartRef__":true,"id":8253},"user":"sebastianwoinar","tags":[]},"8253":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"8254":{"varMapping":{"__isSmartRef__":true,"id":8255},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8256},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8255":{"this":{"__isSmartRef__":true,"id":8196}},"8256":{"timestamp":{"__isSmartRef__":true,"id":8257},"user":"sebastianwoinar","tags":[]},"8257":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"8258":{"varMapping":{"__isSmartRef__":true,"id":8259},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":8260},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8259":{"this":{"__isSmartRef__":true,"id":8196}},"8260":{"timestamp":{"__isSmartRef__":true,"id":8261},"user":"sebastianwoinar","tags":[]},"8261":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"8262":{"varMapping":{"__isSmartRef__":true,"id":8263},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":8264},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8263":{"this":{"__isSmartRef__":true,"id":8196}},"8264":{"timestamp":{"__isSmartRef__":true,"id":8265},"user":"sebastianwoinar","tags":[]},"8265":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"8266":{"varMapping":{"__isSmartRef__":true,"id":8267},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":8268},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8267":{"this":{"__isSmartRef__":true,"id":8196}},"8268":{"timestamp":{"__isSmartRef__":true,"id":8269},"user":"sebastianwoinar","tags":[]},"8269":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"8270":{"varMapping":{"__isSmartRef__":true,"id":8271},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":8272},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8271":{"this":{"__isSmartRef__":true,"id":8196}},"8272":{"timestamp":{"__isSmartRef__":true,"id":8273},"user":"sebastianwoinar","tags":[]},"8273":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"8274":{"varMapping":{"__isSmartRef__":true,"id":8275},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":8276},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8275":{"this":{"__isSmartRef__":true,"id":8196}},"8276":{"timestamp":{"__isSmartRef__":true,"id":8277},"user":"sebastianwoinar","tags":[]},"8277":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"8278":{"varMapping":{"__isSmartRef__":true,"id":8279},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":8280},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8279":{"this":{"__isSmartRef__":true,"id":8196}},"8280":{"timestamp":{"__isSmartRef__":true,"id":8281},"user":"sebastianwoinar","tags":[]},"8281":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"8282":{"varMapping":{"__isSmartRef__":true,"id":8283},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":8284},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8283":{"this":{"__isSmartRef__":true,"id":8196}},"8284":{"timestamp":{"__isSmartRef__":true,"id":8285},"user":"sebastianwoinar","tags":[]},"8285":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"8286":{"varMapping":{"__isSmartRef__":true,"id":8287},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":8292},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8287":{"this":{"__isSmartRef__":true,"id":8196},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8288}},"8288":{"$super":{"__isSmartRef__":true,"id":8289}},"8289":{"varMapping":{"__isSmartRef__":true,"id":8290},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":8291},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8290":{"obj":{"__isSmartRef__":true,"id":8196},"name":"onMouseDown"},"8291":{},"8292":{"timestamp":{"__isSmartRef__":true,"id":8293},"user":"sebastianwoinar","tags":[]},"8293":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"8294":{"varMapping":{"__isSmartRef__":true,"id":8295},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":8296},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8295":{"this":{"__isSmartRef__":true,"id":8196}},"8296":{"timestamp":{"__isSmartRef__":true,"id":8297},"user":"sebastianwoinar","tags":[]},"8297":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"8298":{"varMapping":{"__isSmartRef__":true,"id":8299},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":8300},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8299":{"this":{"__isSmartRef__":true,"id":8196}},"8300":{"timestamp":{"__isSmartRef__":true,"id":8301},"user":"sebastianwoinar","tags":[]},"8301":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"8302":{"varMapping":{"__isSmartRef__":true,"id":8303},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8304},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8303":{"this":{"__isSmartRef__":true,"id":8196}},"8304":{"timestamp":{"__isSmartRef__":true,"id":8305},"user":"sebastianwoinar","tags":[]},"8305":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"8306":{"varMapping":{"__isSmartRef__":true,"id":8307},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":8308},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8307":{"this":{"__isSmartRef__":true,"id":8196}},"8308":{"timestamp":{"__isSmartRef__":true,"id":8309},"user":"sebastianwoinar","tags":[]},"8309":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"8310":{"varMapping":{"__isSmartRef__":true,"id":8311},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":8312},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8311":{"this":{"__isSmartRef__":true,"id":8196}},"8312":{"timestamp":{"__isSmartRef__":true,"id":8313},"user":"sebastianwoinar","tags":[]},"8313":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"8314":{"varMapping":{"__isSmartRef__":true,"id":8315},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8316},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8315":{"this":{"__isSmartRef__":true,"id":8196}},"8316":{"timestamp":{"__isSmartRef__":true,"id":8317},"user":"sebastianwoinar","tags":[]},"8317":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"8318":{"isActive":true,"alpha":14,"beta":13,"i":1,"m":14,"d":0},"8319":{"buildChildNodes":{"__isSmartRef__":true,"id":8320},"getGameTree":{"__isSmartRef__":true,"id":8324},"getLevel":{"__isSmartRef__":true,"id":8328},"getLevelWeight":{"__isSmartRef__":true,"id":8332},"getWeight":{"__isSmartRef__":true,"id":8336},"setNode":{"__isSmartRef__":true,"id":8340},"setParent":{"__isSmartRef__":true,"id":8344},"getParent":{"__isSmartRef__":true,"id":8348},"deactivate":{"__isSmartRef__":true,"id":8352},"blink":{"__isSmartRef__":true,"id":8356},"ABPreturn":{"__isSmartRef__":true,"id":8360},"ABPstart":{"__isSmartRef__":true,"id":8364},"ABPcontinue":{"__isSmartRef__":true,"id":8368},"ABPshowValue":{"__isSmartRef__":true,"id":8372},"ABPgetValue":{"__isSmartRef__":true,"id":8376},"ABPhasChildNodes":{"__isSmartRef__":true,"id":8380},"onMouseDown":{"__isSmartRef__":true,"id":8384},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":8392},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":8396},"ABPmarkAsDone":{"__isSmartRef__":true,"id":8400},"ABPmarkAsActive":{"__isSmartRef__":true,"id":8404},"getStateMorph":{"__isSmartRef__":true,"id":8408},"showState":{"__isSmartRef__":true,"id":8412}},"8320":{"varMapping":{"__isSmartRef__":true,"id":8321},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":8322},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8321":{"this":{"__isSmartRef__":true,"id":8172}},"8322":{"timestamp":{"__isSmartRef__":true,"id":8323},"user":"sebastianwoinar","tags":[]},"8323":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"8324":{"varMapping":{"__isSmartRef__":true,"id":8325},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":8326},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8325":{"this":{"__isSmartRef__":true,"id":8172}},"8326":{"timestamp":{"__isSmartRef__":true,"id":8327},"user":"sebastianwoinar","tags":[]},"8327":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8328":{"varMapping":{"__isSmartRef__":true,"id":8329},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":8330},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8329":{"this":{"__isSmartRef__":true,"id":8172}},"8330":{"timestamp":{"__isSmartRef__":true,"id":8331},"user":"sebastianwoinar","tags":[]},"8331":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8332":{"varMapping":{"__isSmartRef__":true,"id":8333},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8334},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8333":{"this":{"__isSmartRef__":true,"id":8172}},"8334":{"timestamp":{"__isSmartRef__":true,"id":8335},"user":"sebastianwoinar","tags":[]},"8335":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8336":{"varMapping":{"__isSmartRef__":true,"id":8337},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":8338},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8337":{"this":{"__isSmartRef__":true,"id":8172}},"8338":{"timestamp":{"__isSmartRef__":true,"id":8339},"user":"sebastianwoinar","tags":[]},"8339":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8340":{"varMapping":{"__isSmartRef__":true,"id":8341},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":8342},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8341":{"this":{"__isSmartRef__":true,"id":8172}},"8342":{"timestamp":{"__isSmartRef__":true,"id":8343},"user":"sebastianwoinar","tags":[]},"8343":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8344":{"varMapping":{"__isSmartRef__":true,"id":8345},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":8346},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8345":{"this":{"__isSmartRef__":true,"id":8172}},"8346":{"timestamp":{"__isSmartRef__":true,"id":8347},"user":"sebastianwoinar","tags":[]},"8347":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8348":{"varMapping":{"__isSmartRef__":true,"id":8349},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":8350},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8349":{"this":{"__isSmartRef__":true,"id":8172}},"8350":{"timestamp":{"__isSmartRef__":true,"id":8351},"user":"sebastianwoinar","tags":[]},"8351":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"8352":{"varMapping":{"__isSmartRef__":true,"id":8353},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8354},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8353":{"this":{"__isSmartRef__":true,"id":8172}},"8354":{"timestamp":{"__isSmartRef__":true,"id":8355},"user":"sebastianwoinar","tags":[]},"8355":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"8356":{"varMapping":{"__isSmartRef__":true,"id":8357},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":8358},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8357":{"this":{"__isSmartRef__":true,"id":8172}},"8358":{"timestamp":{"__isSmartRef__":true,"id":8359},"user":"sebastianwoinar","tags":[]},"8359":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"8360":{"varMapping":{"__isSmartRef__":true,"id":8361},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":8362},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8361":{"this":{"__isSmartRef__":true,"id":8172}},"8362":{"timestamp":{"__isSmartRef__":true,"id":8363},"user":"sebastianwoinar","tags":[]},"8363":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"8364":{"varMapping":{"__isSmartRef__":true,"id":8365},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":8366},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8365":{"this":{"__isSmartRef__":true,"id":8172}},"8366":{"timestamp":{"__isSmartRef__":true,"id":8367},"user":"sebastianwoinar","tags":[]},"8367":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"8368":{"varMapping":{"__isSmartRef__":true,"id":8369},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":8370},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8369":{"this":{"__isSmartRef__":true,"id":8172}},"8370":{"timestamp":{"__isSmartRef__":true,"id":8371},"user":"sebastianwoinar","tags":[]},"8371":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"8372":{"varMapping":{"__isSmartRef__":true,"id":8373},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":8374},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8373":{"this":{"__isSmartRef__":true,"id":8172}},"8374":{"timestamp":{"__isSmartRef__":true,"id":8375},"user":"sebastianwoinar","tags":[]},"8375":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"8376":{"varMapping":{"__isSmartRef__":true,"id":8377},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":8378},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8377":{"this":{"__isSmartRef__":true,"id":8172}},"8378":{"timestamp":{"__isSmartRef__":true,"id":8379},"user":"sebastianwoinar","tags":[]},"8379":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"8380":{"varMapping":{"__isSmartRef__":true,"id":8381},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":8382},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8381":{"this":{"__isSmartRef__":true,"id":8172}},"8382":{"timestamp":{"__isSmartRef__":true,"id":8383},"user":"sebastianwoinar","tags":[]},"8383":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"8384":{"varMapping":{"__isSmartRef__":true,"id":8385},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":8390},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8385":{"this":{"__isSmartRef__":true,"id":8172},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8386}},"8386":{"$super":{"__isSmartRef__":true,"id":8387}},"8387":{"varMapping":{"__isSmartRef__":true,"id":8388},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":8389},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8388":{"obj":{"__isSmartRef__":true,"id":8172},"name":"onMouseDown"},"8389":{},"8390":{"timestamp":{"__isSmartRef__":true,"id":8391},"user":"sebastianwoinar","tags":[]},"8391":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"8392":{"varMapping":{"__isSmartRef__":true,"id":8393},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":8394},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8393":{"this":{"__isSmartRef__":true,"id":8172}},"8394":{"timestamp":{"__isSmartRef__":true,"id":8395},"user":"sebastianwoinar","tags":[]},"8395":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"8396":{"varMapping":{"__isSmartRef__":true,"id":8397},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":8398},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8397":{"this":{"__isSmartRef__":true,"id":8172}},"8398":{"timestamp":{"__isSmartRef__":true,"id":8399},"user":"sebastianwoinar","tags":[]},"8399":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"8400":{"varMapping":{"__isSmartRef__":true,"id":8401},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8402},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8401":{"this":{"__isSmartRef__":true,"id":8172}},"8402":{"timestamp":{"__isSmartRef__":true,"id":8403},"user":"sebastianwoinar","tags":[]},"8403":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"8404":{"varMapping":{"__isSmartRef__":true,"id":8405},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":8406},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8405":{"this":{"__isSmartRef__":true,"id":8172}},"8406":{"timestamp":{"__isSmartRef__":true,"id":8407},"user":"sebastianwoinar","tags":[]},"8407":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"8408":{"varMapping":{"__isSmartRef__":true,"id":8409},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":8410},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8409":{"this":{"__isSmartRef__":true,"id":8172}},"8410":{"timestamp":{"__isSmartRef__":true,"id":8411},"user":"sebastianwoinar","tags":[]},"8411":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"8412":{"varMapping":{"__isSmartRef__":true,"id":8413},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8414},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8413":{"this":{"__isSmartRef__":true,"id":8172}},"8414":{"timestamp":{"__isSmartRef__":true,"id":8415},"user":"sebastianwoinar","tags":[]},"8415":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"8416":{"isActive":true,"alpha":-13,"beta":-11,"i":4,"m":-13,"d":0},"8417":{"buildChildNodes":{"__isSmartRef__":true,"id":8418},"getGameTree":{"__isSmartRef__":true,"id":8422},"getLevel":{"__isSmartRef__":true,"id":8426},"getLevelWeight":{"__isSmartRef__":true,"id":8430},"getWeight":{"__isSmartRef__":true,"id":8434},"setNode":{"__isSmartRef__":true,"id":8438},"setParent":{"__isSmartRef__":true,"id":8442},"getParent":{"__isSmartRef__":true,"id":8446},"deactivate":{"__isSmartRef__":true,"id":8450},"blink":{"__isSmartRef__":true,"id":8454},"ABPreturn":{"__isSmartRef__":true,"id":8458},"ABPstart":{"__isSmartRef__":true,"id":8462},"ABPcontinue":{"__isSmartRef__":true,"id":8466},"ABPshowValue":{"__isSmartRef__":true,"id":8470},"ABPgetValue":{"__isSmartRef__":true,"id":8474},"ABPhasChildNodes":{"__isSmartRef__":true,"id":8478},"onMouseDown":{"__isSmartRef__":true,"id":8482},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":8490},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":8494},"ABPmarkAsDone":{"__isSmartRef__":true,"id":8498},"ABPmarkAsActive":{"__isSmartRef__":true,"id":8502},"getStateMorph":{"__isSmartRef__":true,"id":8506},"showState":{"__isSmartRef__":true,"id":8510}},"8418":{"varMapping":{"__isSmartRef__":true,"id":8419},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":8420},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8419":{"this":{"__isSmartRef__":true,"id":7538}},"8420":{"timestamp":{"__isSmartRef__":true,"id":8421},"user":"sebastianwoinar","tags":[]},"8421":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"8422":{"varMapping":{"__isSmartRef__":true,"id":8423},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":8424},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8423":{"this":{"__isSmartRef__":true,"id":7538}},"8424":{"timestamp":{"__isSmartRef__":true,"id":8425},"user":"sebastianwoinar","tags":[]},"8425":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8426":{"varMapping":{"__isSmartRef__":true,"id":8427},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":8428},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8427":{"this":{"__isSmartRef__":true,"id":7538}},"8428":{"timestamp":{"__isSmartRef__":true,"id":8429},"user":"sebastianwoinar","tags":[]},"8429":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8430":{"varMapping":{"__isSmartRef__":true,"id":8431},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8432},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8431":{"this":{"__isSmartRef__":true,"id":7538}},"8432":{"timestamp":{"__isSmartRef__":true,"id":8433},"user":"sebastianwoinar","tags":[]},"8433":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8434":{"varMapping":{"__isSmartRef__":true,"id":8435},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":8436},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8435":{"this":{"__isSmartRef__":true,"id":7538}},"8436":{"timestamp":{"__isSmartRef__":true,"id":8437},"user":"sebastianwoinar","tags":[]},"8437":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8438":{"varMapping":{"__isSmartRef__":true,"id":8439},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":8440},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8439":{"this":{"__isSmartRef__":true,"id":7538}},"8440":{"timestamp":{"__isSmartRef__":true,"id":8441},"user":"sebastianwoinar","tags":[]},"8441":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8442":{"varMapping":{"__isSmartRef__":true,"id":8443},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":8444},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8443":{"this":{"__isSmartRef__":true,"id":7538}},"8444":{"timestamp":{"__isSmartRef__":true,"id":8445},"user":"sebastianwoinar","tags":[]},"8445":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8446":{"varMapping":{"__isSmartRef__":true,"id":8447},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":8448},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8447":{"this":{"__isSmartRef__":true,"id":7538}},"8448":{"timestamp":{"__isSmartRef__":true,"id":8449},"user":"sebastianwoinar","tags":[]},"8449":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"8450":{"varMapping":{"__isSmartRef__":true,"id":8451},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8452},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8451":{"this":{"__isSmartRef__":true,"id":7538}},"8452":{"timestamp":{"__isSmartRef__":true,"id":8453},"user":"sebastianwoinar","tags":[]},"8453":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"8454":{"varMapping":{"__isSmartRef__":true,"id":8455},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":8456},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8455":{"this":{"__isSmartRef__":true,"id":7538}},"8456":{"timestamp":{"__isSmartRef__":true,"id":8457},"user":"sebastianwoinar","tags":[]},"8457":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"8458":{"varMapping":{"__isSmartRef__":true,"id":8459},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":8460},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8459":{"this":{"__isSmartRef__":true,"id":7538}},"8460":{"timestamp":{"__isSmartRef__":true,"id":8461},"user":"sebastianwoinar","tags":[]},"8461":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"8462":{"varMapping":{"__isSmartRef__":true,"id":8463},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":8464},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8463":{"this":{"__isSmartRef__":true,"id":7538}},"8464":{"timestamp":{"__isSmartRef__":true,"id":8465},"user":"sebastianwoinar","tags":[]},"8465":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"8466":{"varMapping":{"__isSmartRef__":true,"id":8467},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":8468},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8467":{"this":{"__isSmartRef__":true,"id":7538}},"8468":{"timestamp":{"__isSmartRef__":true,"id":8469},"user":"sebastianwoinar","tags":[]},"8469":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"8470":{"varMapping":{"__isSmartRef__":true,"id":8471},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":8472},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8471":{"this":{"__isSmartRef__":true,"id":7538}},"8472":{"timestamp":{"__isSmartRef__":true,"id":8473},"user":"sebastianwoinar","tags":[]},"8473":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"8474":{"varMapping":{"__isSmartRef__":true,"id":8475},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":8476},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8475":{"this":{"__isSmartRef__":true,"id":7538}},"8476":{"timestamp":{"__isSmartRef__":true,"id":8477},"user":"sebastianwoinar","tags":[]},"8477":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"8478":{"varMapping":{"__isSmartRef__":true,"id":8479},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":8480},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8479":{"this":{"__isSmartRef__":true,"id":7538}},"8480":{"timestamp":{"__isSmartRef__":true,"id":8481},"user":"sebastianwoinar","tags":[]},"8481":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"8482":{"varMapping":{"__isSmartRef__":true,"id":8483},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":8488},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8483":{"this":{"__isSmartRef__":true,"id":7538},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8484}},"8484":{"$super":{"__isSmartRef__":true,"id":8485}},"8485":{"varMapping":{"__isSmartRef__":true,"id":8486},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":8487},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8486":{"obj":{"__isSmartRef__":true,"id":7538},"name":"onMouseDown"},"8487":{},"8488":{"timestamp":{"__isSmartRef__":true,"id":8489},"user":"sebastianwoinar","tags":[]},"8489":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"8490":{"varMapping":{"__isSmartRef__":true,"id":8491},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":8492},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8491":{"this":{"__isSmartRef__":true,"id":7538}},"8492":{"timestamp":{"__isSmartRef__":true,"id":8493},"user":"sebastianwoinar","tags":[]},"8493":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"8494":{"varMapping":{"__isSmartRef__":true,"id":8495},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":8496},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8495":{"this":{"__isSmartRef__":true,"id":7538}},"8496":{"timestamp":{"__isSmartRef__":true,"id":8497},"user":"sebastianwoinar","tags":[]},"8497":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"8498":{"varMapping":{"__isSmartRef__":true,"id":8499},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8500},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8499":{"this":{"__isSmartRef__":true,"id":7538}},"8500":{"timestamp":{"__isSmartRef__":true,"id":8501},"user":"sebastianwoinar","tags":[]},"8501":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"8502":{"varMapping":{"__isSmartRef__":true,"id":8503},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":8504},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8503":{"this":{"__isSmartRef__":true,"id":7538}},"8504":{"timestamp":{"__isSmartRef__":true,"id":8505},"user":"sebastianwoinar","tags":[]},"8505":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"8506":{"varMapping":{"__isSmartRef__":true,"id":8507},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":8508},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8507":{"this":{"__isSmartRef__":true,"id":7538}},"8508":{"timestamp":{"__isSmartRef__":true,"id":8509},"user":"sebastianwoinar","tags":[]},"8509":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"8510":{"varMapping":{"__isSmartRef__":true,"id":8511},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8512},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8511":{"this":{"__isSmartRef__":true,"id":7538}},"8512":{"timestamp":{"__isSmartRef__":true,"id":8513},"user":"sebastianwoinar","tags":[]},"8513":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"8514":{"isActive":true,"alpha":13,"beta":10000000000000,"i":2,"m":13,"d":0},"8515":{"buildChildNodes":{"__isSmartRef__":true,"id":8516},"getGameTree":{"__isSmartRef__":true,"id":8520},"getLevel":{"__isSmartRef__":true,"id":8524},"getLevelWeight":{"__isSmartRef__":true,"id":8528},"getWeight":{"__isSmartRef__":true,"id":8532},"setNode":{"__isSmartRef__":true,"id":8536},"setParent":{"__isSmartRef__":true,"id":8540},"getParent":{"__isSmartRef__":true,"id":8544},"deactivate":{"__isSmartRef__":true,"id":8548},"blink":{"__isSmartRef__":true,"id":8552},"ABPreturn":{"__isSmartRef__":true,"id":8556},"ABPstart":{"__isSmartRef__":true,"id":8560},"ABPcontinue":{"__isSmartRef__":true,"id":8564},"ABPshowValue":{"__isSmartRef__":true,"id":8568},"ABPgetValue":{"__isSmartRef__":true,"id":8572},"ABPhasChildNodes":{"__isSmartRef__":true,"id":8576},"onMouseDown":{"__isSmartRef__":true,"id":8580},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":8588},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":8592},"ABPmarkAsDone":{"__isSmartRef__":true,"id":8596},"ABPmarkAsActive":{"__isSmartRef__":true,"id":8600},"getStateMorph":{"__isSmartRef__":true,"id":8604},"showState":{"__isSmartRef__":true,"id":8608}},"8516":{"varMapping":{"__isSmartRef__":true,"id":8517},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":8518},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8517":{"this":{"__isSmartRef__":true,"id":6660}},"8518":{"timestamp":{"__isSmartRef__":true,"id":8519},"user":"sebastianwoinar","tags":[]},"8519":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"8520":{"varMapping":{"__isSmartRef__":true,"id":8521},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":8522},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8521":{"this":{"__isSmartRef__":true,"id":6660}},"8522":{"timestamp":{"__isSmartRef__":true,"id":8523},"user":"sebastianwoinar","tags":[]},"8523":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8524":{"varMapping":{"__isSmartRef__":true,"id":8525},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":8526},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8525":{"this":{"__isSmartRef__":true,"id":6660}},"8526":{"timestamp":{"__isSmartRef__":true,"id":8527},"user":"sebastianwoinar","tags":[]},"8527":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8528":{"varMapping":{"__isSmartRef__":true,"id":8529},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8530},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8529":{"this":{"__isSmartRef__":true,"id":6660}},"8530":{"timestamp":{"__isSmartRef__":true,"id":8531},"user":"sebastianwoinar","tags":[]},"8531":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8532":{"varMapping":{"__isSmartRef__":true,"id":8533},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":8534},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8533":{"this":{"__isSmartRef__":true,"id":6660}},"8534":{"timestamp":{"__isSmartRef__":true,"id":8535},"user":"sebastianwoinar","tags":[]},"8535":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8536":{"varMapping":{"__isSmartRef__":true,"id":8537},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":8538},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8537":{"this":{"__isSmartRef__":true,"id":6660}},"8538":{"timestamp":{"__isSmartRef__":true,"id":8539},"user":"sebastianwoinar","tags":[]},"8539":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8540":{"varMapping":{"__isSmartRef__":true,"id":8541},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":8542},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8541":{"this":{"__isSmartRef__":true,"id":6660}},"8542":{"timestamp":{"__isSmartRef__":true,"id":8543},"user":"sebastianwoinar","tags":[]},"8543":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8544":{"varMapping":{"__isSmartRef__":true,"id":8545},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":8546},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8545":{"this":{"__isSmartRef__":true,"id":6660}},"8546":{"timestamp":{"__isSmartRef__":true,"id":8547},"user":"sebastianwoinar","tags":[]},"8547":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"8548":{"varMapping":{"__isSmartRef__":true,"id":8549},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8550},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8549":{"this":{"__isSmartRef__":true,"id":6660}},"8550":{"timestamp":{"__isSmartRef__":true,"id":8551},"user":"sebastianwoinar","tags":[]},"8551":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"8552":{"varMapping":{"__isSmartRef__":true,"id":8553},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":8554},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8553":{"this":{"__isSmartRef__":true,"id":6660}},"8554":{"timestamp":{"__isSmartRef__":true,"id":8555},"user":"sebastianwoinar","tags":[]},"8555":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"8556":{"varMapping":{"__isSmartRef__":true,"id":8557},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":8558},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8557":{"this":{"__isSmartRef__":true,"id":6660}},"8558":{"timestamp":{"__isSmartRef__":true,"id":8559},"user":"sebastianwoinar","tags":[]},"8559":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"8560":{"varMapping":{"__isSmartRef__":true,"id":8561},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":8562},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8561":{"this":{"__isSmartRef__":true,"id":6660}},"8562":{"timestamp":{"__isSmartRef__":true,"id":8563},"user":"sebastianwoinar","tags":[]},"8563":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"8564":{"varMapping":{"__isSmartRef__":true,"id":8565},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":8566},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8565":{"this":{"__isSmartRef__":true,"id":6660}},"8566":{"timestamp":{"__isSmartRef__":true,"id":8567},"user":"sebastianwoinar","tags":[]},"8567":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"8568":{"varMapping":{"__isSmartRef__":true,"id":8569},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":8570},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8569":{"this":{"__isSmartRef__":true,"id":6660}},"8570":{"timestamp":{"__isSmartRef__":true,"id":8571},"user":"sebastianwoinar","tags":[]},"8571":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"8572":{"varMapping":{"__isSmartRef__":true,"id":8573},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":8574},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8573":{"this":{"__isSmartRef__":true,"id":6660}},"8574":{"timestamp":{"__isSmartRef__":true,"id":8575},"user":"sebastianwoinar","tags":[]},"8575":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"8576":{"varMapping":{"__isSmartRef__":true,"id":8577},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":8578},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8577":{"this":{"__isSmartRef__":true,"id":6660}},"8578":{"timestamp":{"__isSmartRef__":true,"id":8579},"user":"sebastianwoinar","tags":[]},"8579":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"8580":{"varMapping":{"__isSmartRef__":true,"id":8581},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":8586},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8581":{"this":{"__isSmartRef__":true,"id":6660},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8582}},"8582":{"$super":{"__isSmartRef__":true,"id":8583}},"8583":{"varMapping":{"__isSmartRef__":true,"id":8584},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":8585},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8584":{"obj":{"__isSmartRef__":true,"id":6660},"name":"onMouseDown"},"8585":{},"8586":{"timestamp":{"__isSmartRef__":true,"id":8587},"user":"sebastianwoinar","tags":[]},"8587":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"8588":{"varMapping":{"__isSmartRef__":true,"id":8589},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":8590},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8589":{"this":{"__isSmartRef__":true,"id":6660}},"8590":{"timestamp":{"__isSmartRef__":true,"id":8591},"user":"sebastianwoinar","tags":[]},"8591":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"8592":{"varMapping":{"__isSmartRef__":true,"id":8593},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":8594},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8593":{"this":{"__isSmartRef__":true,"id":6660}},"8594":{"timestamp":{"__isSmartRef__":true,"id":8595},"user":"sebastianwoinar","tags":[]},"8595":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"8596":{"varMapping":{"__isSmartRef__":true,"id":8597},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8598},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8597":{"this":{"__isSmartRef__":true,"id":6660}},"8598":{"timestamp":{"__isSmartRef__":true,"id":8599},"user":"sebastianwoinar","tags":[]},"8599":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"8600":{"varMapping":{"__isSmartRef__":true,"id":8601},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":8602},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8601":{"this":{"__isSmartRef__":true,"id":6660}},"8602":{"timestamp":{"__isSmartRef__":true,"id":8603},"user":"sebastianwoinar","tags":[]},"8603":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"8604":{"varMapping":{"__isSmartRef__":true,"id":8605},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":8606},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8605":{"this":{"__isSmartRef__":true,"id":6660}},"8606":{"timestamp":{"__isSmartRef__":true,"id":8607},"user":"sebastianwoinar","tags":[]},"8607":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"8608":{"varMapping":{"__isSmartRef__":true,"id":8609},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8610},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8609":{"this":{"__isSmartRef__":true,"id":6660}},"8610":{"timestamp":{"__isSmartRef__":true,"id":8611},"user":"sebastianwoinar","tags":[]},"8611":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"8612":{"submorphs":[{"__isSmartRef__":true,"id":8613}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8630},"id":"464DB544-2625-4243-BD35-0C6BCF2D168A","eventHandler":{"__isSmartRef__":true,"id":8631},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":8632},"name":"node19","partsBinMetaInfo":{"__isSmartRef__":true,"id":8633},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6584},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":8636}],"parent":{"__isSmartRef__":true,"id":6526},"level":1,"abp":{"__isSmartRef__":true,"id":9490},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9491},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(406.1,110.0)"},"8613":{"submorphs":[],"scripts":[],"id":"813059CE-9A66-4223-B05C-4B321B8C9C8D","shape":{"__isSmartRef__":true,"id":8614},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":8615},"textChunks":[{"__isSmartRef__":true,"id":8627}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":8629},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":8612},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"8614":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"8615":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":8616},{"__isSmartRef__":true,"id":8618},{"__isSmartRef__":true,"id":8620},{"__isSmartRef__":true,"id":8622},{"__isSmartRef__":true,"id":8624}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":8626},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8616":{"date":{"__isSmartRef__":true,"id":8617},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"8617":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"8618":{"date":{"__isSmartRef__":true,"id":8619},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"8619":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"8620":{"date":{"__isSmartRef__":true,"id":8621},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"8621":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"8622":{"date":{"__isSmartRef__":true,"id":8623},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"8623":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"8624":{"date":{"__isSmartRef__":true,"id":8625},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"8625":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"8626":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"8627":{"style":{"__isSmartRef__":true,"id":8628},"chunkOwner":{"__isSmartRef__":true,"id":8613},"_id":"_3522","storedString":"13","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8628":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8629":{"morph":{"__isSmartRef__":true,"id":8613},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8630":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"8631":{"morph":{"__isSmartRef__":true,"id":8612},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8632":{},"8633":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":8634}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8634":{"date":{"__isSmartRef__":true,"id":8635},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"8635":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"8636":{"submorphs":[{"__isSmartRef__":true,"id":8637}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8654},"id":"24A84767-D4E4-40B6-B0F6-382A5B77E729","eventHandler":{"__isSmartRef__":true,"id":8655},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":8656},"name":"node20","partsBinMetaInfo":{"__isSmartRef__":true,"id":8657},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6586},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":8660},{"__isSmartRef__":true,"id":8904},{"__isSmartRef__":true,"id":9148},{"__isSmartRef__":true,"id":9270}],"parent":{"__isSmartRef__":true,"id":8612},"level":2,"abp":{"__isSmartRef__":true,"id":9392},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9393},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(452.9,160.0)"},"8637":{"submorphs":[],"scripts":[],"id":"7416CCB8-C166-4731-BBC0-003D3E306904","shape":{"__isSmartRef__":true,"id":8638},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":8639},"textChunks":[{"__isSmartRef__":true,"id":8651}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":8653},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":8636},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"8638":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"8639":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":8640},{"__isSmartRef__":true,"id":8642},{"__isSmartRef__":true,"id":8644},{"__isSmartRef__":true,"id":8646},{"__isSmartRef__":true,"id":8648}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":8650},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8640":{"date":{"__isSmartRef__":true,"id":8641},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"8641":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"8642":{"date":{"__isSmartRef__":true,"id":8643},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"8643":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"8644":{"date":{"__isSmartRef__":true,"id":8645},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"8645":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"8646":{"date":{"__isSmartRef__":true,"id":8647},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"8647":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"8648":{"date":{"__isSmartRef__":true,"id":8649},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"8649":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"8650":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"8651":{"style":{"__isSmartRef__":true,"id":8652},"chunkOwner":{"__isSmartRef__":true,"id":8637},"_id":"_3519","storedString":"-13","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8652":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8653":{"morph":{"__isSmartRef__":true,"id":8637},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8654":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"8655":{"morph":{"__isSmartRef__":true,"id":8636},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8656":{},"8657":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":8658}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8658":{"date":{"__isSmartRef__":true,"id":8659},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"8659":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"8660":{"submorphs":[{"__isSmartRef__":true,"id":8661}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8678},"id":"1735F37A-C034-4EF7-A120-C6BE7A3DC7B6","eventHandler":{"__isSmartRef__":true,"id":8679},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":8680},"name":"node21","partsBinMetaInfo":{"__isSmartRef__":true,"id":8681},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6588},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":8684}],"parent":{"__isSmartRef__":true,"id":8636},"level":3,"abp":{"__isSmartRef__":true,"id":8806},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8807},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(406.1,210.0)"},"8661":{"submorphs":[],"scripts":[],"id":"D594978B-1A5F-4D39-994D-395B6968E4B3","shape":{"__isSmartRef__":true,"id":8662},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":8663},"textChunks":[{"__isSmartRef__":true,"id":8675}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":8677},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":8660},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"8662":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"8663":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":8664},{"__isSmartRef__":true,"id":8666},{"__isSmartRef__":true,"id":8668},{"__isSmartRef__":true,"id":8670},{"__isSmartRef__":true,"id":8672}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":8674},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8664":{"date":{"__isSmartRef__":true,"id":8665},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"8665":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"8666":{"date":{"__isSmartRef__":true,"id":8667},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"8667":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"8668":{"date":{"__isSmartRef__":true,"id":8669},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"8669":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"8670":{"date":{"__isSmartRef__":true,"id":8671},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"8671":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"8672":{"date":{"__isSmartRef__":true,"id":8673},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"8673":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"8674":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"8675":{"style":{"__isSmartRef__":true,"id":8676},"chunkOwner":{"__isSmartRef__":true,"id":8661},"_id":"_3488","storedString":"24","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8676":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8677":{"morph":{"__isSmartRef__":true,"id":8661},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8678":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"8679":{"morph":{"__isSmartRef__":true,"id":8660},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8680":{},"8681":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":8682}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8682":{"date":{"__isSmartRef__":true,"id":8683},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"8683":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"8684":{"submorphs":[{"__isSmartRef__":true,"id":8685}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8702},"id":"5312B4F2-1FAF-4CF9-979E-49C4CD820BF5","eventHandler":{"__isSmartRef__":true,"id":8703},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":8704},"name":"node22","partsBinMetaInfo":{"__isSmartRef__":true,"id":8705},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6590},"owner":{"__isSmartRef__":true,"id":6525},"parent":{"__isSmartRef__":true,"id":8660},"level":4,"abp":{"__isSmartRef__":true,"id":8708},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8709},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(428.1,260.0)"},"8685":{"submorphs":[],"scripts":[],"id":"61D4E8A4-2CE5-422A-A7F0-F50BAA521B9B","shape":{"__isSmartRef__":true,"id":8686},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":8687},"textChunks":[{"__isSmartRef__":true,"id":8699}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":8701},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":8684},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"8686":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"8687":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":8688},{"__isSmartRef__":true,"id":8690},{"__isSmartRef__":true,"id":8692},{"__isSmartRef__":true,"id":8694},{"__isSmartRef__":true,"id":8696}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":8698},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8688":{"date":{"__isSmartRef__":true,"id":8689},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"8689":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"8690":{"date":{"__isSmartRef__":true,"id":8691},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"8691":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"8692":{"date":{"__isSmartRef__":true,"id":8693},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"8693":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"8694":{"date":{"__isSmartRef__":true,"id":8695},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"8695":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"8696":{"date":{"__isSmartRef__":true,"id":8697},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"8697":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"8698":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"8699":{"style":{"__isSmartRef__":true,"id":8700},"chunkOwner":{"__isSmartRef__":true,"id":8685},"_id":"_3485","storedString":"-24","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8700":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8701":{"morph":{"__isSmartRef__":true,"id":8685},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8702":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"8703":{"morph":{"__isSmartRef__":true,"id":8684},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8704":{},"8705":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":8706}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8706":{"date":{"__isSmartRef__":true,"id":8707},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"8707":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"8708":{"isActive":true,"alpha":-13,"beta":10000000000000,"i":0,"m":-24,"d":0},"8709":{"buildChildNodes":{"__isSmartRef__":true,"id":8710},"getGameTree":{"__isSmartRef__":true,"id":8714},"getLevel":{"__isSmartRef__":true,"id":8718},"getLevelWeight":{"__isSmartRef__":true,"id":8722},"getWeight":{"__isSmartRef__":true,"id":8726},"setNode":{"__isSmartRef__":true,"id":8730},"setParent":{"__isSmartRef__":true,"id":8734},"getParent":{"__isSmartRef__":true,"id":8738},"deactivate":{"__isSmartRef__":true,"id":8742},"blink":{"__isSmartRef__":true,"id":8746},"ABPreturn":{"__isSmartRef__":true,"id":8750},"ABPstart":{"__isSmartRef__":true,"id":8754},"ABPcontinue":{"__isSmartRef__":true,"id":8758},"ABPshowValue":{"__isSmartRef__":true,"id":8762},"ABPgetValue":{"__isSmartRef__":true,"id":8766},"ABPhasChildNodes":{"__isSmartRef__":true,"id":8770},"onMouseDown":{"__isSmartRef__":true,"id":8774},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":8782},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":8786},"ABPmarkAsDone":{"__isSmartRef__":true,"id":8790},"ABPmarkAsActive":{"__isSmartRef__":true,"id":8794},"getStateMorph":{"__isSmartRef__":true,"id":8798},"showState":{"__isSmartRef__":true,"id":8802}},"8710":{"varMapping":{"__isSmartRef__":true,"id":8711},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":8712},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8711":{"this":{"__isSmartRef__":true,"id":8684}},"8712":{"timestamp":{"__isSmartRef__":true,"id":8713},"user":"sebastianwoinar","tags":[]},"8713":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"8714":{"varMapping":{"__isSmartRef__":true,"id":8715},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":8716},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8715":{"this":{"__isSmartRef__":true,"id":8684}},"8716":{"timestamp":{"__isSmartRef__":true,"id":8717},"user":"sebastianwoinar","tags":[]},"8717":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8718":{"varMapping":{"__isSmartRef__":true,"id":8719},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":8720},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8719":{"this":{"__isSmartRef__":true,"id":8684}},"8720":{"timestamp":{"__isSmartRef__":true,"id":8721},"user":"sebastianwoinar","tags":[]},"8721":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8722":{"varMapping":{"__isSmartRef__":true,"id":8723},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8724},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8723":{"this":{"__isSmartRef__":true,"id":8684}},"8724":{"timestamp":{"__isSmartRef__":true,"id":8725},"user":"sebastianwoinar","tags":[]},"8725":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8726":{"varMapping":{"__isSmartRef__":true,"id":8727},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":8728},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8727":{"this":{"__isSmartRef__":true,"id":8684}},"8728":{"timestamp":{"__isSmartRef__":true,"id":8729},"user":"sebastianwoinar","tags":[]},"8729":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8730":{"varMapping":{"__isSmartRef__":true,"id":8731},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":8732},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8731":{"this":{"__isSmartRef__":true,"id":8684}},"8732":{"timestamp":{"__isSmartRef__":true,"id":8733},"user":"sebastianwoinar","tags":[]},"8733":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8734":{"varMapping":{"__isSmartRef__":true,"id":8735},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":8736},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8735":{"this":{"__isSmartRef__":true,"id":8684}},"8736":{"timestamp":{"__isSmartRef__":true,"id":8737},"user":"sebastianwoinar","tags":[]},"8737":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8738":{"varMapping":{"__isSmartRef__":true,"id":8739},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":8740},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8739":{"this":{"__isSmartRef__":true,"id":8684}},"8740":{"timestamp":{"__isSmartRef__":true,"id":8741},"user":"sebastianwoinar","tags":[]},"8741":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"8742":{"varMapping":{"__isSmartRef__":true,"id":8743},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8744},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8743":{"this":{"__isSmartRef__":true,"id":8684}},"8744":{"timestamp":{"__isSmartRef__":true,"id":8745},"user":"sebastianwoinar","tags":[]},"8745":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"8746":{"varMapping":{"__isSmartRef__":true,"id":8747},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":8748},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8747":{"this":{"__isSmartRef__":true,"id":8684}},"8748":{"timestamp":{"__isSmartRef__":true,"id":8749},"user":"sebastianwoinar","tags":[]},"8749":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"8750":{"varMapping":{"__isSmartRef__":true,"id":8751},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":8752},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8751":{"this":{"__isSmartRef__":true,"id":8684}},"8752":{"timestamp":{"__isSmartRef__":true,"id":8753},"user":"sebastianwoinar","tags":[]},"8753":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"8754":{"varMapping":{"__isSmartRef__":true,"id":8755},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":8756},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8755":{"this":{"__isSmartRef__":true,"id":8684}},"8756":{"timestamp":{"__isSmartRef__":true,"id":8757},"user":"sebastianwoinar","tags":[]},"8757":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"8758":{"varMapping":{"__isSmartRef__":true,"id":8759},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":8760},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8759":{"this":{"__isSmartRef__":true,"id":8684}},"8760":{"timestamp":{"__isSmartRef__":true,"id":8761},"user":"sebastianwoinar","tags":[]},"8761":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"8762":{"varMapping":{"__isSmartRef__":true,"id":8763},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":8764},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8763":{"this":{"__isSmartRef__":true,"id":8684}},"8764":{"timestamp":{"__isSmartRef__":true,"id":8765},"user":"sebastianwoinar","tags":[]},"8765":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"8766":{"varMapping":{"__isSmartRef__":true,"id":8767},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":8768},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8767":{"this":{"__isSmartRef__":true,"id":8684}},"8768":{"timestamp":{"__isSmartRef__":true,"id":8769},"user":"sebastianwoinar","tags":[]},"8769":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"8770":{"varMapping":{"__isSmartRef__":true,"id":8771},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":8772},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8771":{"this":{"__isSmartRef__":true,"id":8684}},"8772":{"timestamp":{"__isSmartRef__":true,"id":8773},"user":"sebastianwoinar","tags":[]},"8773":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"8774":{"varMapping":{"__isSmartRef__":true,"id":8775},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":8780},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8775":{"this":{"__isSmartRef__":true,"id":8684},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8776}},"8776":{"$super":{"__isSmartRef__":true,"id":8777}},"8777":{"varMapping":{"__isSmartRef__":true,"id":8778},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":8779},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8778":{"obj":{"__isSmartRef__":true,"id":8684},"name":"onMouseDown"},"8779":{},"8780":{"timestamp":{"__isSmartRef__":true,"id":8781},"user":"sebastianwoinar","tags":[]},"8781":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"8782":{"varMapping":{"__isSmartRef__":true,"id":8783},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":8784},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8783":{"this":{"__isSmartRef__":true,"id":8684}},"8784":{"timestamp":{"__isSmartRef__":true,"id":8785},"user":"sebastianwoinar","tags":[]},"8785":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"8786":{"varMapping":{"__isSmartRef__":true,"id":8787},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":8788},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8787":{"this":{"__isSmartRef__":true,"id":8684}},"8788":{"timestamp":{"__isSmartRef__":true,"id":8789},"user":"sebastianwoinar","tags":[]},"8789":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"8790":{"varMapping":{"__isSmartRef__":true,"id":8791},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8792},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8791":{"this":{"__isSmartRef__":true,"id":8684}},"8792":{"timestamp":{"__isSmartRef__":true,"id":8793},"user":"sebastianwoinar","tags":[]},"8793":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"8794":{"varMapping":{"__isSmartRef__":true,"id":8795},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":8796},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8795":{"this":{"__isSmartRef__":true,"id":8684}},"8796":{"timestamp":{"__isSmartRef__":true,"id":8797},"user":"sebastianwoinar","tags":[]},"8797":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"8798":{"varMapping":{"__isSmartRef__":true,"id":8799},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":8800},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8799":{"this":{"__isSmartRef__":true,"id":8684}},"8800":{"timestamp":{"__isSmartRef__":true,"id":8801},"user":"sebastianwoinar","tags":[]},"8801":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"8802":{"varMapping":{"__isSmartRef__":true,"id":8803},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8804},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8803":{"this":{"__isSmartRef__":true,"id":8684}},"8804":{"timestamp":{"__isSmartRef__":true,"id":8805},"user":"sebastianwoinar","tags":[]},"8805":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"8806":{"isActive":true,"alpha":24,"beta":13,"i":1,"m":24,"d":0},"8807":{"buildChildNodes":{"__isSmartRef__":true,"id":8808},"getGameTree":{"__isSmartRef__":true,"id":8812},"getLevel":{"__isSmartRef__":true,"id":8816},"getLevelWeight":{"__isSmartRef__":true,"id":8820},"getWeight":{"__isSmartRef__":true,"id":8824},"setNode":{"__isSmartRef__":true,"id":8828},"setParent":{"__isSmartRef__":true,"id":8832},"getParent":{"__isSmartRef__":true,"id":8836},"deactivate":{"__isSmartRef__":true,"id":8840},"blink":{"__isSmartRef__":true,"id":8844},"ABPreturn":{"__isSmartRef__":true,"id":8848},"ABPstart":{"__isSmartRef__":true,"id":8852},"ABPcontinue":{"__isSmartRef__":true,"id":8856},"ABPshowValue":{"__isSmartRef__":true,"id":8860},"ABPgetValue":{"__isSmartRef__":true,"id":8864},"ABPhasChildNodes":{"__isSmartRef__":true,"id":8868},"onMouseDown":{"__isSmartRef__":true,"id":8872},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":8880},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":8884},"ABPmarkAsDone":{"__isSmartRef__":true,"id":8888},"ABPmarkAsActive":{"__isSmartRef__":true,"id":8892},"getStateMorph":{"__isSmartRef__":true,"id":8896},"showState":{"__isSmartRef__":true,"id":8900}},"8808":{"varMapping":{"__isSmartRef__":true,"id":8809},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":8810},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8809":{"this":{"__isSmartRef__":true,"id":8660}},"8810":{"timestamp":{"__isSmartRef__":true,"id":8811},"user":"sebastianwoinar","tags":[]},"8811":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"8812":{"varMapping":{"__isSmartRef__":true,"id":8813},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":8814},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8813":{"this":{"__isSmartRef__":true,"id":8660}},"8814":{"timestamp":{"__isSmartRef__":true,"id":8815},"user":"sebastianwoinar","tags":[]},"8815":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8816":{"varMapping":{"__isSmartRef__":true,"id":8817},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":8818},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8817":{"this":{"__isSmartRef__":true,"id":8660}},"8818":{"timestamp":{"__isSmartRef__":true,"id":8819},"user":"sebastianwoinar","tags":[]},"8819":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8820":{"varMapping":{"__isSmartRef__":true,"id":8821},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8822},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8821":{"this":{"__isSmartRef__":true,"id":8660}},"8822":{"timestamp":{"__isSmartRef__":true,"id":8823},"user":"sebastianwoinar","tags":[]},"8823":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8824":{"varMapping":{"__isSmartRef__":true,"id":8825},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":8826},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8825":{"this":{"__isSmartRef__":true,"id":8660}},"8826":{"timestamp":{"__isSmartRef__":true,"id":8827},"user":"sebastianwoinar","tags":[]},"8827":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8828":{"varMapping":{"__isSmartRef__":true,"id":8829},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":8830},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8829":{"this":{"__isSmartRef__":true,"id":8660}},"8830":{"timestamp":{"__isSmartRef__":true,"id":8831},"user":"sebastianwoinar","tags":[]},"8831":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8832":{"varMapping":{"__isSmartRef__":true,"id":8833},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":8834},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8833":{"this":{"__isSmartRef__":true,"id":8660}},"8834":{"timestamp":{"__isSmartRef__":true,"id":8835},"user":"sebastianwoinar","tags":[]},"8835":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8836":{"varMapping":{"__isSmartRef__":true,"id":8837},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":8838},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8837":{"this":{"__isSmartRef__":true,"id":8660}},"8838":{"timestamp":{"__isSmartRef__":true,"id":8839},"user":"sebastianwoinar","tags":[]},"8839":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"8840":{"varMapping":{"__isSmartRef__":true,"id":8841},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8842},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8841":{"this":{"__isSmartRef__":true,"id":8660}},"8842":{"timestamp":{"__isSmartRef__":true,"id":8843},"user":"sebastianwoinar","tags":[]},"8843":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"8844":{"varMapping":{"__isSmartRef__":true,"id":8845},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":8846},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8845":{"this":{"__isSmartRef__":true,"id":8660}},"8846":{"timestamp":{"__isSmartRef__":true,"id":8847},"user":"sebastianwoinar","tags":[]},"8847":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"8848":{"varMapping":{"__isSmartRef__":true,"id":8849},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":8850},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8849":{"this":{"__isSmartRef__":true,"id":8660}},"8850":{"timestamp":{"__isSmartRef__":true,"id":8851},"user":"sebastianwoinar","tags":[]},"8851":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"8852":{"varMapping":{"__isSmartRef__":true,"id":8853},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":8854},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8853":{"this":{"__isSmartRef__":true,"id":8660}},"8854":{"timestamp":{"__isSmartRef__":true,"id":8855},"user":"sebastianwoinar","tags":[]},"8855":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"8856":{"varMapping":{"__isSmartRef__":true,"id":8857},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":8858},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8857":{"this":{"__isSmartRef__":true,"id":8660}},"8858":{"timestamp":{"__isSmartRef__":true,"id":8859},"user":"sebastianwoinar","tags":[]},"8859":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"8860":{"varMapping":{"__isSmartRef__":true,"id":8861},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":8862},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8861":{"this":{"__isSmartRef__":true,"id":8660}},"8862":{"timestamp":{"__isSmartRef__":true,"id":8863},"user":"sebastianwoinar","tags":[]},"8863":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"8864":{"varMapping":{"__isSmartRef__":true,"id":8865},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":8866},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8865":{"this":{"__isSmartRef__":true,"id":8660}},"8866":{"timestamp":{"__isSmartRef__":true,"id":8867},"user":"sebastianwoinar","tags":[]},"8867":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"8868":{"varMapping":{"__isSmartRef__":true,"id":8869},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":8870},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8869":{"this":{"__isSmartRef__":true,"id":8660}},"8870":{"timestamp":{"__isSmartRef__":true,"id":8871},"user":"sebastianwoinar","tags":[]},"8871":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"8872":{"varMapping":{"__isSmartRef__":true,"id":8873},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":8878},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8873":{"this":{"__isSmartRef__":true,"id":8660},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8874}},"8874":{"$super":{"__isSmartRef__":true,"id":8875}},"8875":{"varMapping":{"__isSmartRef__":true,"id":8876},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":8877},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8876":{"obj":{"__isSmartRef__":true,"id":8660},"name":"onMouseDown"},"8877":{},"8878":{"timestamp":{"__isSmartRef__":true,"id":8879},"user":"sebastianwoinar","tags":[]},"8879":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"8880":{"varMapping":{"__isSmartRef__":true,"id":8881},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":8882},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8881":{"this":{"__isSmartRef__":true,"id":8660}},"8882":{"timestamp":{"__isSmartRef__":true,"id":8883},"user":"sebastianwoinar","tags":[]},"8883":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"8884":{"varMapping":{"__isSmartRef__":true,"id":8885},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":8886},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8885":{"this":{"__isSmartRef__":true,"id":8660}},"8886":{"timestamp":{"__isSmartRef__":true,"id":8887},"user":"sebastianwoinar","tags":[]},"8887":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"8888":{"varMapping":{"__isSmartRef__":true,"id":8889},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8890},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8889":{"this":{"__isSmartRef__":true,"id":8660}},"8890":{"timestamp":{"__isSmartRef__":true,"id":8891},"user":"sebastianwoinar","tags":[]},"8891":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"8892":{"varMapping":{"__isSmartRef__":true,"id":8893},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":8894},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8893":{"this":{"__isSmartRef__":true,"id":8660}},"8894":{"timestamp":{"__isSmartRef__":true,"id":8895},"user":"sebastianwoinar","tags":[]},"8895":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"8896":{"varMapping":{"__isSmartRef__":true,"id":8897},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":8898},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8897":{"this":{"__isSmartRef__":true,"id":8660}},"8898":{"timestamp":{"__isSmartRef__":true,"id":8899},"user":"sebastianwoinar","tags":[]},"8899":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"8900":{"varMapping":{"__isSmartRef__":true,"id":8901},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8902},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8901":{"this":{"__isSmartRef__":true,"id":8660}},"8902":{"timestamp":{"__isSmartRef__":true,"id":8903},"user":"sebastianwoinar","tags":[]},"8903":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"8904":{"submorphs":[{"__isSmartRef__":true,"id":8905}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8922},"id":"AC9CE756-85D3-42F3-95D3-D2FBD649C793","eventHandler":{"__isSmartRef__":true,"id":8923},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":8924},"name":"node23","partsBinMetaInfo":{"__isSmartRef__":true,"id":8925},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6592},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":8928}],"parent":{"__isSmartRef__":true,"id":8636},"level":3,"abp":{"__isSmartRef__":true,"id":9050},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9051},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(447.7,210.0)"},"8905":{"submorphs":[],"scripts":[],"id":"E57F8AED-9531-40F3-A311-EED9EDB610A1","shape":{"__isSmartRef__":true,"id":8906},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":8907},"textChunks":[{"__isSmartRef__":true,"id":8919}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":8921},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":8904},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"8906":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"8907":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":8908},{"__isSmartRef__":true,"id":8910},{"__isSmartRef__":true,"id":8912},{"__isSmartRef__":true,"id":8914},{"__isSmartRef__":true,"id":8916}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":8918},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8908":{"date":{"__isSmartRef__":true,"id":8909},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"8909":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"8910":{"date":{"__isSmartRef__":true,"id":8911},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"8911":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"8912":{"date":{"__isSmartRef__":true,"id":8913},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"8913":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"8914":{"date":{"__isSmartRef__":true,"id":8915},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"8915":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"8916":{"date":{"__isSmartRef__":true,"id":8917},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"8917":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"8918":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"8919":{"style":{"__isSmartRef__":true,"id":8920},"chunkOwner":{"__isSmartRef__":true,"id":8905},"_id":"_3500","storedString":"20","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8920":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8921":{"morph":{"__isSmartRef__":true,"id":8905},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8922":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"8923":{"morph":{"__isSmartRef__":true,"id":8904},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8924":{},"8925":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":8926}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8926":{"date":{"__isSmartRef__":true,"id":8927},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"8927":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"8928":{"submorphs":[{"__isSmartRef__":true,"id":8929}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8946},"id":"6B2F1A92-2F76-4EC5-821C-15637E333820","eventHandler":{"__isSmartRef__":true,"id":8947},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":8948},"name":"node24","partsBinMetaInfo":{"__isSmartRef__":true,"id":8949},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6594},"owner":{"__isSmartRef__":true,"id":6525},"parent":{"__isSmartRef__":true,"id":8904},"level":4,"abp":{"__isSmartRef__":true,"id":8952},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8953},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(494.2,260.0)"},"8929":{"submorphs":[],"scripts":[],"id":"670B8646-1AAA-429B-B9DA-42045A5EF701","shape":{"__isSmartRef__":true,"id":8930},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":8931},"textChunks":[{"__isSmartRef__":true,"id":8943}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":8945},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":8928},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"8930":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"8931":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":8932},{"__isSmartRef__":true,"id":8934},{"__isSmartRef__":true,"id":8936},{"__isSmartRef__":true,"id":8938},{"__isSmartRef__":true,"id":8940}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":8942},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8932":{"date":{"__isSmartRef__":true,"id":8933},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"8933":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"8934":{"date":{"__isSmartRef__":true,"id":8935},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"8935":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"8936":{"date":{"__isSmartRef__":true,"id":8937},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"8937":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"8938":{"date":{"__isSmartRef__":true,"id":8939},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"8939":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"8940":{"date":{"__isSmartRef__":true,"id":8941},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"8941":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"8942":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"8943":{"style":{"__isSmartRef__":true,"id":8944},"chunkOwner":{"__isSmartRef__":true,"id":8929},"_id":"_3497","storedString":"-20","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8944":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8945":{"morph":{"__isSmartRef__":true,"id":8929},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8946":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"8947":{"morph":{"__isSmartRef__":true,"id":8928},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8948":{},"8949":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":8950}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8950":{"date":{"__isSmartRef__":true,"id":8951},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"8951":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"8952":{"isActive":true,"alpha":-13,"beta":10000000000000,"i":0,"m":-20,"d":0},"8953":{"buildChildNodes":{"__isSmartRef__":true,"id":8954},"getGameTree":{"__isSmartRef__":true,"id":8958},"getLevel":{"__isSmartRef__":true,"id":8962},"getLevelWeight":{"__isSmartRef__":true,"id":8966},"getWeight":{"__isSmartRef__":true,"id":8970},"setNode":{"__isSmartRef__":true,"id":8974},"setParent":{"__isSmartRef__":true,"id":8978},"getParent":{"__isSmartRef__":true,"id":8982},"deactivate":{"__isSmartRef__":true,"id":8986},"blink":{"__isSmartRef__":true,"id":8990},"ABPreturn":{"__isSmartRef__":true,"id":8994},"ABPstart":{"__isSmartRef__":true,"id":8998},"ABPcontinue":{"__isSmartRef__":true,"id":9002},"ABPshowValue":{"__isSmartRef__":true,"id":9006},"ABPgetValue":{"__isSmartRef__":true,"id":9010},"ABPhasChildNodes":{"__isSmartRef__":true,"id":9014},"onMouseDown":{"__isSmartRef__":true,"id":9018},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":9026},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":9030},"ABPmarkAsDone":{"__isSmartRef__":true,"id":9034},"ABPmarkAsActive":{"__isSmartRef__":true,"id":9038},"getStateMorph":{"__isSmartRef__":true,"id":9042},"showState":{"__isSmartRef__":true,"id":9046}},"8954":{"varMapping":{"__isSmartRef__":true,"id":8955},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":8956},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8955":{"this":{"__isSmartRef__":true,"id":8928}},"8956":{"timestamp":{"__isSmartRef__":true,"id":8957},"user":"sebastianwoinar","tags":[]},"8957":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"8958":{"varMapping":{"__isSmartRef__":true,"id":8959},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":8960},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8959":{"this":{"__isSmartRef__":true,"id":8928}},"8960":{"timestamp":{"__isSmartRef__":true,"id":8961},"user":"sebastianwoinar","tags":[]},"8961":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8962":{"varMapping":{"__isSmartRef__":true,"id":8963},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":8964},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8963":{"this":{"__isSmartRef__":true,"id":8928}},"8964":{"timestamp":{"__isSmartRef__":true,"id":8965},"user":"sebastianwoinar","tags":[]},"8965":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8966":{"varMapping":{"__isSmartRef__":true,"id":8967},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8968},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8967":{"this":{"__isSmartRef__":true,"id":8928}},"8968":{"timestamp":{"__isSmartRef__":true,"id":8969},"user":"sebastianwoinar","tags":[]},"8969":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8970":{"varMapping":{"__isSmartRef__":true,"id":8971},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":8972},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8971":{"this":{"__isSmartRef__":true,"id":8928}},"8972":{"timestamp":{"__isSmartRef__":true,"id":8973},"user":"sebastianwoinar","tags":[]},"8973":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8974":{"varMapping":{"__isSmartRef__":true,"id":8975},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":8976},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8975":{"this":{"__isSmartRef__":true,"id":8928}},"8976":{"timestamp":{"__isSmartRef__":true,"id":8977},"user":"sebastianwoinar","tags":[]},"8977":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8978":{"varMapping":{"__isSmartRef__":true,"id":8979},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":8980},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8979":{"this":{"__isSmartRef__":true,"id":8928}},"8980":{"timestamp":{"__isSmartRef__":true,"id":8981},"user":"sebastianwoinar","tags":[]},"8981":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"8982":{"varMapping":{"__isSmartRef__":true,"id":8983},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":8984},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8983":{"this":{"__isSmartRef__":true,"id":8928}},"8984":{"timestamp":{"__isSmartRef__":true,"id":8985},"user":"sebastianwoinar","tags":[]},"8985":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"8986":{"varMapping":{"__isSmartRef__":true,"id":8987},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":8988},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8987":{"this":{"__isSmartRef__":true,"id":8928}},"8988":{"timestamp":{"__isSmartRef__":true,"id":8989},"user":"sebastianwoinar","tags":[]},"8989":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"8990":{"varMapping":{"__isSmartRef__":true,"id":8991},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":8992},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8991":{"this":{"__isSmartRef__":true,"id":8928}},"8992":{"timestamp":{"__isSmartRef__":true,"id":8993},"user":"sebastianwoinar","tags":[]},"8993":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"8994":{"varMapping":{"__isSmartRef__":true,"id":8995},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":8996},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8995":{"this":{"__isSmartRef__":true,"id":8928}},"8996":{"timestamp":{"__isSmartRef__":true,"id":8997},"user":"sebastianwoinar","tags":[]},"8997":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"8998":{"varMapping":{"__isSmartRef__":true,"id":8999},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":9000},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8999":{"this":{"__isSmartRef__":true,"id":8928}},"9000":{"timestamp":{"__isSmartRef__":true,"id":9001},"user":"sebastianwoinar","tags":[]},"9001":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"9002":{"varMapping":{"__isSmartRef__":true,"id":9003},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":9004},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9003":{"this":{"__isSmartRef__":true,"id":8928}},"9004":{"timestamp":{"__isSmartRef__":true,"id":9005},"user":"sebastianwoinar","tags":[]},"9005":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"9006":{"varMapping":{"__isSmartRef__":true,"id":9007},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":9008},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9007":{"this":{"__isSmartRef__":true,"id":8928}},"9008":{"timestamp":{"__isSmartRef__":true,"id":9009},"user":"sebastianwoinar","tags":[]},"9009":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"9010":{"varMapping":{"__isSmartRef__":true,"id":9011},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":9012},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9011":{"this":{"__isSmartRef__":true,"id":8928}},"9012":{"timestamp":{"__isSmartRef__":true,"id":9013},"user":"sebastianwoinar","tags":[]},"9013":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"9014":{"varMapping":{"__isSmartRef__":true,"id":9015},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":9016},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9015":{"this":{"__isSmartRef__":true,"id":8928}},"9016":{"timestamp":{"__isSmartRef__":true,"id":9017},"user":"sebastianwoinar","tags":[]},"9017":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"9018":{"varMapping":{"__isSmartRef__":true,"id":9019},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":9024},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9019":{"this":{"__isSmartRef__":true,"id":8928},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9020}},"9020":{"$super":{"__isSmartRef__":true,"id":9021}},"9021":{"varMapping":{"__isSmartRef__":true,"id":9022},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9023},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9022":{"obj":{"__isSmartRef__":true,"id":8928},"name":"onMouseDown"},"9023":{},"9024":{"timestamp":{"__isSmartRef__":true,"id":9025},"user":"sebastianwoinar","tags":[]},"9025":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"9026":{"varMapping":{"__isSmartRef__":true,"id":9027},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":9028},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9027":{"this":{"__isSmartRef__":true,"id":8928}},"9028":{"timestamp":{"__isSmartRef__":true,"id":9029},"user":"sebastianwoinar","tags":[]},"9029":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"9030":{"varMapping":{"__isSmartRef__":true,"id":9031},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":9032},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9031":{"this":{"__isSmartRef__":true,"id":8928}},"9032":{"timestamp":{"__isSmartRef__":true,"id":9033},"user":"sebastianwoinar","tags":[]},"9033":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"9034":{"varMapping":{"__isSmartRef__":true,"id":9035},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":9036},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9035":{"this":{"__isSmartRef__":true,"id":8928}},"9036":{"timestamp":{"__isSmartRef__":true,"id":9037},"user":"sebastianwoinar","tags":[]},"9037":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"9038":{"varMapping":{"__isSmartRef__":true,"id":9039},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":9040},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9039":{"this":{"__isSmartRef__":true,"id":8928}},"9040":{"timestamp":{"__isSmartRef__":true,"id":9041},"user":"sebastianwoinar","tags":[]},"9041":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"9042":{"varMapping":{"__isSmartRef__":true,"id":9043},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":9044},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9043":{"this":{"__isSmartRef__":true,"id":8928}},"9044":{"timestamp":{"__isSmartRef__":true,"id":9045},"user":"sebastianwoinar","tags":[]},"9045":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"9046":{"varMapping":{"__isSmartRef__":true,"id":9047},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9048},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9047":{"this":{"__isSmartRef__":true,"id":8928}},"9048":{"timestamp":{"__isSmartRef__":true,"id":9049},"user":"sebastianwoinar","tags":[]},"9049":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"9050":{"isActive":true,"alpha":20,"beta":13,"i":1,"m":20,"d":0},"9051":{"buildChildNodes":{"__isSmartRef__":true,"id":9052},"getGameTree":{"__isSmartRef__":true,"id":9056},"getLevel":{"__isSmartRef__":true,"id":9060},"getLevelWeight":{"__isSmartRef__":true,"id":9064},"getWeight":{"__isSmartRef__":true,"id":9068},"setNode":{"__isSmartRef__":true,"id":9072},"setParent":{"__isSmartRef__":true,"id":9076},"getParent":{"__isSmartRef__":true,"id":9080},"deactivate":{"__isSmartRef__":true,"id":9084},"blink":{"__isSmartRef__":true,"id":9088},"ABPreturn":{"__isSmartRef__":true,"id":9092},"ABPstart":{"__isSmartRef__":true,"id":9096},"ABPcontinue":{"__isSmartRef__":true,"id":9100},"ABPshowValue":{"__isSmartRef__":true,"id":9104},"ABPgetValue":{"__isSmartRef__":true,"id":9108},"ABPhasChildNodes":{"__isSmartRef__":true,"id":9112},"onMouseDown":{"__isSmartRef__":true,"id":9116},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":9124},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":9128},"ABPmarkAsDone":{"__isSmartRef__":true,"id":9132},"ABPmarkAsActive":{"__isSmartRef__":true,"id":9136},"getStateMorph":{"__isSmartRef__":true,"id":9140},"showState":{"__isSmartRef__":true,"id":9144}},"9052":{"varMapping":{"__isSmartRef__":true,"id":9053},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":9054},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9053":{"this":{"__isSmartRef__":true,"id":8904}},"9054":{"timestamp":{"__isSmartRef__":true,"id":9055},"user":"sebastianwoinar","tags":[]},"9055":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"9056":{"varMapping":{"__isSmartRef__":true,"id":9057},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":9058},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9057":{"this":{"__isSmartRef__":true,"id":8904}},"9058":{"timestamp":{"__isSmartRef__":true,"id":9059},"user":"sebastianwoinar","tags":[]},"9059":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9060":{"varMapping":{"__isSmartRef__":true,"id":9061},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":9062},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9061":{"this":{"__isSmartRef__":true,"id":8904}},"9062":{"timestamp":{"__isSmartRef__":true,"id":9063},"user":"sebastianwoinar","tags":[]},"9063":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9064":{"varMapping":{"__isSmartRef__":true,"id":9065},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9066},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9065":{"this":{"__isSmartRef__":true,"id":8904}},"9066":{"timestamp":{"__isSmartRef__":true,"id":9067},"user":"sebastianwoinar","tags":[]},"9067":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9068":{"varMapping":{"__isSmartRef__":true,"id":9069},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":9070},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9069":{"this":{"__isSmartRef__":true,"id":8904}},"9070":{"timestamp":{"__isSmartRef__":true,"id":9071},"user":"sebastianwoinar","tags":[]},"9071":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9072":{"varMapping":{"__isSmartRef__":true,"id":9073},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":9074},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9073":{"this":{"__isSmartRef__":true,"id":8904}},"9074":{"timestamp":{"__isSmartRef__":true,"id":9075},"user":"sebastianwoinar","tags":[]},"9075":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9076":{"varMapping":{"__isSmartRef__":true,"id":9077},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":9078},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9077":{"this":{"__isSmartRef__":true,"id":8904}},"9078":{"timestamp":{"__isSmartRef__":true,"id":9079},"user":"sebastianwoinar","tags":[]},"9079":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9080":{"varMapping":{"__isSmartRef__":true,"id":9081},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":9082},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9081":{"this":{"__isSmartRef__":true,"id":8904}},"9082":{"timestamp":{"__isSmartRef__":true,"id":9083},"user":"sebastianwoinar","tags":[]},"9083":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"9084":{"varMapping":{"__isSmartRef__":true,"id":9085},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":9086},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9085":{"this":{"__isSmartRef__":true,"id":8904}},"9086":{"timestamp":{"__isSmartRef__":true,"id":9087},"user":"sebastianwoinar","tags":[]},"9087":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"9088":{"varMapping":{"__isSmartRef__":true,"id":9089},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":9090},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9089":{"this":{"__isSmartRef__":true,"id":8904}},"9090":{"timestamp":{"__isSmartRef__":true,"id":9091},"user":"sebastianwoinar","tags":[]},"9091":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"9092":{"varMapping":{"__isSmartRef__":true,"id":9093},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":9094},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9093":{"this":{"__isSmartRef__":true,"id":8904}},"9094":{"timestamp":{"__isSmartRef__":true,"id":9095},"user":"sebastianwoinar","tags":[]},"9095":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"9096":{"varMapping":{"__isSmartRef__":true,"id":9097},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":9098},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9097":{"this":{"__isSmartRef__":true,"id":8904}},"9098":{"timestamp":{"__isSmartRef__":true,"id":9099},"user":"sebastianwoinar","tags":[]},"9099":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"9100":{"varMapping":{"__isSmartRef__":true,"id":9101},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":9102},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9101":{"this":{"__isSmartRef__":true,"id":8904}},"9102":{"timestamp":{"__isSmartRef__":true,"id":9103},"user":"sebastianwoinar","tags":[]},"9103":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"9104":{"varMapping":{"__isSmartRef__":true,"id":9105},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":9106},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9105":{"this":{"__isSmartRef__":true,"id":8904}},"9106":{"timestamp":{"__isSmartRef__":true,"id":9107},"user":"sebastianwoinar","tags":[]},"9107":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"9108":{"varMapping":{"__isSmartRef__":true,"id":9109},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":9110},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9109":{"this":{"__isSmartRef__":true,"id":8904}},"9110":{"timestamp":{"__isSmartRef__":true,"id":9111},"user":"sebastianwoinar","tags":[]},"9111":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"9112":{"varMapping":{"__isSmartRef__":true,"id":9113},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":9114},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9113":{"this":{"__isSmartRef__":true,"id":8904}},"9114":{"timestamp":{"__isSmartRef__":true,"id":9115},"user":"sebastianwoinar","tags":[]},"9115":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"9116":{"varMapping":{"__isSmartRef__":true,"id":9117},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":9122},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9117":{"this":{"__isSmartRef__":true,"id":8904},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9118}},"9118":{"$super":{"__isSmartRef__":true,"id":9119}},"9119":{"varMapping":{"__isSmartRef__":true,"id":9120},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9121},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9120":{"obj":{"__isSmartRef__":true,"id":8904},"name":"onMouseDown"},"9121":{},"9122":{"timestamp":{"__isSmartRef__":true,"id":9123},"user":"sebastianwoinar","tags":[]},"9123":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"9124":{"varMapping":{"__isSmartRef__":true,"id":9125},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":9126},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9125":{"this":{"__isSmartRef__":true,"id":8904}},"9126":{"timestamp":{"__isSmartRef__":true,"id":9127},"user":"sebastianwoinar","tags":[]},"9127":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"9128":{"varMapping":{"__isSmartRef__":true,"id":9129},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":9130},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9129":{"this":{"__isSmartRef__":true,"id":8904}},"9130":{"timestamp":{"__isSmartRef__":true,"id":9131},"user":"sebastianwoinar","tags":[]},"9131":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"9132":{"varMapping":{"__isSmartRef__":true,"id":9133},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":9134},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9133":{"this":{"__isSmartRef__":true,"id":8904}},"9134":{"timestamp":{"__isSmartRef__":true,"id":9135},"user":"sebastianwoinar","tags":[]},"9135":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"9136":{"varMapping":{"__isSmartRef__":true,"id":9137},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":9138},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9137":{"this":{"__isSmartRef__":true,"id":8904}},"9138":{"timestamp":{"__isSmartRef__":true,"id":9139},"user":"sebastianwoinar","tags":[]},"9139":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"9140":{"varMapping":{"__isSmartRef__":true,"id":9141},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":9142},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9141":{"this":{"__isSmartRef__":true,"id":8904}},"9142":{"timestamp":{"__isSmartRef__":true,"id":9143},"user":"sebastianwoinar","tags":[]},"9143":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"9144":{"varMapping":{"__isSmartRef__":true,"id":9145},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9146},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9145":{"this":{"__isSmartRef__":true,"id":8904}},"9146":{"timestamp":{"__isSmartRef__":true,"id":9147},"user":"sebastianwoinar","tags":[]},"9147":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"9148":{"submorphs":[{"__isSmartRef__":true,"id":9149}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9166},"id":"93261C43-9AFD-478C-8520-9CDE8E46063F","eventHandler":{"__isSmartRef__":true,"id":9167},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":9168},"name":"node25","partsBinMetaInfo":{"__isSmartRef__":true,"id":9169},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6596},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[],"parent":{"__isSmartRef__":true,"id":8636},"level":3,"abp":{"__isSmartRef__":true,"id":9172},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9173},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(489.3,210.0)"},"9149":{"submorphs":[],"scripts":[],"id":"AFBDFD93-4DBD-40B4-A900-CDAF6C78A74F","shape":{"__isSmartRef__":true,"id":9150},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":9151},"textChunks":[{"__isSmartRef__":true,"id":9163}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":9165},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":9148},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"9150":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"9151":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":9152},{"__isSmartRef__":true,"id":9154},{"__isSmartRef__":true,"id":9156},{"__isSmartRef__":true,"id":9158},{"__isSmartRef__":true,"id":9160}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":9162},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9152":{"date":{"__isSmartRef__":true,"id":9153},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"9153":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"9154":{"date":{"__isSmartRef__":true,"id":9155},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"9155":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"9156":{"date":{"__isSmartRef__":true,"id":9157},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"9157":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"9158":{"date":{"__isSmartRef__":true,"id":9159},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"9159":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"9160":{"date":{"__isSmartRef__":true,"id":9161},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"9161":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"9162":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"9163":{"style":{"__isSmartRef__":true,"id":9164},"chunkOwner":{"__isSmartRef__":true,"id":9149},"_id":"_3507","storedString":"15","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9164":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9165":{"morph":{"__isSmartRef__":true,"id":9149},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9166":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"9167":{"morph":{"__isSmartRef__":true,"id":9148},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9168":{},"9169":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":9170}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9170":{"date":{"__isSmartRef__":true,"id":9171},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"9171":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"9172":{"isActive":true,"alpha":-10000000000000,"beta":13,"i":0,"m":15,"d":0},"9173":{"buildChildNodes":{"__isSmartRef__":true,"id":9174},"getGameTree":{"__isSmartRef__":true,"id":9178},"getLevel":{"__isSmartRef__":true,"id":9182},"getLevelWeight":{"__isSmartRef__":true,"id":9186},"getWeight":{"__isSmartRef__":true,"id":9190},"setNode":{"__isSmartRef__":true,"id":9194},"setParent":{"__isSmartRef__":true,"id":9198},"getParent":{"__isSmartRef__":true,"id":9202},"deactivate":{"__isSmartRef__":true,"id":9206},"blink":{"__isSmartRef__":true,"id":9210},"ABPreturn":{"__isSmartRef__":true,"id":9214},"ABPstart":{"__isSmartRef__":true,"id":9218},"ABPcontinue":{"__isSmartRef__":true,"id":9222},"ABPshowValue":{"__isSmartRef__":true,"id":9226},"ABPgetValue":{"__isSmartRef__":true,"id":9230},"ABPhasChildNodes":{"__isSmartRef__":true,"id":9234},"onMouseDown":{"__isSmartRef__":true,"id":9238},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":9246},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":9250},"ABPmarkAsDone":{"__isSmartRef__":true,"id":9254},"ABPmarkAsActive":{"__isSmartRef__":true,"id":9258},"getStateMorph":{"__isSmartRef__":true,"id":9262},"showState":{"__isSmartRef__":true,"id":9266}},"9174":{"varMapping":{"__isSmartRef__":true,"id":9175},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":9176},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9175":{"this":{"__isSmartRef__":true,"id":9148}},"9176":{"timestamp":{"__isSmartRef__":true,"id":9177},"user":"sebastianwoinar","tags":[]},"9177":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"9178":{"varMapping":{"__isSmartRef__":true,"id":9179},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":9180},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9179":{"this":{"__isSmartRef__":true,"id":9148}},"9180":{"timestamp":{"__isSmartRef__":true,"id":9181},"user":"sebastianwoinar","tags":[]},"9181":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9182":{"varMapping":{"__isSmartRef__":true,"id":9183},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":9184},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9183":{"this":{"__isSmartRef__":true,"id":9148}},"9184":{"timestamp":{"__isSmartRef__":true,"id":9185},"user":"sebastianwoinar","tags":[]},"9185":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9186":{"varMapping":{"__isSmartRef__":true,"id":9187},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9187":{"this":{"__isSmartRef__":true,"id":9148}},"9188":{"timestamp":{"__isSmartRef__":true,"id":9189},"user":"sebastianwoinar","tags":[]},"9189":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9190":{"varMapping":{"__isSmartRef__":true,"id":9191},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":9192},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9191":{"this":{"__isSmartRef__":true,"id":9148}},"9192":{"timestamp":{"__isSmartRef__":true,"id":9193},"user":"sebastianwoinar","tags":[]},"9193":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9194":{"varMapping":{"__isSmartRef__":true,"id":9195},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":9196},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9195":{"this":{"__isSmartRef__":true,"id":9148}},"9196":{"timestamp":{"__isSmartRef__":true,"id":9197},"user":"sebastianwoinar","tags":[]},"9197":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9198":{"varMapping":{"__isSmartRef__":true,"id":9199},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":9200},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9199":{"this":{"__isSmartRef__":true,"id":9148}},"9200":{"timestamp":{"__isSmartRef__":true,"id":9201},"user":"sebastianwoinar","tags":[]},"9201":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9202":{"varMapping":{"__isSmartRef__":true,"id":9203},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":9204},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9203":{"this":{"__isSmartRef__":true,"id":9148}},"9204":{"timestamp":{"__isSmartRef__":true,"id":9205},"user":"sebastianwoinar","tags":[]},"9205":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"9206":{"varMapping":{"__isSmartRef__":true,"id":9207},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":9208},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9207":{"this":{"__isSmartRef__":true,"id":9148}},"9208":{"timestamp":{"__isSmartRef__":true,"id":9209},"user":"sebastianwoinar","tags":[]},"9209":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"9210":{"varMapping":{"__isSmartRef__":true,"id":9211},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":9212},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9211":{"this":{"__isSmartRef__":true,"id":9148}},"9212":{"timestamp":{"__isSmartRef__":true,"id":9213},"user":"sebastianwoinar","tags":[]},"9213":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"9214":{"varMapping":{"__isSmartRef__":true,"id":9215},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":9216},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9215":{"this":{"__isSmartRef__":true,"id":9148}},"9216":{"timestamp":{"__isSmartRef__":true,"id":9217},"user":"sebastianwoinar","tags":[]},"9217":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"9218":{"varMapping":{"__isSmartRef__":true,"id":9219},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":9220},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9219":{"this":{"__isSmartRef__":true,"id":9148}},"9220":{"timestamp":{"__isSmartRef__":true,"id":9221},"user":"sebastianwoinar","tags":[]},"9221":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"9222":{"varMapping":{"__isSmartRef__":true,"id":9223},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":9224},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9223":{"this":{"__isSmartRef__":true,"id":9148}},"9224":{"timestamp":{"__isSmartRef__":true,"id":9225},"user":"sebastianwoinar","tags":[]},"9225":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"9226":{"varMapping":{"__isSmartRef__":true,"id":9227},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":9228},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9227":{"this":{"__isSmartRef__":true,"id":9148}},"9228":{"timestamp":{"__isSmartRef__":true,"id":9229},"user":"sebastianwoinar","tags":[]},"9229":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"9230":{"varMapping":{"__isSmartRef__":true,"id":9231},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":9232},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9231":{"this":{"__isSmartRef__":true,"id":9148}},"9232":{"timestamp":{"__isSmartRef__":true,"id":9233},"user":"sebastianwoinar","tags":[]},"9233":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"9234":{"varMapping":{"__isSmartRef__":true,"id":9235},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":9236},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9235":{"this":{"__isSmartRef__":true,"id":9148}},"9236":{"timestamp":{"__isSmartRef__":true,"id":9237},"user":"sebastianwoinar","tags":[]},"9237":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"9238":{"varMapping":{"__isSmartRef__":true,"id":9239},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":9244},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9239":{"this":{"__isSmartRef__":true,"id":9148},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9240}},"9240":{"$super":{"__isSmartRef__":true,"id":9241}},"9241":{"varMapping":{"__isSmartRef__":true,"id":9242},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9243},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9242":{"obj":{"__isSmartRef__":true,"id":9148},"name":"onMouseDown"},"9243":{},"9244":{"timestamp":{"__isSmartRef__":true,"id":9245},"user":"sebastianwoinar","tags":[]},"9245":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"9246":{"varMapping":{"__isSmartRef__":true,"id":9247},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":9248},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9247":{"this":{"__isSmartRef__":true,"id":9148}},"9248":{"timestamp":{"__isSmartRef__":true,"id":9249},"user":"sebastianwoinar","tags":[]},"9249":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"9250":{"varMapping":{"__isSmartRef__":true,"id":9251},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":9252},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9251":{"this":{"__isSmartRef__":true,"id":9148}},"9252":{"timestamp":{"__isSmartRef__":true,"id":9253},"user":"sebastianwoinar","tags":[]},"9253":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"9254":{"varMapping":{"__isSmartRef__":true,"id":9255},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":9256},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9255":{"this":{"__isSmartRef__":true,"id":9148}},"9256":{"timestamp":{"__isSmartRef__":true,"id":9257},"user":"sebastianwoinar","tags":[]},"9257":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"9258":{"varMapping":{"__isSmartRef__":true,"id":9259},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":9260},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9259":{"this":{"__isSmartRef__":true,"id":9148}},"9260":{"timestamp":{"__isSmartRef__":true,"id":9261},"user":"sebastianwoinar","tags":[]},"9261":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"9262":{"varMapping":{"__isSmartRef__":true,"id":9263},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":9264},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9263":{"this":{"__isSmartRef__":true,"id":9148}},"9264":{"timestamp":{"__isSmartRef__":true,"id":9265},"user":"sebastianwoinar","tags":[]},"9265":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"9266":{"varMapping":{"__isSmartRef__":true,"id":9267},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9268},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9267":{"this":{"__isSmartRef__":true,"id":9148}},"9268":{"timestamp":{"__isSmartRef__":true,"id":9269},"user":"sebastianwoinar","tags":[]},"9269":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"9270":{"submorphs":[{"__isSmartRef__":true,"id":9271}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9288},"id":"45AB87B2-09E6-4D2E-A656-0CB8C5610728","eventHandler":{"__isSmartRef__":true,"id":9289},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":9290},"name":"node26","partsBinMetaInfo":{"__isSmartRef__":true,"id":9291},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6598},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[],"parent":{"__isSmartRef__":true,"id":8636},"level":3,"abp":{"__isSmartRef__":true,"id":9294},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9295},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(530.9,210.0)"},"9271":{"submorphs":[],"scripts":[],"id":"5AD15331-C71E-477E-87B3-B4BFEB49082E","shape":{"__isSmartRef__":true,"id":9272},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":9273},"textChunks":[{"__isSmartRef__":true,"id":9285}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":9287},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":9270},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"9272":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"9273":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":9274},{"__isSmartRef__":true,"id":9276},{"__isSmartRef__":true,"id":9278},{"__isSmartRef__":true,"id":9280},{"__isSmartRef__":true,"id":9282}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":9284},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9274":{"date":{"__isSmartRef__":true,"id":9275},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"9275":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"9276":{"date":{"__isSmartRef__":true,"id":9277},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"9277":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"9278":{"date":{"__isSmartRef__":true,"id":9279},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"9279":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"9280":{"date":{"__isSmartRef__":true,"id":9281},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"9281":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"9282":{"date":{"__isSmartRef__":true,"id":9283},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"9283":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"9284":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"9285":{"style":{"__isSmartRef__":true,"id":9286},"chunkOwner":{"__isSmartRef__":true,"id":9271},"_id":"_3514","storedString":"25","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9286":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9287":{"morph":{"__isSmartRef__":true,"id":9271},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9288":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"9289":{"morph":{"__isSmartRef__":true,"id":9270},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9290":{},"9291":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":9292}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9292":{"date":{"__isSmartRef__":true,"id":9293},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"9293":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"9294":{"isActive":true,"alpha":-10000000000000,"beta":13,"i":0,"m":25,"d":0},"9295":{"buildChildNodes":{"__isSmartRef__":true,"id":9296},"getGameTree":{"__isSmartRef__":true,"id":9300},"getLevel":{"__isSmartRef__":true,"id":9304},"getLevelWeight":{"__isSmartRef__":true,"id":9308},"getWeight":{"__isSmartRef__":true,"id":9312},"setNode":{"__isSmartRef__":true,"id":9316},"setParent":{"__isSmartRef__":true,"id":9320},"getParent":{"__isSmartRef__":true,"id":9324},"deactivate":{"__isSmartRef__":true,"id":9328},"blink":{"__isSmartRef__":true,"id":9332},"ABPreturn":{"__isSmartRef__":true,"id":9336},"ABPstart":{"__isSmartRef__":true,"id":9340},"ABPcontinue":{"__isSmartRef__":true,"id":9344},"ABPshowValue":{"__isSmartRef__":true,"id":9348},"ABPgetValue":{"__isSmartRef__":true,"id":9352},"ABPhasChildNodes":{"__isSmartRef__":true,"id":9356},"onMouseDown":{"__isSmartRef__":true,"id":9360},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":9368},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":9372},"ABPmarkAsDone":{"__isSmartRef__":true,"id":9376},"ABPmarkAsActive":{"__isSmartRef__":true,"id":9380},"getStateMorph":{"__isSmartRef__":true,"id":9384},"showState":{"__isSmartRef__":true,"id":9388}},"9296":{"varMapping":{"__isSmartRef__":true,"id":9297},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":9298},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9297":{"this":{"__isSmartRef__":true,"id":9270}},"9298":{"timestamp":{"__isSmartRef__":true,"id":9299},"user":"sebastianwoinar","tags":[]},"9299":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"9300":{"varMapping":{"__isSmartRef__":true,"id":9301},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":9302},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9301":{"this":{"__isSmartRef__":true,"id":9270}},"9302":{"timestamp":{"__isSmartRef__":true,"id":9303},"user":"sebastianwoinar","tags":[]},"9303":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9304":{"varMapping":{"__isSmartRef__":true,"id":9305},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":9306},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9305":{"this":{"__isSmartRef__":true,"id":9270}},"9306":{"timestamp":{"__isSmartRef__":true,"id":9307},"user":"sebastianwoinar","tags":[]},"9307":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9308":{"varMapping":{"__isSmartRef__":true,"id":9309},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9309":{"this":{"__isSmartRef__":true,"id":9270}},"9310":{"timestamp":{"__isSmartRef__":true,"id":9311},"user":"sebastianwoinar","tags":[]},"9311":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9312":{"varMapping":{"__isSmartRef__":true,"id":9313},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":9314},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9313":{"this":{"__isSmartRef__":true,"id":9270}},"9314":{"timestamp":{"__isSmartRef__":true,"id":9315},"user":"sebastianwoinar","tags":[]},"9315":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9316":{"varMapping":{"__isSmartRef__":true,"id":9317},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":9318},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9317":{"this":{"__isSmartRef__":true,"id":9270}},"9318":{"timestamp":{"__isSmartRef__":true,"id":9319},"user":"sebastianwoinar","tags":[]},"9319":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9320":{"varMapping":{"__isSmartRef__":true,"id":9321},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":9322},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9321":{"this":{"__isSmartRef__":true,"id":9270}},"9322":{"timestamp":{"__isSmartRef__":true,"id":9323},"user":"sebastianwoinar","tags":[]},"9323":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9324":{"varMapping":{"__isSmartRef__":true,"id":9325},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":9326},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9325":{"this":{"__isSmartRef__":true,"id":9270}},"9326":{"timestamp":{"__isSmartRef__":true,"id":9327},"user":"sebastianwoinar","tags":[]},"9327":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"9328":{"varMapping":{"__isSmartRef__":true,"id":9329},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":9330},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9329":{"this":{"__isSmartRef__":true,"id":9270}},"9330":{"timestamp":{"__isSmartRef__":true,"id":9331},"user":"sebastianwoinar","tags":[]},"9331":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"9332":{"varMapping":{"__isSmartRef__":true,"id":9333},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":9334},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9333":{"this":{"__isSmartRef__":true,"id":9270}},"9334":{"timestamp":{"__isSmartRef__":true,"id":9335},"user":"sebastianwoinar","tags":[]},"9335":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"9336":{"varMapping":{"__isSmartRef__":true,"id":9337},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":9338},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9337":{"this":{"__isSmartRef__":true,"id":9270}},"9338":{"timestamp":{"__isSmartRef__":true,"id":9339},"user":"sebastianwoinar","tags":[]},"9339":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"9340":{"varMapping":{"__isSmartRef__":true,"id":9341},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":9342},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9341":{"this":{"__isSmartRef__":true,"id":9270}},"9342":{"timestamp":{"__isSmartRef__":true,"id":9343},"user":"sebastianwoinar","tags":[]},"9343":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"9344":{"varMapping":{"__isSmartRef__":true,"id":9345},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":9346},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9345":{"this":{"__isSmartRef__":true,"id":9270}},"9346":{"timestamp":{"__isSmartRef__":true,"id":9347},"user":"sebastianwoinar","tags":[]},"9347":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"9348":{"varMapping":{"__isSmartRef__":true,"id":9349},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":9350},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9349":{"this":{"__isSmartRef__":true,"id":9270}},"9350":{"timestamp":{"__isSmartRef__":true,"id":9351},"user":"sebastianwoinar","tags":[]},"9351":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"9352":{"varMapping":{"__isSmartRef__":true,"id":9353},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":9354},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9353":{"this":{"__isSmartRef__":true,"id":9270}},"9354":{"timestamp":{"__isSmartRef__":true,"id":9355},"user":"sebastianwoinar","tags":[]},"9355":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"9356":{"varMapping":{"__isSmartRef__":true,"id":9357},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":9358},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9357":{"this":{"__isSmartRef__":true,"id":9270}},"9358":{"timestamp":{"__isSmartRef__":true,"id":9359},"user":"sebastianwoinar","tags":[]},"9359":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"9360":{"varMapping":{"__isSmartRef__":true,"id":9361},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":9366},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9361":{"this":{"__isSmartRef__":true,"id":9270},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9362}},"9362":{"$super":{"__isSmartRef__":true,"id":9363}},"9363":{"varMapping":{"__isSmartRef__":true,"id":9364},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9365},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9364":{"obj":{"__isSmartRef__":true,"id":9270},"name":"onMouseDown"},"9365":{},"9366":{"timestamp":{"__isSmartRef__":true,"id":9367},"user":"sebastianwoinar","tags":[]},"9367":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"9368":{"varMapping":{"__isSmartRef__":true,"id":9369},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":9370},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9369":{"this":{"__isSmartRef__":true,"id":9270}},"9370":{"timestamp":{"__isSmartRef__":true,"id":9371},"user":"sebastianwoinar","tags":[]},"9371":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"9372":{"varMapping":{"__isSmartRef__":true,"id":9373},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":9374},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9373":{"this":{"__isSmartRef__":true,"id":9270}},"9374":{"timestamp":{"__isSmartRef__":true,"id":9375},"user":"sebastianwoinar","tags":[]},"9375":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"9376":{"varMapping":{"__isSmartRef__":true,"id":9377},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":9378},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9377":{"this":{"__isSmartRef__":true,"id":9270}},"9378":{"timestamp":{"__isSmartRef__":true,"id":9379},"user":"sebastianwoinar","tags":[]},"9379":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"9380":{"varMapping":{"__isSmartRef__":true,"id":9381},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":9382},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9381":{"this":{"__isSmartRef__":true,"id":9270}},"9382":{"timestamp":{"__isSmartRef__":true,"id":9383},"user":"sebastianwoinar","tags":[]},"9383":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"9384":{"varMapping":{"__isSmartRef__":true,"id":9385},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":9386},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9385":{"this":{"__isSmartRef__":true,"id":9270}},"9386":{"timestamp":{"__isSmartRef__":true,"id":9387},"user":"sebastianwoinar","tags":[]},"9387":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"9388":{"varMapping":{"__isSmartRef__":true,"id":9389},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9390},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9389":{"this":{"__isSmartRef__":true,"id":9270}},"9390":{"timestamp":{"__isSmartRef__":true,"id":9391},"user":"sebastianwoinar","tags":[]},"9391":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"9392":{"isActive":true,"alpha":-13,"beta":10000000000000,"i":4,"m":-13,"d":0},"9393":{"buildChildNodes":{"__isSmartRef__":true,"id":9394},"getGameTree":{"__isSmartRef__":true,"id":9398},"getLevel":{"__isSmartRef__":true,"id":9402},"getLevelWeight":{"__isSmartRef__":true,"id":9406},"getWeight":{"__isSmartRef__":true,"id":9410},"setNode":{"__isSmartRef__":true,"id":9414},"setParent":{"__isSmartRef__":true,"id":9418},"getParent":{"__isSmartRef__":true,"id":9422},"deactivate":{"__isSmartRef__":true,"id":9426},"blink":{"__isSmartRef__":true,"id":9430},"ABPreturn":{"__isSmartRef__":true,"id":9434},"ABPstart":{"__isSmartRef__":true,"id":9438},"ABPcontinue":{"__isSmartRef__":true,"id":9442},"ABPshowValue":{"__isSmartRef__":true,"id":9446},"ABPgetValue":{"__isSmartRef__":true,"id":9450},"ABPhasChildNodes":{"__isSmartRef__":true,"id":9454},"onMouseDown":{"__isSmartRef__":true,"id":9458},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":9466},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":9470},"ABPmarkAsDone":{"__isSmartRef__":true,"id":9474},"ABPmarkAsActive":{"__isSmartRef__":true,"id":9478},"getStateMorph":{"__isSmartRef__":true,"id":9482},"showState":{"__isSmartRef__":true,"id":9486}},"9394":{"varMapping":{"__isSmartRef__":true,"id":9395},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":9396},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9395":{"this":{"__isSmartRef__":true,"id":8636}},"9396":{"timestamp":{"__isSmartRef__":true,"id":9397},"user":"sebastianwoinar","tags":[]},"9397":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"9398":{"varMapping":{"__isSmartRef__":true,"id":9399},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":9400},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9399":{"this":{"__isSmartRef__":true,"id":8636}},"9400":{"timestamp":{"__isSmartRef__":true,"id":9401},"user":"sebastianwoinar","tags":[]},"9401":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9402":{"varMapping":{"__isSmartRef__":true,"id":9403},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":9404},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9403":{"this":{"__isSmartRef__":true,"id":8636}},"9404":{"timestamp":{"__isSmartRef__":true,"id":9405},"user":"sebastianwoinar","tags":[]},"9405":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9406":{"varMapping":{"__isSmartRef__":true,"id":9407},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9408},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9407":{"this":{"__isSmartRef__":true,"id":8636}},"9408":{"timestamp":{"__isSmartRef__":true,"id":9409},"user":"sebastianwoinar","tags":[]},"9409":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9410":{"varMapping":{"__isSmartRef__":true,"id":9411},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":9412},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9411":{"this":{"__isSmartRef__":true,"id":8636}},"9412":{"timestamp":{"__isSmartRef__":true,"id":9413},"user":"sebastianwoinar","tags":[]},"9413":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9414":{"varMapping":{"__isSmartRef__":true,"id":9415},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":9416},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9415":{"this":{"__isSmartRef__":true,"id":8636}},"9416":{"timestamp":{"__isSmartRef__":true,"id":9417},"user":"sebastianwoinar","tags":[]},"9417":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9418":{"varMapping":{"__isSmartRef__":true,"id":9419},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":9420},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9419":{"this":{"__isSmartRef__":true,"id":8636}},"9420":{"timestamp":{"__isSmartRef__":true,"id":9421},"user":"sebastianwoinar","tags":[]},"9421":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9422":{"varMapping":{"__isSmartRef__":true,"id":9423},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":9424},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9423":{"this":{"__isSmartRef__":true,"id":8636}},"9424":{"timestamp":{"__isSmartRef__":true,"id":9425},"user":"sebastianwoinar","tags":[]},"9425":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"9426":{"varMapping":{"__isSmartRef__":true,"id":9427},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":9428},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9427":{"this":{"__isSmartRef__":true,"id":8636}},"9428":{"timestamp":{"__isSmartRef__":true,"id":9429},"user":"sebastianwoinar","tags":[]},"9429":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"9430":{"varMapping":{"__isSmartRef__":true,"id":9431},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":9432},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9431":{"this":{"__isSmartRef__":true,"id":8636}},"9432":{"timestamp":{"__isSmartRef__":true,"id":9433},"user":"sebastianwoinar","tags":[]},"9433":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"9434":{"varMapping":{"__isSmartRef__":true,"id":9435},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":9436},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9435":{"this":{"__isSmartRef__":true,"id":8636}},"9436":{"timestamp":{"__isSmartRef__":true,"id":9437},"user":"sebastianwoinar","tags":[]},"9437":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"9438":{"varMapping":{"__isSmartRef__":true,"id":9439},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":9440},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9439":{"this":{"__isSmartRef__":true,"id":8636}},"9440":{"timestamp":{"__isSmartRef__":true,"id":9441},"user":"sebastianwoinar","tags":[]},"9441":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"9442":{"varMapping":{"__isSmartRef__":true,"id":9443},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":9444},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9443":{"this":{"__isSmartRef__":true,"id":8636}},"9444":{"timestamp":{"__isSmartRef__":true,"id":9445},"user":"sebastianwoinar","tags":[]},"9445":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"9446":{"varMapping":{"__isSmartRef__":true,"id":9447},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":9448},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9447":{"this":{"__isSmartRef__":true,"id":8636}},"9448":{"timestamp":{"__isSmartRef__":true,"id":9449},"user":"sebastianwoinar","tags":[]},"9449":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"9450":{"varMapping":{"__isSmartRef__":true,"id":9451},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":9452},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9451":{"this":{"__isSmartRef__":true,"id":8636}},"9452":{"timestamp":{"__isSmartRef__":true,"id":9453},"user":"sebastianwoinar","tags":[]},"9453":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"9454":{"varMapping":{"__isSmartRef__":true,"id":9455},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":9456},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9455":{"this":{"__isSmartRef__":true,"id":8636}},"9456":{"timestamp":{"__isSmartRef__":true,"id":9457},"user":"sebastianwoinar","tags":[]},"9457":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"9458":{"varMapping":{"__isSmartRef__":true,"id":9459},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":9464},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9459":{"this":{"__isSmartRef__":true,"id":8636},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9460}},"9460":{"$super":{"__isSmartRef__":true,"id":9461}},"9461":{"varMapping":{"__isSmartRef__":true,"id":9462},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9463},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9462":{"obj":{"__isSmartRef__":true,"id":8636},"name":"onMouseDown"},"9463":{},"9464":{"timestamp":{"__isSmartRef__":true,"id":9465},"user":"sebastianwoinar","tags":[]},"9465":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"9466":{"varMapping":{"__isSmartRef__":true,"id":9467},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":9468},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9467":{"this":{"__isSmartRef__":true,"id":8636}},"9468":{"timestamp":{"__isSmartRef__":true,"id":9469},"user":"sebastianwoinar","tags":[]},"9469":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"9470":{"varMapping":{"__isSmartRef__":true,"id":9471},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":9472},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9471":{"this":{"__isSmartRef__":true,"id":8636}},"9472":{"timestamp":{"__isSmartRef__":true,"id":9473},"user":"sebastianwoinar","tags":[]},"9473":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"9474":{"varMapping":{"__isSmartRef__":true,"id":9475},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":9476},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9475":{"this":{"__isSmartRef__":true,"id":8636}},"9476":{"timestamp":{"__isSmartRef__":true,"id":9477},"user":"sebastianwoinar","tags":[]},"9477":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"9478":{"varMapping":{"__isSmartRef__":true,"id":9479},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":9480},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9479":{"this":{"__isSmartRef__":true,"id":8636}},"9480":{"timestamp":{"__isSmartRef__":true,"id":9481},"user":"sebastianwoinar","tags":[]},"9481":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"9482":{"varMapping":{"__isSmartRef__":true,"id":9483},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":9484},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9483":{"this":{"__isSmartRef__":true,"id":8636}},"9484":{"timestamp":{"__isSmartRef__":true,"id":9485},"user":"sebastianwoinar","tags":[]},"9485":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"9486":{"varMapping":{"__isSmartRef__":true,"id":9487},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9488},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9487":{"this":{"__isSmartRef__":true,"id":8636}},"9488":{"timestamp":{"__isSmartRef__":true,"id":9489},"user":"sebastianwoinar","tags":[]},"9489":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"9490":{"isActive":true,"alpha":13,"beta":13,"i":1,"m":13,"d":0},"9491":{"buildChildNodes":{"__isSmartRef__":true,"id":9492},"getGameTree":{"__isSmartRef__":true,"id":9496},"getLevel":{"__isSmartRef__":true,"id":9500},"getLevelWeight":{"__isSmartRef__":true,"id":9504},"getWeight":{"__isSmartRef__":true,"id":9508},"setNode":{"__isSmartRef__":true,"id":9512},"setParent":{"__isSmartRef__":true,"id":9516},"getParent":{"__isSmartRef__":true,"id":9520},"deactivate":{"__isSmartRef__":true,"id":9524},"blink":{"__isSmartRef__":true,"id":9528},"ABPreturn":{"__isSmartRef__":true,"id":9532},"ABPstart":{"__isSmartRef__":true,"id":9536},"ABPcontinue":{"__isSmartRef__":true,"id":9540},"ABPshowValue":{"__isSmartRef__":true,"id":9544},"ABPgetValue":{"__isSmartRef__":true,"id":9548},"ABPhasChildNodes":{"__isSmartRef__":true,"id":9552},"onMouseDown":{"__isSmartRef__":true,"id":9556},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":9564},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":9568},"ABPmarkAsDone":{"__isSmartRef__":true,"id":9572},"ABPmarkAsActive":{"__isSmartRef__":true,"id":9576},"getStateMorph":{"__isSmartRef__":true,"id":9580},"showState":{"__isSmartRef__":true,"id":9584}},"9492":{"varMapping":{"__isSmartRef__":true,"id":9493},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":9494},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9493":{"this":{"__isSmartRef__":true,"id":8612}},"9494":{"timestamp":{"__isSmartRef__":true,"id":9495},"user":"sebastianwoinar","tags":[]},"9495":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"9496":{"varMapping":{"__isSmartRef__":true,"id":9497},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":9498},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9497":{"this":{"__isSmartRef__":true,"id":8612}},"9498":{"timestamp":{"__isSmartRef__":true,"id":9499},"user":"sebastianwoinar","tags":[]},"9499":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9500":{"varMapping":{"__isSmartRef__":true,"id":9501},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":9502},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9501":{"this":{"__isSmartRef__":true,"id":8612}},"9502":{"timestamp":{"__isSmartRef__":true,"id":9503},"user":"sebastianwoinar","tags":[]},"9503":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9504":{"varMapping":{"__isSmartRef__":true,"id":9505},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9506},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9505":{"this":{"__isSmartRef__":true,"id":8612}},"9506":{"timestamp":{"__isSmartRef__":true,"id":9507},"user":"sebastianwoinar","tags":[]},"9507":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9508":{"varMapping":{"__isSmartRef__":true,"id":9509},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":9510},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9509":{"this":{"__isSmartRef__":true,"id":8612}},"9510":{"timestamp":{"__isSmartRef__":true,"id":9511},"user":"sebastianwoinar","tags":[]},"9511":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9512":{"varMapping":{"__isSmartRef__":true,"id":9513},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":9514},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9513":{"this":{"__isSmartRef__":true,"id":8612}},"9514":{"timestamp":{"__isSmartRef__":true,"id":9515},"user":"sebastianwoinar","tags":[]},"9515":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9516":{"varMapping":{"__isSmartRef__":true,"id":9517},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":9518},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9517":{"this":{"__isSmartRef__":true,"id":8612}},"9518":{"timestamp":{"__isSmartRef__":true,"id":9519},"user":"sebastianwoinar","tags":[]},"9519":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9520":{"varMapping":{"__isSmartRef__":true,"id":9521},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":9522},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9521":{"this":{"__isSmartRef__":true,"id":8612}},"9522":{"timestamp":{"__isSmartRef__":true,"id":9523},"user":"sebastianwoinar","tags":[]},"9523":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"9524":{"varMapping":{"__isSmartRef__":true,"id":9525},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":9526},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9525":{"this":{"__isSmartRef__":true,"id":8612}},"9526":{"timestamp":{"__isSmartRef__":true,"id":9527},"user":"sebastianwoinar","tags":[]},"9527":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"9528":{"varMapping":{"__isSmartRef__":true,"id":9529},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":9530},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9529":{"this":{"__isSmartRef__":true,"id":8612}},"9530":{"timestamp":{"__isSmartRef__":true,"id":9531},"user":"sebastianwoinar","tags":[]},"9531":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"9532":{"varMapping":{"__isSmartRef__":true,"id":9533},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":9534},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9533":{"this":{"__isSmartRef__":true,"id":8612}},"9534":{"timestamp":{"__isSmartRef__":true,"id":9535},"user":"sebastianwoinar","tags":[]},"9535":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"9536":{"varMapping":{"__isSmartRef__":true,"id":9537},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":9538},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9537":{"this":{"__isSmartRef__":true,"id":8612}},"9538":{"timestamp":{"__isSmartRef__":true,"id":9539},"user":"sebastianwoinar","tags":[]},"9539":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"9540":{"varMapping":{"__isSmartRef__":true,"id":9541},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":9542},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9541":{"this":{"__isSmartRef__":true,"id":8612}},"9542":{"timestamp":{"__isSmartRef__":true,"id":9543},"user":"sebastianwoinar","tags":[]},"9543":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"9544":{"varMapping":{"__isSmartRef__":true,"id":9545},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":9546},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9545":{"this":{"__isSmartRef__":true,"id":8612}},"9546":{"timestamp":{"__isSmartRef__":true,"id":9547},"user":"sebastianwoinar","tags":[]},"9547":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"9548":{"varMapping":{"__isSmartRef__":true,"id":9549},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":9550},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9549":{"this":{"__isSmartRef__":true,"id":8612}},"9550":{"timestamp":{"__isSmartRef__":true,"id":9551},"user":"sebastianwoinar","tags":[]},"9551":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"9552":{"varMapping":{"__isSmartRef__":true,"id":9553},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":9554},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9553":{"this":{"__isSmartRef__":true,"id":8612}},"9554":{"timestamp":{"__isSmartRef__":true,"id":9555},"user":"sebastianwoinar","tags":[]},"9555":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"9556":{"varMapping":{"__isSmartRef__":true,"id":9557},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":9562},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9557":{"this":{"__isSmartRef__":true,"id":8612},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9558}},"9558":{"$super":{"__isSmartRef__":true,"id":9559}},"9559":{"varMapping":{"__isSmartRef__":true,"id":9560},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9561},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9560":{"obj":{"__isSmartRef__":true,"id":8612},"name":"onMouseDown"},"9561":{},"9562":{"timestamp":{"__isSmartRef__":true,"id":9563},"user":"sebastianwoinar","tags":[]},"9563":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"9564":{"varMapping":{"__isSmartRef__":true,"id":9565},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":9566},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9565":{"this":{"__isSmartRef__":true,"id":8612}},"9566":{"timestamp":{"__isSmartRef__":true,"id":9567},"user":"sebastianwoinar","tags":[]},"9567":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"9568":{"varMapping":{"__isSmartRef__":true,"id":9569},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":9570},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9569":{"this":{"__isSmartRef__":true,"id":8612}},"9570":{"timestamp":{"__isSmartRef__":true,"id":9571},"user":"sebastianwoinar","tags":[]},"9571":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"9572":{"varMapping":{"__isSmartRef__":true,"id":9573},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":9574},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9573":{"this":{"__isSmartRef__":true,"id":8612}},"9574":{"timestamp":{"__isSmartRef__":true,"id":9575},"user":"sebastianwoinar","tags":[]},"9575":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"9576":{"varMapping":{"__isSmartRef__":true,"id":9577},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":9578},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9577":{"this":{"__isSmartRef__":true,"id":8612}},"9578":{"timestamp":{"__isSmartRef__":true,"id":9579},"user":"sebastianwoinar","tags":[]},"9579":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"9580":{"varMapping":{"__isSmartRef__":true,"id":9581},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":9582},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9581":{"this":{"__isSmartRef__":true,"id":8612}},"9582":{"timestamp":{"__isSmartRef__":true,"id":9583},"user":"sebastianwoinar","tags":[]},"9583":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"9584":{"varMapping":{"__isSmartRef__":true,"id":9585},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9586},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9585":{"this":{"__isSmartRef__":true,"id":8612}},"9586":{"timestamp":{"__isSmartRef__":true,"id":9587},"user":"sebastianwoinar","tags":[]},"9587":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"9588":{"submorphs":[{"__isSmartRef__":true,"id":9589}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9606},"id":"80870127-4BE8-48E9-8BDA-3BE53B4249B0","eventHandler":{"__isSmartRef__":true,"id":9607},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":9608},"name":"node27","partsBinMetaInfo":{"__isSmartRef__":true,"id":9609},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6600},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":9612},{"__isSmartRef__":true,"id":10466}],"parent":{"__isSmartRef__":true,"id":6526},"level":1,"abp":{"__isSmartRef__":true,"id":11313},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11314},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(593.4,110.0)"},"9589":{"submorphs":[],"scripts":[],"id":"FDE499F1-EF8B-4E09-927A-7D2DE1348B1C","shape":{"__isSmartRef__":true,"id":9590},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":9591},"textChunks":[{"__isSmartRef__":true,"id":9603}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":9605},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":9588},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"9590":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"9591":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":9592},{"__isSmartRef__":true,"id":9594},{"__isSmartRef__":true,"id":9596},{"__isSmartRef__":true,"id":9598},{"__isSmartRef__":true,"id":9600}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":9602},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9592":{"date":{"__isSmartRef__":true,"id":9593},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"9593":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"9594":{"date":{"__isSmartRef__":true,"id":9595},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"9595":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"9596":{"date":{"__isSmartRef__":true,"id":9597},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"9597":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"9598":{"date":{"__isSmartRef__":true,"id":9599},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"9599":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"9600":{"date":{"__isSmartRef__":true,"id":9601},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"9601":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"9602":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"9603":{"style":{"__isSmartRef__":true,"id":9604},"chunkOwner":{"__isSmartRef__":true,"id":9589},"_id":"_3570","storedString":"13","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9604":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9605":{"morph":{"__isSmartRef__":true,"id":9589},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9606":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"9607":{"morph":{"__isSmartRef__":true,"id":9588},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9608":{},"9609":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":9610}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9610":{"date":{"__isSmartRef__":true,"id":9611},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"9611":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"9612":{"submorphs":[{"__isSmartRef__":true,"id":9613}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9630},"id":"E534E23F-05FF-4D87-A503-FB578FC54341","eventHandler":{"__isSmartRef__":true,"id":9631},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":9632},"name":"node28","partsBinMetaInfo":{"__isSmartRef__":true,"id":9633},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6602},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":9636},{"__isSmartRef__":true,"id":9880},{"__isSmartRef__":true,"id":10124}],"parent":{"__isSmartRef__":true,"id":9588},"level":2,"abp":{"__isSmartRef__":true,"id":10368},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10369},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(593.4,160.0)"},"9613":{"submorphs":[],"scripts":[],"id":"EB22BADC-7E9F-4DC1-B3A5-932432D89675","shape":{"__isSmartRef__":true,"id":9614},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":9615},"textChunks":[{"__isSmartRef__":true,"id":9627}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":9629},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":9612},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"9614":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"9615":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":9616},{"__isSmartRef__":true,"id":9618},{"__isSmartRef__":true,"id":9620},{"__isSmartRef__":true,"id":9622},{"__isSmartRef__":true,"id":9624}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":9626},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9616":{"date":{"__isSmartRef__":true,"id":9617},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"9617":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"9618":{"date":{"__isSmartRef__":true,"id":9619},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"9619":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"9620":{"date":{"__isSmartRef__":true,"id":9621},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"9621":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"9622":{"date":{"__isSmartRef__":true,"id":9623},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"9623":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"9624":{"date":{"__isSmartRef__":true,"id":9625},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"9625":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"9626":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"9627":{"style":{"__isSmartRef__":true,"id":9628},"chunkOwner":{"__isSmartRef__":true,"id":9613},"_id":"_3567","storedString":"-13","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9628":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9629":{"morph":{"__isSmartRef__":true,"id":9613},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9630":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"9631":{"morph":{"__isSmartRef__":true,"id":9612},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9632":{},"9633":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":9634}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9634":{"date":{"__isSmartRef__":true,"id":9635},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"9635":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"9636":{"submorphs":[{"__isSmartRef__":true,"id":9637}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9654},"id":"DDF24B17-3895-44FC-BE78-A6013C362826","eventHandler":{"__isSmartRef__":true,"id":9655},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":9656},"name":"node29","partsBinMetaInfo":{"__isSmartRef__":true,"id":9657},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6604},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":9660}],"parent":{"__isSmartRef__":true,"id":9612},"level":3,"abp":{"__isSmartRef__":true,"id":9782},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9783},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(572.5,210.0)"},"9637":{"submorphs":[],"scripts":[],"id":"F32C915A-0FF9-4EE0-8015-2CF7A7FD5632","shape":{"__isSmartRef__":true,"id":9638},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":9639},"textChunks":[{"__isSmartRef__":true,"id":9651}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":9653},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":9636},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"9638":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"9639":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":9640},{"__isSmartRef__":true,"id":9642},{"__isSmartRef__":true,"id":9644},{"__isSmartRef__":true,"id":9646},{"__isSmartRef__":true,"id":9648}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":9650},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9640":{"date":{"__isSmartRef__":true,"id":9641},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"9641":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"9642":{"date":{"__isSmartRef__":true,"id":9643},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"9643":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"9644":{"date":{"__isSmartRef__":true,"id":9645},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"9645":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"9646":{"date":{"__isSmartRef__":true,"id":9647},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"9647":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"9648":{"date":{"__isSmartRef__":true,"id":9649},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"9649":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"9650":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"9651":{"style":{"__isSmartRef__":true,"id":9652},"chunkOwner":{"__isSmartRef__":true,"id":9637},"_id":"_3538","storedString":"18","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9652":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9653":{"morph":{"__isSmartRef__":true,"id":9637},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9654":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"9655":{"morph":{"__isSmartRef__":true,"id":9636},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9656":{},"9657":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":9658}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9658":{"date":{"__isSmartRef__":true,"id":9659},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"9659":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"9660":{"submorphs":[{"__isSmartRef__":true,"id":9661}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9678},"id":"242A7BD2-A229-4FA3-8B70-4E33F303522D","eventHandler":{"__isSmartRef__":true,"id":9679},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":9680},"name":"node30","partsBinMetaInfo":{"__isSmartRef__":true,"id":9681},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6606},"owner":{"__isSmartRef__":true,"id":6525},"parent":{"__isSmartRef__":true,"id":9636},"level":4,"abp":{"__isSmartRef__":true,"id":9684},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9685},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(560.3,260.0)"},"9661":{"submorphs":[],"scripts":[],"id":"185D0EFE-83CF-48F4-9597-F5C71CFFE5B9","shape":{"__isSmartRef__":true,"id":9662},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":9663},"textChunks":[{"__isSmartRef__":true,"id":9675}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":9677},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":9660},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"9662":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"9663":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":9664},{"__isSmartRef__":true,"id":9666},{"__isSmartRef__":true,"id":9668},{"__isSmartRef__":true,"id":9670},{"__isSmartRef__":true,"id":9672}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":9674},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9664":{"date":{"__isSmartRef__":true,"id":9665},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"9665":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"9666":{"date":{"__isSmartRef__":true,"id":9667},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"9667":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"9668":{"date":{"__isSmartRef__":true,"id":9669},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"9669":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"9670":{"date":{"__isSmartRef__":true,"id":9671},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"9671":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"9672":{"date":{"__isSmartRef__":true,"id":9673},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"9673":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"9674":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"9675":{"style":{"__isSmartRef__":true,"id":9676},"chunkOwner":{"__isSmartRef__":true,"id":9661},"_id":"_3535","storedString":"-18","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9676":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9677":{"morph":{"__isSmartRef__":true,"id":9661},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9678":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"9679":{"morph":{"__isSmartRef__":true,"id":9660},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9680":{},"9681":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":9682}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9682":{"date":{"__isSmartRef__":true,"id":9683},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"9683":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"9684":{"isActive":true,"alpha":-13,"beta":10000000000000,"i":0,"m":-18,"d":0},"9685":{"buildChildNodes":{"__isSmartRef__":true,"id":9686},"getGameTree":{"__isSmartRef__":true,"id":9690},"getLevel":{"__isSmartRef__":true,"id":9694},"getLevelWeight":{"__isSmartRef__":true,"id":9698},"getWeight":{"__isSmartRef__":true,"id":9702},"setNode":{"__isSmartRef__":true,"id":9706},"setParent":{"__isSmartRef__":true,"id":9710},"getParent":{"__isSmartRef__":true,"id":9714},"deactivate":{"__isSmartRef__":true,"id":9718},"blink":{"__isSmartRef__":true,"id":9722},"ABPreturn":{"__isSmartRef__":true,"id":9726},"ABPstart":{"__isSmartRef__":true,"id":9730},"ABPcontinue":{"__isSmartRef__":true,"id":9734},"ABPshowValue":{"__isSmartRef__":true,"id":9738},"ABPgetValue":{"__isSmartRef__":true,"id":9742},"ABPhasChildNodes":{"__isSmartRef__":true,"id":9746},"onMouseDown":{"__isSmartRef__":true,"id":9750},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":9758},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":9762},"ABPmarkAsDone":{"__isSmartRef__":true,"id":9766},"ABPmarkAsActive":{"__isSmartRef__":true,"id":9770},"getStateMorph":{"__isSmartRef__":true,"id":9774},"showState":{"__isSmartRef__":true,"id":9778}},"9686":{"varMapping":{"__isSmartRef__":true,"id":9687},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":9688},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9687":{"this":{"__isSmartRef__":true,"id":9660}},"9688":{"timestamp":{"__isSmartRef__":true,"id":9689},"user":"sebastianwoinar","tags":[]},"9689":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"9690":{"varMapping":{"__isSmartRef__":true,"id":9691},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":9692},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9691":{"this":{"__isSmartRef__":true,"id":9660}},"9692":{"timestamp":{"__isSmartRef__":true,"id":9693},"user":"sebastianwoinar","tags":[]},"9693":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9694":{"varMapping":{"__isSmartRef__":true,"id":9695},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":9696},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9695":{"this":{"__isSmartRef__":true,"id":9660}},"9696":{"timestamp":{"__isSmartRef__":true,"id":9697},"user":"sebastianwoinar","tags":[]},"9697":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9698":{"varMapping":{"__isSmartRef__":true,"id":9699},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9700},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9699":{"this":{"__isSmartRef__":true,"id":9660}},"9700":{"timestamp":{"__isSmartRef__":true,"id":9701},"user":"sebastianwoinar","tags":[]},"9701":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9702":{"varMapping":{"__isSmartRef__":true,"id":9703},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":9704},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9703":{"this":{"__isSmartRef__":true,"id":9660}},"9704":{"timestamp":{"__isSmartRef__":true,"id":9705},"user":"sebastianwoinar","tags":[]},"9705":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9706":{"varMapping":{"__isSmartRef__":true,"id":9707},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":9708},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9707":{"this":{"__isSmartRef__":true,"id":9660}},"9708":{"timestamp":{"__isSmartRef__":true,"id":9709},"user":"sebastianwoinar","tags":[]},"9709":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9710":{"varMapping":{"__isSmartRef__":true,"id":9711},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":9712},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9711":{"this":{"__isSmartRef__":true,"id":9660}},"9712":{"timestamp":{"__isSmartRef__":true,"id":9713},"user":"sebastianwoinar","tags":[]},"9713":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9714":{"varMapping":{"__isSmartRef__":true,"id":9715},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":9716},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9715":{"this":{"__isSmartRef__":true,"id":9660}},"9716":{"timestamp":{"__isSmartRef__":true,"id":9717},"user":"sebastianwoinar","tags":[]},"9717":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"9718":{"varMapping":{"__isSmartRef__":true,"id":9719},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":9720},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9719":{"this":{"__isSmartRef__":true,"id":9660}},"9720":{"timestamp":{"__isSmartRef__":true,"id":9721},"user":"sebastianwoinar","tags":[]},"9721":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"9722":{"varMapping":{"__isSmartRef__":true,"id":9723},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":9724},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9723":{"this":{"__isSmartRef__":true,"id":9660}},"9724":{"timestamp":{"__isSmartRef__":true,"id":9725},"user":"sebastianwoinar","tags":[]},"9725":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"9726":{"varMapping":{"__isSmartRef__":true,"id":9727},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":9728},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9727":{"this":{"__isSmartRef__":true,"id":9660}},"9728":{"timestamp":{"__isSmartRef__":true,"id":9729},"user":"sebastianwoinar","tags":[]},"9729":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"9730":{"varMapping":{"__isSmartRef__":true,"id":9731},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":9732},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9731":{"this":{"__isSmartRef__":true,"id":9660}},"9732":{"timestamp":{"__isSmartRef__":true,"id":9733},"user":"sebastianwoinar","tags":[]},"9733":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"9734":{"varMapping":{"__isSmartRef__":true,"id":9735},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":9736},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9735":{"this":{"__isSmartRef__":true,"id":9660}},"9736":{"timestamp":{"__isSmartRef__":true,"id":9737},"user":"sebastianwoinar","tags":[]},"9737":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"9738":{"varMapping":{"__isSmartRef__":true,"id":9739},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":9740},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9739":{"this":{"__isSmartRef__":true,"id":9660}},"9740":{"timestamp":{"__isSmartRef__":true,"id":9741},"user":"sebastianwoinar","tags":[]},"9741":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"9742":{"varMapping":{"__isSmartRef__":true,"id":9743},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":9744},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9743":{"this":{"__isSmartRef__":true,"id":9660}},"9744":{"timestamp":{"__isSmartRef__":true,"id":9745},"user":"sebastianwoinar","tags":[]},"9745":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"9746":{"varMapping":{"__isSmartRef__":true,"id":9747},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":9748},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9747":{"this":{"__isSmartRef__":true,"id":9660}},"9748":{"timestamp":{"__isSmartRef__":true,"id":9749},"user":"sebastianwoinar","tags":[]},"9749":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"9750":{"varMapping":{"__isSmartRef__":true,"id":9751},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":9756},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9751":{"this":{"__isSmartRef__":true,"id":9660},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9752}},"9752":{"$super":{"__isSmartRef__":true,"id":9753}},"9753":{"varMapping":{"__isSmartRef__":true,"id":9754},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9755},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9754":{"obj":{"__isSmartRef__":true,"id":9660},"name":"onMouseDown"},"9755":{},"9756":{"timestamp":{"__isSmartRef__":true,"id":9757},"user":"sebastianwoinar","tags":[]},"9757":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"9758":{"varMapping":{"__isSmartRef__":true,"id":9759},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":9760},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9759":{"this":{"__isSmartRef__":true,"id":9660}},"9760":{"timestamp":{"__isSmartRef__":true,"id":9761},"user":"sebastianwoinar","tags":[]},"9761":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"9762":{"varMapping":{"__isSmartRef__":true,"id":9763},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":9764},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9763":{"this":{"__isSmartRef__":true,"id":9660}},"9764":{"timestamp":{"__isSmartRef__":true,"id":9765},"user":"sebastianwoinar","tags":[]},"9765":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"9766":{"varMapping":{"__isSmartRef__":true,"id":9767},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":9768},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9767":{"this":{"__isSmartRef__":true,"id":9660}},"9768":{"timestamp":{"__isSmartRef__":true,"id":9769},"user":"sebastianwoinar","tags":[]},"9769":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"9770":{"varMapping":{"__isSmartRef__":true,"id":9771},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":9772},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9771":{"this":{"__isSmartRef__":true,"id":9660}},"9772":{"timestamp":{"__isSmartRef__":true,"id":9773},"user":"sebastianwoinar","tags":[]},"9773":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"9774":{"varMapping":{"__isSmartRef__":true,"id":9775},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":9776},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9775":{"this":{"__isSmartRef__":true,"id":9660}},"9776":{"timestamp":{"__isSmartRef__":true,"id":9777},"user":"sebastianwoinar","tags":[]},"9777":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"9778":{"varMapping":{"__isSmartRef__":true,"id":9779},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9780},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9779":{"this":{"__isSmartRef__":true,"id":9660}},"9780":{"timestamp":{"__isSmartRef__":true,"id":9781},"user":"sebastianwoinar","tags":[]},"9781":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"9782":{"isActive":true,"alpha":18,"beta":13,"i":1,"m":18,"d":0},"9783":{"buildChildNodes":{"__isSmartRef__":true,"id":9784},"getGameTree":{"__isSmartRef__":true,"id":9788},"getLevel":{"__isSmartRef__":true,"id":9792},"getLevelWeight":{"__isSmartRef__":true,"id":9796},"getWeight":{"__isSmartRef__":true,"id":9800},"setNode":{"__isSmartRef__":true,"id":9804},"setParent":{"__isSmartRef__":true,"id":9808},"getParent":{"__isSmartRef__":true,"id":9812},"deactivate":{"__isSmartRef__":true,"id":9816},"blink":{"__isSmartRef__":true,"id":9820},"ABPreturn":{"__isSmartRef__":true,"id":9824},"ABPstart":{"__isSmartRef__":true,"id":9828},"ABPcontinue":{"__isSmartRef__":true,"id":9832},"ABPshowValue":{"__isSmartRef__":true,"id":9836},"ABPgetValue":{"__isSmartRef__":true,"id":9840},"ABPhasChildNodes":{"__isSmartRef__":true,"id":9844},"onMouseDown":{"__isSmartRef__":true,"id":9848},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":9856},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":9860},"ABPmarkAsDone":{"__isSmartRef__":true,"id":9864},"ABPmarkAsActive":{"__isSmartRef__":true,"id":9868},"getStateMorph":{"__isSmartRef__":true,"id":9872},"showState":{"__isSmartRef__":true,"id":9876}},"9784":{"varMapping":{"__isSmartRef__":true,"id":9785},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":9786},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9785":{"this":{"__isSmartRef__":true,"id":9636}},"9786":{"timestamp":{"__isSmartRef__":true,"id":9787},"user":"sebastianwoinar","tags":[]},"9787":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"9788":{"varMapping":{"__isSmartRef__":true,"id":9789},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":9790},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9789":{"this":{"__isSmartRef__":true,"id":9636}},"9790":{"timestamp":{"__isSmartRef__":true,"id":9791},"user":"sebastianwoinar","tags":[]},"9791":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9792":{"varMapping":{"__isSmartRef__":true,"id":9793},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":9794},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9793":{"this":{"__isSmartRef__":true,"id":9636}},"9794":{"timestamp":{"__isSmartRef__":true,"id":9795},"user":"sebastianwoinar","tags":[]},"9795":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9796":{"varMapping":{"__isSmartRef__":true,"id":9797},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9798},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9797":{"this":{"__isSmartRef__":true,"id":9636}},"9798":{"timestamp":{"__isSmartRef__":true,"id":9799},"user":"sebastianwoinar","tags":[]},"9799":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9800":{"varMapping":{"__isSmartRef__":true,"id":9801},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":9802},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9801":{"this":{"__isSmartRef__":true,"id":9636}},"9802":{"timestamp":{"__isSmartRef__":true,"id":9803},"user":"sebastianwoinar","tags":[]},"9803":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9804":{"varMapping":{"__isSmartRef__":true,"id":9805},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":9806},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9805":{"this":{"__isSmartRef__":true,"id":9636}},"9806":{"timestamp":{"__isSmartRef__":true,"id":9807},"user":"sebastianwoinar","tags":[]},"9807":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9808":{"varMapping":{"__isSmartRef__":true,"id":9809},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":9810},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9809":{"this":{"__isSmartRef__":true,"id":9636}},"9810":{"timestamp":{"__isSmartRef__":true,"id":9811},"user":"sebastianwoinar","tags":[]},"9811":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9812":{"varMapping":{"__isSmartRef__":true,"id":9813},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":9814},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9813":{"this":{"__isSmartRef__":true,"id":9636}},"9814":{"timestamp":{"__isSmartRef__":true,"id":9815},"user":"sebastianwoinar","tags":[]},"9815":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"9816":{"varMapping":{"__isSmartRef__":true,"id":9817},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":9818},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9817":{"this":{"__isSmartRef__":true,"id":9636}},"9818":{"timestamp":{"__isSmartRef__":true,"id":9819},"user":"sebastianwoinar","tags":[]},"9819":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"9820":{"varMapping":{"__isSmartRef__":true,"id":9821},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":9822},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9821":{"this":{"__isSmartRef__":true,"id":9636}},"9822":{"timestamp":{"__isSmartRef__":true,"id":9823},"user":"sebastianwoinar","tags":[]},"9823":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"9824":{"varMapping":{"__isSmartRef__":true,"id":9825},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":9826},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9825":{"this":{"__isSmartRef__":true,"id":9636}},"9826":{"timestamp":{"__isSmartRef__":true,"id":9827},"user":"sebastianwoinar","tags":[]},"9827":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"9828":{"varMapping":{"__isSmartRef__":true,"id":9829},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":9830},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9829":{"this":{"__isSmartRef__":true,"id":9636}},"9830":{"timestamp":{"__isSmartRef__":true,"id":9831},"user":"sebastianwoinar","tags":[]},"9831":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"9832":{"varMapping":{"__isSmartRef__":true,"id":9833},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":9834},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9833":{"this":{"__isSmartRef__":true,"id":9636}},"9834":{"timestamp":{"__isSmartRef__":true,"id":9835},"user":"sebastianwoinar","tags":[]},"9835":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"9836":{"varMapping":{"__isSmartRef__":true,"id":9837},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":9838},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9837":{"this":{"__isSmartRef__":true,"id":9636}},"9838":{"timestamp":{"__isSmartRef__":true,"id":9839},"user":"sebastianwoinar","tags":[]},"9839":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"9840":{"varMapping":{"__isSmartRef__":true,"id":9841},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":9842},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9841":{"this":{"__isSmartRef__":true,"id":9636}},"9842":{"timestamp":{"__isSmartRef__":true,"id":9843},"user":"sebastianwoinar","tags":[]},"9843":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"9844":{"varMapping":{"__isSmartRef__":true,"id":9845},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":9846},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9845":{"this":{"__isSmartRef__":true,"id":9636}},"9846":{"timestamp":{"__isSmartRef__":true,"id":9847},"user":"sebastianwoinar","tags":[]},"9847":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"9848":{"varMapping":{"__isSmartRef__":true,"id":9849},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":9854},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9849":{"this":{"__isSmartRef__":true,"id":9636},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9850}},"9850":{"$super":{"__isSmartRef__":true,"id":9851}},"9851":{"varMapping":{"__isSmartRef__":true,"id":9852},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9853},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9852":{"obj":{"__isSmartRef__":true,"id":9636},"name":"onMouseDown"},"9853":{},"9854":{"timestamp":{"__isSmartRef__":true,"id":9855},"user":"sebastianwoinar","tags":[]},"9855":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"9856":{"varMapping":{"__isSmartRef__":true,"id":9857},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":9858},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9857":{"this":{"__isSmartRef__":true,"id":9636}},"9858":{"timestamp":{"__isSmartRef__":true,"id":9859},"user":"sebastianwoinar","tags":[]},"9859":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"9860":{"varMapping":{"__isSmartRef__":true,"id":9861},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":9862},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9861":{"this":{"__isSmartRef__":true,"id":9636}},"9862":{"timestamp":{"__isSmartRef__":true,"id":9863},"user":"sebastianwoinar","tags":[]},"9863":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"9864":{"varMapping":{"__isSmartRef__":true,"id":9865},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":9866},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9865":{"this":{"__isSmartRef__":true,"id":9636}},"9866":{"timestamp":{"__isSmartRef__":true,"id":9867},"user":"sebastianwoinar","tags":[]},"9867":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"9868":{"varMapping":{"__isSmartRef__":true,"id":9869},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":9870},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9869":{"this":{"__isSmartRef__":true,"id":9636}},"9870":{"timestamp":{"__isSmartRef__":true,"id":9871},"user":"sebastianwoinar","tags":[]},"9871":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"9872":{"varMapping":{"__isSmartRef__":true,"id":9873},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":9874},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9873":{"this":{"__isSmartRef__":true,"id":9636}},"9874":{"timestamp":{"__isSmartRef__":true,"id":9875},"user":"sebastianwoinar","tags":[]},"9875":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"9876":{"varMapping":{"__isSmartRef__":true,"id":9877},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9878},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9877":{"this":{"__isSmartRef__":true,"id":9636}},"9878":{"timestamp":{"__isSmartRef__":true,"id":9879},"user":"sebastianwoinar","tags":[]},"9879":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"9880":{"submorphs":[{"__isSmartRef__":true,"id":9881}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9898},"id":"91FDDABD-C9BF-41A8-A180-918C8E1918E1","eventHandler":{"__isSmartRef__":true,"id":9899},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":9900},"name":"node31","partsBinMetaInfo":{"__isSmartRef__":true,"id":9901},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6608},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":9904}],"parent":{"__isSmartRef__":true,"id":9612},"level":3,"abp":{"__isSmartRef__":true,"id":10026},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10027},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(614.2,210.0)"},"9881":{"submorphs":[],"scripts":[],"id":"2EF8DBDF-70F1-4905-838D-2603F80024DC","shape":{"__isSmartRef__":true,"id":9882},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":9883},"textChunks":[{"__isSmartRef__":true,"id":9895}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":9897},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":9880},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"9882":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"9883":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":9884},{"__isSmartRef__":true,"id":9886},{"__isSmartRef__":true,"id":9888},{"__isSmartRef__":true,"id":9890},{"__isSmartRef__":true,"id":9892}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":9894},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9884":{"date":{"__isSmartRef__":true,"id":9885},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"9885":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"9886":{"date":{"__isSmartRef__":true,"id":9887},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"9887":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"9888":{"date":{"__isSmartRef__":true,"id":9889},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"9889":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"9890":{"date":{"__isSmartRef__":true,"id":9891},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"9891":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"9892":{"date":{"__isSmartRef__":true,"id":9893},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"9893":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"9894":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"9895":{"style":{"__isSmartRef__":true,"id":9896},"chunkOwner":{"__isSmartRef__":true,"id":9881},"_id":"_3550","storedString":"28","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9896":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9897":{"morph":{"__isSmartRef__":true,"id":9881},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9898":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"9899":{"morph":{"__isSmartRef__":true,"id":9880},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9900":{},"9901":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":9902}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9902":{"date":{"__isSmartRef__":true,"id":9903},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"9903":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"9904":{"submorphs":[{"__isSmartRef__":true,"id":9905}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9922},"id":"2D022CBF-3E4B-41CE-9701-468DB4C6CBC2","eventHandler":{"__isSmartRef__":true,"id":9923},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":9924},"name":"node32","partsBinMetaInfo":{"__isSmartRef__":true,"id":9925},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6610},"owner":{"__isSmartRef__":true,"id":6525},"parent":{"__isSmartRef__":true,"id":9880},"level":4,"abp":{"__isSmartRef__":true,"id":9928},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9929},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(626.4,260.0)"},"9905":{"submorphs":[],"scripts":[],"id":"00103C8E-ED1F-40F3-8A00-81A3D14A49A9","shape":{"__isSmartRef__":true,"id":9906},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":9907},"textChunks":[{"__isSmartRef__":true,"id":9919}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":9921},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":9904},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"9906":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"9907":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":9908},{"__isSmartRef__":true,"id":9910},{"__isSmartRef__":true,"id":9912},{"__isSmartRef__":true,"id":9914},{"__isSmartRef__":true,"id":9916}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":9918},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9908":{"date":{"__isSmartRef__":true,"id":9909},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"9909":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"9910":{"date":{"__isSmartRef__":true,"id":9911},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"9911":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"9912":{"date":{"__isSmartRef__":true,"id":9913},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"9913":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"9914":{"date":{"__isSmartRef__":true,"id":9915},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"9915":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"9916":{"date":{"__isSmartRef__":true,"id":9917},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"9917":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"9918":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"9919":{"style":{"__isSmartRef__":true,"id":9920},"chunkOwner":{"__isSmartRef__":true,"id":9905},"_id":"_3547","storedString":"-28","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9920":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9921":{"morph":{"__isSmartRef__":true,"id":9905},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9922":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"9923":{"morph":{"__isSmartRef__":true,"id":9904},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9924":{},"9925":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":9926}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9926":{"date":{"__isSmartRef__":true,"id":9927},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"9927":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"9928":{"isActive":true,"alpha":-13,"beta":10000000000000,"i":0,"m":-28,"d":0},"9929":{"buildChildNodes":{"__isSmartRef__":true,"id":9930},"getGameTree":{"__isSmartRef__":true,"id":9934},"getLevel":{"__isSmartRef__":true,"id":9938},"getLevelWeight":{"__isSmartRef__":true,"id":9942},"getWeight":{"__isSmartRef__":true,"id":9946},"setNode":{"__isSmartRef__":true,"id":9950},"setParent":{"__isSmartRef__":true,"id":9954},"getParent":{"__isSmartRef__":true,"id":9958},"deactivate":{"__isSmartRef__":true,"id":9962},"blink":{"__isSmartRef__":true,"id":9966},"ABPreturn":{"__isSmartRef__":true,"id":9970},"ABPstart":{"__isSmartRef__":true,"id":9974},"ABPcontinue":{"__isSmartRef__":true,"id":9978},"ABPshowValue":{"__isSmartRef__":true,"id":9982},"ABPgetValue":{"__isSmartRef__":true,"id":9986},"ABPhasChildNodes":{"__isSmartRef__":true,"id":9990},"onMouseDown":{"__isSmartRef__":true,"id":9994},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":10002},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":10006},"ABPmarkAsDone":{"__isSmartRef__":true,"id":10010},"ABPmarkAsActive":{"__isSmartRef__":true,"id":10014},"getStateMorph":{"__isSmartRef__":true,"id":10018},"showState":{"__isSmartRef__":true,"id":10022}},"9930":{"varMapping":{"__isSmartRef__":true,"id":9931},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":9932},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9931":{"this":{"__isSmartRef__":true,"id":9904}},"9932":{"timestamp":{"__isSmartRef__":true,"id":9933},"user":"sebastianwoinar","tags":[]},"9933":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"9934":{"varMapping":{"__isSmartRef__":true,"id":9935},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":9936},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9935":{"this":{"__isSmartRef__":true,"id":9904}},"9936":{"timestamp":{"__isSmartRef__":true,"id":9937},"user":"sebastianwoinar","tags":[]},"9937":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9938":{"varMapping":{"__isSmartRef__":true,"id":9939},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":9940},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9939":{"this":{"__isSmartRef__":true,"id":9904}},"9940":{"timestamp":{"__isSmartRef__":true,"id":9941},"user":"sebastianwoinar","tags":[]},"9941":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9942":{"varMapping":{"__isSmartRef__":true,"id":9943},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":9944},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9943":{"this":{"__isSmartRef__":true,"id":9904}},"9944":{"timestamp":{"__isSmartRef__":true,"id":9945},"user":"sebastianwoinar","tags":[]},"9945":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9946":{"varMapping":{"__isSmartRef__":true,"id":9947},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":9948},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9947":{"this":{"__isSmartRef__":true,"id":9904}},"9948":{"timestamp":{"__isSmartRef__":true,"id":9949},"user":"sebastianwoinar","tags":[]},"9949":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9950":{"varMapping":{"__isSmartRef__":true,"id":9951},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":9952},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9951":{"this":{"__isSmartRef__":true,"id":9904}},"9952":{"timestamp":{"__isSmartRef__":true,"id":9953},"user":"sebastianwoinar","tags":[]},"9953":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9954":{"varMapping":{"__isSmartRef__":true,"id":9955},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":9956},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9955":{"this":{"__isSmartRef__":true,"id":9904}},"9956":{"timestamp":{"__isSmartRef__":true,"id":9957},"user":"sebastianwoinar","tags":[]},"9957":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"9958":{"varMapping":{"__isSmartRef__":true,"id":9959},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":9960},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9959":{"this":{"__isSmartRef__":true,"id":9904}},"9960":{"timestamp":{"__isSmartRef__":true,"id":9961},"user":"sebastianwoinar","tags":[]},"9961":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"9962":{"varMapping":{"__isSmartRef__":true,"id":9963},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":9964},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9963":{"this":{"__isSmartRef__":true,"id":9904}},"9964":{"timestamp":{"__isSmartRef__":true,"id":9965},"user":"sebastianwoinar","tags":[]},"9965":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"9966":{"varMapping":{"__isSmartRef__":true,"id":9967},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":9968},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9967":{"this":{"__isSmartRef__":true,"id":9904}},"9968":{"timestamp":{"__isSmartRef__":true,"id":9969},"user":"sebastianwoinar","tags":[]},"9969":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"9970":{"varMapping":{"__isSmartRef__":true,"id":9971},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":9972},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9971":{"this":{"__isSmartRef__":true,"id":9904}},"9972":{"timestamp":{"__isSmartRef__":true,"id":9973},"user":"sebastianwoinar","tags":[]},"9973":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"9974":{"varMapping":{"__isSmartRef__":true,"id":9975},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":9976},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9975":{"this":{"__isSmartRef__":true,"id":9904}},"9976":{"timestamp":{"__isSmartRef__":true,"id":9977},"user":"sebastianwoinar","tags":[]},"9977":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"9978":{"varMapping":{"__isSmartRef__":true,"id":9979},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":9980},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9979":{"this":{"__isSmartRef__":true,"id":9904}},"9980":{"timestamp":{"__isSmartRef__":true,"id":9981},"user":"sebastianwoinar","tags":[]},"9981":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"9982":{"varMapping":{"__isSmartRef__":true,"id":9983},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":9984},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9983":{"this":{"__isSmartRef__":true,"id":9904}},"9984":{"timestamp":{"__isSmartRef__":true,"id":9985},"user":"sebastianwoinar","tags":[]},"9985":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"9986":{"varMapping":{"__isSmartRef__":true,"id":9987},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":9988},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9987":{"this":{"__isSmartRef__":true,"id":9904}},"9988":{"timestamp":{"__isSmartRef__":true,"id":9989},"user":"sebastianwoinar","tags":[]},"9989":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"9990":{"varMapping":{"__isSmartRef__":true,"id":9991},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":9992},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9991":{"this":{"__isSmartRef__":true,"id":9904}},"9992":{"timestamp":{"__isSmartRef__":true,"id":9993},"user":"sebastianwoinar","tags":[]},"9993":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"9994":{"varMapping":{"__isSmartRef__":true,"id":9995},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":10000},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9995":{"this":{"__isSmartRef__":true,"id":9904},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9996}},"9996":{"$super":{"__isSmartRef__":true,"id":9997}},"9997":{"varMapping":{"__isSmartRef__":true,"id":9998},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9999},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9998":{"obj":{"__isSmartRef__":true,"id":9904},"name":"onMouseDown"},"9999":{},"10000":{"timestamp":{"__isSmartRef__":true,"id":10001},"user":"sebastianwoinar","tags":[]},"10001":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"10002":{"varMapping":{"__isSmartRef__":true,"id":10003},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":10004},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10003":{"this":{"__isSmartRef__":true,"id":9904}},"10004":{"timestamp":{"__isSmartRef__":true,"id":10005},"user":"sebastianwoinar","tags":[]},"10005":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"10006":{"varMapping":{"__isSmartRef__":true,"id":10007},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":10008},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10007":{"this":{"__isSmartRef__":true,"id":9904}},"10008":{"timestamp":{"__isSmartRef__":true,"id":10009},"user":"sebastianwoinar","tags":[]},"10009":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"10010":{"varMapping":{"__isSmartRef__":true,"id":10011},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10012},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10011":{"this":{"__isSmartRef__":true,"id":9904}},"10012":{"timestamp":{"__isSmartRef__":true,"id":10013},"user":"sebastianwoinar","tags":[]},"10013":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"10014":{"varMapping":{"__isSmartRef__":true,"id":10015},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":10016},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10015":{"this":{"__isSmartRef__":true,"id":9904}},"10016":{"timestamp":{"__isSmartRef__":true,"id":10017},"user":"sebastianwoinar","tags":[]},"10017":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"10018":{"varMapping":{"__isSmartRef__":true,"id":10019},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":10020},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10019":{"this":{"__isSmartRef__":true,"id":9904}},"10020":{"timestamp":{"__isSmartRef__":true,"id":10021},"user":"sebastianwoinar","tags":[]},"10021":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"10022":{"varMapping":{"__isSmartRef__":true,"id":10023},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10024},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10023":{"this":{"__isSmartRef__":true,"id":9904}},"10024":{"timestamp":{"__isSmartRef__":true,"id":10025},"user":"sebastianwoinar","tags":[]},"10025":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"10026":{"isActive":true,"alpha":28,"beta":13,"i":1,"m":28,"d":0},"10027":{"buildChildNodes":{"__isSmartRef__":true,"id":10028},"getGameTree":{"__isSmartRef__":true,"id":10032},"getLevel":{"__isSmartRef__":true,"id":10036},"getLevelWeight":{"__isSmartRef__":true,"id":10040},"getWeight":{"__isSmartRef__":true,"id":10044},"setNode":{"__isSmartRef__":true,"id":10048},"setParent":{"__isSmartRef__":true,"id":10052},"getParent":{"__isSmartRef__":true,"id":10056},"deactivate":{"__isSmartRef__":true,"id":10060},"blink":{"__isSmartRef__":true,"id":10064},"ABPreturn":{"__isSmartRef__":true,"id":10068},"ABPstart":{"__isSmartRef__":true,"id":10072},"ABPcontinue":{"__isSmartRef__":true,"id":10076},"ABPshowValue":{"__isSmartRef__":true,"id":10080},"ABPgetValue":{"__isSmartRef__":true,"id":10084},"ABPhasChildNodes":{"__isSmartRef__":true,"id":10088},"onMouseDown":{"__isSmartRef__":true,"id":10092},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":10100},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":10104},"ABPmarkAsDone":{"__isSmartRef__":true,"id":10108},"ABPmarkAsActive":{"__isSmartRef__":true,"id":10112},"getStateMorph":{"__isSmartRef__":true,"id":10116},"showState":{"__isSmartRef__":true,"id":10120}},"10028":{"varMapping":{"__isSmartRef__":true,"id":10029},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":10030},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10029":{"this":{"__isSmartRef__":true,"id":9880}},"10030":{"timestamp":{"__isSmartRef__":true,"id":10031},"user":"sebastianwoinar","tags":[]},"10031":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"10032":{"varMapping":{"__isSmartRef__":true,"id":10033},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":10034},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10033":{"this":{"__isSmartRef__":true,"id":9880}},"10034":{"timestamp":{"__isSmartRef__":true,"id":10035},"user":"sebastianwoinar","tags":[]},"10035":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10036":{"varMapping":{"__isSmartRef__":true,"id":10037},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":10038},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10037":{"this":{"__isSmartRef__":true,"id":9880}},"10038":{"timestamp":{"__isSmartRef__":true,"id":10039},"user":"sebastianwoinar","tags":[]},"10039":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10040":{"varMapping":{"__isSmartRef__":true,"id":10041},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10042},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10041":{"this":{"__isSmartRef__":true,"id":9880}},"10042":{"timestamp":{"__isSmartRef__":true,"id":10043},"user":"sebastianwoinar","tags":[]},"10043":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10044":{"varMapping":{"__isSmartRef__":true,"id":10045},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":10046},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10045":{"this":{"__isSmartRef__":true,"id":9880}},"10046":{"timestamp":{"__isSmartRef__":true,"id":10047},"user":"sebastianwoinar","tags":[]},"10047":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10048":{"varMapping":{"__isSmartRef__":true,"id":10049},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":10050},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10049":{"this":{"__isSmartRef__":true,"id":9880}},"10050":{"timestamp":{"__isSmartRef__":true,"id":10051},"user":"sebastianwoinar","tags":[]},"10051":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10052":{"varMapping":{"__isSmartRef__":true,"id":10053},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":10054},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10053":{"this":{"__isSmartRef__":true,"id":9880}},"10054":{"timestamp":{"__isSmartRef__":true,"id":10055},"user":"sebastianwoinar","tags":[]},"10055":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10056":{"varMapping":{"__isSmartRef__":true,"id":10057},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":10058},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10057":{"this":{"__isSmartRef__":true,"id":9880}},"10058":{"timestamp":{"__isSmartRef__":true,"id":10059},"user":"sebastianwoinar","tags":[]},"10059":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"10060":{"varMapping":{"__isSmartRef__":true,"id":10061},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10062},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10061":{"this":{"__isSmartRef__":true,"id":9880}},"10062":{"timestamp":{"__isSmartRef__":true,"id":10063},"user":"sebastianwoinar","tags":[]},"10063":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"10064":{"varMapping":{"__isSmartRef__":true,"id":10065},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":10066},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10065":{"this":{"__isSmartRef__":true,"id":9880}},"10066":{"timestamp":{"__isSmartRef__":true,"id":10067},"user":"sebastianwoinar","tags":[]},"10067":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"10068":{"varMapping":{"__isSmartRef__":true,"id":10069},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":10070},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10069":{"this":{"__isSmartRef__":true,"id":9880}},"10070":{"timestamp":{"__isSmartRef__":true,"id":10071},"user":"sebastianwoinar","tags":[]},"10071":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"10072":{"varMapping":{"__isSmartRef__":true,"id":10073},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":10074},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10073":{"this":{"__isSmartRef__":true,"id":9880}},"10074":{"timestamp":{"__isSmartRef__":true,"id":10075},"user":"sebastianwoinar","tags":[]},"10075":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"10076":{"varMapping":{"__isSmartRef__":true,"id":10077},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":10078},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10077":{"this":{"__isSmartRef__":true,"id":9880}},"10078":{"timestamp":{"__isSmartRef__":true,"id":10079},"user":"sebastianwoinar","tags":[]},"10079":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"10080":{"varMapping":{"__isSmartRef__":true,"id":10081},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":10082},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10081":{"this":{"__isSmartRef__":true,"id":9880}},"10082":{"timestamp":{"__isSmartRef__":true,"id":10083},"user":"sebastianwoinar","tags":[]},"10083":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"10084":{"varMapping":{"__isSmartRef__":true,"id":10085},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":10086},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10085":{"this":{"__isSmartRef__":true,"id":9880}},"10086":{"timestamp":{"__isSmartRef__":true,"id":10087},"user":"sebastianwoinar","tags":[]},"10087":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"10088":{"varMapping":{"__isSmartRef__":true,"id":10089},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":10090},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10089":{"this":{"__isSmartRef__":true,"id":9880}},"10090":{"timestamp":{"__isSmartRef__":true,"id":10091},"user":"sebastianwoinar","tags":[]},"10091":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"10092":{"varMapping":{"__isSmartRef__":true,"id":10093},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":10098},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10093":{"this":{"__isSmartRef__":true,"id":9880},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10094}},"10094":{"$super":{"__isSmartRef__":true,"id":10095}},"10095":{"varMapping":{"__isSmartRef__":true,"id":10096},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10097},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10096":{"obj":{"__isSmartRef__":true,"id":9880},"name":"onMouseDown"},"10097":{},"10098":{"timestamp":{"__isSmartRef__":true,"id":10099},"user":"sebastianwoinar","tags":[]},"10099":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"10100":{"varMapping":{"__isSmartRef__":true,"id":10101},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":10102},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10101":{"this":{"__isSmartRef__":true,"id":9880}},"10102":{"timestamp":{"__isSmartRef__":true,"id":10103},"user":"sebastianwoinar","tags":[]},"10103":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"10104":{"varMapping":{"__isSmartRef__":true,"id":10105},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":10106},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10105":{"this":{"__isSmartRef__":true,"id":9880}},"10106":{"timestamp":{"__isSmartRef__":true,"id":10107},"user":"sebastianwoinar","tags":[]},"10107":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"10108":{"varMapping":{"__isSmartRef__":true,"id":10109},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10110},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10109":{"this":{"__isSmartRef__":true,"id":9880}},"10110":{"timestamp":{"__isSmartRef__":true,"id":10111},"user":"sebastianwoinar","tags":[]},"10111":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"10112":{"varMapping":{"__isSmartRef__":true,"id":10113},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":10114},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10113":{"this":{"__isSmartRef__":true,"id":9880}},"10114":{"timestamp":{"__isSmartRef__":true,"id":10115},"user":"sebastianwoinar","tags":[]},"10115":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"10116":{"varMapping":{"__isSmartRef__":true,"id":10117},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":10118},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10117":{"this":{"__isSmartRef__":true,"id":9880}},"10118":{"timestamp":{"__isSmartRef__":true,"id":10119},"user":"sebastianwoinar","tags":[]},"10119":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"10120":{"varMapping":{"__isSmartRef__":true,"id":10121},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10122},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10121":{"this":{"__isSmartRef__":true,"id":9880}},"10122":{"timestamp":{"__isSmartRef__":true,"id":10123},"user":"sebastianwoinar","tags":[]},"10123":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"10124":{"submorphs":[{"__isSmartRef__":true,"id":10125}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10142},"id":"4FE50AC3-0714-4A4E-831A-53A8DFCA319A","eventHandler":{"__isSmartRef__":true,"id":10143},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":10144},"name":"node33","partsBinMetaInfo":{"__isSmartRef__":true,"id":10145},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6612},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":10148}],"parent":{"__isSmartRef__":true,"id":9612},"level":3,"abp":{"__isSmartRef__":true,"id":10270},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10271},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(655.8,210.0)"},"10125":{"submorphs":[],"scripts":[],"id":"13C895B6-DE94-4E58-AF0F-CBB1DFA77923","shape":{"__isSmartRef__":true,"id":10126},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":10127},"textChunks":[{"__isSmartRef__":true,"id":10139}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":10141},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":10124},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"10126":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"10127":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":10128},{"__isSmartRef__":true,"id":10130},{"__isSmartRef__":true,"id":10132},{"__isSmartRef__":true,"id":10134},{"__isSmartRef__":true,"id":10136}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":10138},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10128":{"date":{"__isSmartRef__":true,"id":10129},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"10129":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"10130":{"date":{"__isSmartRef__":true,"id":10131},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"10131":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"10132":{"date":{"__isSmartRef__":true,"id":10133},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"10133":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"10134":{"date":{"__isSmartRef__":true,"id":10135},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"10135":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"10136":{"date":{"__isSmartRef__":true,"id":10137},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"10137":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"10138":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"10139":{"style":{"__isSmartRef__":true,"id":10140},"chunkOwner":{"__isSmartRef__":true,"id":10125},"_id":"_3562","storedString":"16","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10140":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10141":{"morph":{"__isSmartRef__":true,"id":10125},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10142":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"10143":{"morph":{"__isSmartRef__":true,"id":10124},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10144":{},"10145":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":10146}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10146":{"date":{"__isSmartRef__":true,"id":10147},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"10147":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"10148":{"submorphs":[{"__isSmartRef__":true,"id":10149}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10166},"id":"C60C4806-284C-474A-B45E-44C2F7E55DEE","eventHandler":{"__isSmartRef__":true,"id":10167},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":10168},"name":"node34","partsBinMetaInfo":{"__isSmartRef__":true,"id":10169},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6614},"owner":{"__isSmartRef__":true,"id":6525},"parent":{"__isSmartRef__":true,"id":10124},"level":4,"abp":{"__isSmartRef__":true,"id":10172},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10173},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(692.5,260.0)"},"10149":{"submorphs":[],"scripts":[],"id":"842036BB-1C34-4CDF-840B-6930268A85D4","shape":{"__isSmartRef__":true,"id":10150},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":10151},"textChunks":[{"__isSmartRef__":true,"id":10163}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":10165},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":10148},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"10150":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"10151":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":10152},{"__isSmartRef__":true,"id":10154},{"__isSmartRef__":true,"id":10156},{"__isSmartRef__":true,"id":10158},{"__isSmartRef__":true,"id":10160}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":10162},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10152":{"date":{"__isSmartRef__":true,"id":10153},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"10153":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"10154":{"date":{"__isSmartRef__":true,"id":10155},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"10155":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"10156":{"date":{"__isSmartRef__":true,"id":10157},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"10157":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"10158":{"date":{"__isSmartRef__":true,"id":10159},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"10159":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"10160":{"date":{"__isSmartRef__":true,"id":10161},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"10161":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"10162":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"10163":{"style":{"__isSmartRef__":true,"id":10164},"chunkOwner":{"__isSmartRef__":true,"id":10149},"_id":"_3559","storedString":"-16","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10164":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10165":{"morph":{"__isSmartRef__":true,"id":10149},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10166":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"10167":{"morph":{"__isSmartRef__":true,"id":10148},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10168":{},"10169":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":10170}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10170":{"date":{"__isSmartRef__":true,"id":10171},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"10171":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"10172":{"isActive":true,"alpha":-13,"beta":10000000000000,"i":0,"m":-16,"d":0},"10173":{"buildChildNodes":{"__isSmartRef__":true,"id":10174},"getGameTree":{"__isSmartRef__":true,"id":10178},"getLevel":{"__isSmartRef__":true,"id":10182},"getLevelWeight":{"__isSmartRef__":true,"id":10186},"getWeight":{"__isSmartRef__":true,"id":10190},"setNode":{"__isSmartRef__":true,"id":10194},"setParent":{"__isSmartRef__":true,"id":10198},"getParent":{"__isSmartRef__":true,"id":10202},"deactivate":{"__isSmartRef__":true,"id":10206},"blink":{"__isSmartRef__":true,"id":10210},"ABPreturn":{"__isSmartRef__":true,"id":10214},"ABPstart":{"__isSmartRef__":true,"id":10218},"ABPcontinue":{"__isSmartRef__":true,"id":10222},"ABPshowValue":{"__isSmartRef__":true,"id":10226},"ABPgetValue":{"__isSmartRef__":true,"id":10230},"ABPhasChildNodes":{"__isSmartRef__":true,"id":10234},"onMouseDown":{"__isSmartRef__":true,"id":10238},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":10246},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":10250},"ABPmarkAsDone":{"__isSmartRef__":true,"id":10254},"ABPmarkAsActive":{"__isSmartRef__":true,"id":10258},"getStateMorph":{"__isSmartRef__":true,"id":10262},"showState":{"__isSmartRef__":true,"id":10266}},"10174":{"varMapping":{"__isSmartRef__":true,"id":10175},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":10176},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10175":{"this":{"__isSmartRef__":true,"id":10148}},"10176":{"timestamp":{"__isSmartRef__":true,"id":10177},"user":"sebastianwoinar","tags":[]},"10177":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"10178":{"varMapping":{"__isSmartRef__":true,"id":10179},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":10180},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10179":{"this":{"__isSmartRef__":true,"id":10148}},"10180":{"timestamp":{"__isSmartRef__":true,"id":10181},"user":"sebastianwoinar","tags":[]},"10181":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10182":{"varMapping":{"__isSmartRef__":true,"id":10183},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":10184},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10183":{"this":{"__isSmartRef__":true,"id":10148}},"10184":{"timestamp":{"__isSmartRef__":true,"id":10185},"user":"sebastianwoinar","tags":[]},"10185":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10186":{"varMapping":{"__isSmartRef__":true,"id":10187},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10188},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10187":{"this":{"__isSmartRef__":true,"id":10148}},"10188":{"timestamp":{"__isSmartRef__":true,"id":10189},"user":"sebastianwoinar","tags":[]},"10189":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10190":{"varMapping":{"__isSmartRef__":true,"id":10191},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":10192},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10191":{"this":{"__isSmartRef__":true,"id":10148}},"10192":{"timestamp":{"__isSmartRef__":true,"id":10193},"user":"sebastianwoinar","tags":[]},"10193":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10194":{"varMapping":{"__isSmartRef__":true,"id":10195},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":10196},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10195":{"this":{"__isSmartRef__":true,"id":10148}},"10196":{"timestamp":{"__isSmartRef__":true,"id":10197},"user":"sebastianwoinar","tags":[]},"10197":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10198":{"varMapping":{"__isSmartRef__":true,"id":10199},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":10200},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10199":{"this":{"__isSmartRef__":true,"id":10148}},"10200":{"timestamp":{"__isSmartRef__":true,"id":10201},"user":"sebastianwoinar","tags":[]},"10201":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10202":{"varMapping":{"__isSmartRef__":true,"id":10203},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":10204},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10203":{"this":{"__isSmartRef__":true,"id":10148}},"10204":{"timestamp":{"__isSmartRef__":true,"id":10205},"user":"sebastianwoinar","tags":[]},"10205":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"10206":{"varMapping":{"__isSmartRef__":true,"id":10207},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10208},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10207":{"this":{"__isSmartRef__":true,"id":10148}},"10208":{"timestamp":{"__isSmartRef__":true,"id":10209},"user":"sebastianwoinar","tags":[]},"10209":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"10210":{"varMapping":{"__isSmartRef__":true,"id":10211},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":10212},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10211":{"this":{"__isSmartRef__":true,"id":10148}},"10212":{"timestamp":{"__isSmartRef__":true,"id":10213},"user":"sebastianwoinar","tags":[]},"10213":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"10214":{"varMapping":{"__isSmartRef__":true,"id":10215},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":10216},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10215":{"this":{"__isSmartRef__":true,"id":10148}},"10216":{"timestamp":{"__isSmartRef__":true,"id":10217},"user":"sebastianwoinar","tags":[]},"10217":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"10218":{"varMapping":{"__isSmartRef__":true,"id":10219},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":10220},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10219":{"this":{"__isSmartRef__":true,"id":10148}},"10220":{"timestamp":{"__isSmartRef__":true,"id":10221},"user":"sebastianwoinar","tags":[]},"10221":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"10222":{"varMapping":{"__isSmartRef__":true,"id":10223},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":10224},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10223":{"this":{"__isSmartRef__":true,"id":10148}},"10224":{"timestamp":{"__isSmartRef__":true,"id":10225},"user":"sebastianwoinar","tags":[]},"10225":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"10226":{"varMapping":{"__isSmartRef__":true,"id":10227},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":10228},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10227":{"this":{"__isSmartRef__":true,"id":10148}},"10228":{"timestamp":{"__isSmartRef__":true,"id":10229},"user":"sebastianwoinar","tags":[]},"10229":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"10230":{"varMapping":{"__isSmartRef__":true,"id":10231},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":10232},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10231":{"this":{"__isSmartRef__":true,"id":10148}},"10232":{"timestamp":{"__isSmartRef__":true,"id":10233},"user":"sebastianwoinar","tags":[]},"10233":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"10234":{"varMapping":{"__isSmartRef__":true,"id":10235},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":10236},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10235":{"this":{"__isSmartRef__":true,"id":10148}},"10236":{"timestamp":{"__isSmartRef__":true,"id":10237},"user":"sebastianwoinar","tags":[]},"10237":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"10238":{"varMapping":{"__isSmartRef__":true,"id":10239},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":10244},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10239":{"this":{"__isSmartRef__":true,"id":10148},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10240}},"10240":{"$super":{"__isSmartRef__":true,"id":10241}},"10241":{"varMapping":{"__isSmartRef__":true,"id":10242},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10243},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10242":{"obj":{"__isSmartRef__":true,"id":10148},"name":"onMouseDown"},"10243":{},"10244":{"timestamp":{"__isSmartRef__":true,"id":10245},"user":"sebastianwoinar","tags":[]},"10245":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"10246":{"varMapping":{"__isSmartRef__":true,"id":10247},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":10248},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10247":{"this":{"__isSmartRef__":true,"id":10148}},"10248":{"timestamp":{"__isSmartRef__":true,"id":10249},"user":"sebastianwoinar","tags":[]},"10249":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"10250":{"varMapping":{"__isSmartRef__":true,"id":10251},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":10252},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10251":{"this":{"__isSmartRef__":true,"id":10148}},"10252":{"timestamp":{"__isSmartRef__":true,"id":10253},"user":"sebastianwoinar","tags":[]},"10253":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"10254":{"varMapping":{"__isSmartRef__":true,"id":10255},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10256},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10255":{"this":{"__isSmartRef__":true,"id":10148}},"10256":{"timestamp":{"__isSmartRef__":true,"id":10257},"user":"sebastianwoinar","tags":[]},"10257":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"10258":{"varMapping":{"__isSmartRef__":true,"id":10259},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":10260},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10259":{"this":{"__isSmartRef__":true,"id":10148}},"10260":{"timestamp":{"__isSmartRef__":true,"id":10261},"user":"sebastianwoinar","tags":[]},"10261":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"10262":{"varMapping":{"__isSmartRef__":true,"id":10263},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":10264},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10263":{"this":{"__isSmartRef__":true,"id":10148}},"10264":{"timestamp":{"__isSmartRef__":true,"id":10265},"user":"sebastianwoinar","tags":[]},"10265":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"10266":{"varMapping":{"__isSmartRef__":true,"id":10267},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10268},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10267":{"this":{"__isSmartRef__":true,"id":10148}},"10268":{"timestamp":{"__isSmartRef__":true,"id":10269},"user":"sebastianwoinar","tags":[]},"10269":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"10270":{"isActive":true,"alpha":16,"beta":13,"i":1,"m":16,"d":0},"10271":{"buildChildNodes":{"__isSmartRef__":true,"id":10272},"getGameTree":{"__isSmartRef__":true,"id":10276},"getLevel":{"__isSmartRef__":true,"id":10280},"getLevelWeight":{"__isSmartRef__":true,"id":10284},"getWeight":{"__isSmartRef__":true,"id":10288},"setNode":{"__isSmartRef__":true,"id":10292},"setParent":{"__isSmartRef__":true,"id":10296},"getParent":{"__isSmartRef__":true,"id":10300},"deactivate":{"__isSmartRef__":true,"id":10304},"blink":{"__isSmartRef__":true,"id":10308},"ABPreturn":{"__isSmartRef__":true,"id":10312},"ABPstart":{"__isSmartRef__":true,"id":10316},"ABPcontinue":{"__isSmartRef__":true,"id":10320},"ABPshowValue":{"__isSmartRef__":true,"id":10324},"ABPgetValue":{"__isSmartRef__":true,"id":10328},"ABPhasChildNodes":{"__isSmartRef__":true,"id":10332},"onMouseDown":{"__isSmartRef__":true,"id":10336},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":10344},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":10348},"ABPmarkAsDone":{"__isSmartRef__":true,"id":10352},"ABPmarkAsActive":{"__isSmartRef__":true,"id":10356},"getStateMorph":{"__isSmartRef__":true,"id":10360},"showState":{"__isSmartRef__":true,"id":10364}},"10272":{"varMapping":{"__isSmartRef__":true,"id":10273},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":10274},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10273":{"this":{"__isSmartRef__":true,"id":10124}},"10274":{"timestamp":{"__isSmartRef__":true,"id":10275},"user":"sebastianwoinar","tags":[]},"10275":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"10276":{"varMapping":{"__isSmartRef__":true,"id":10277},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":10278},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10277":{"this":{"__isSmartRef__":true,"id":10124}},"10278":{"timestamp":{"__isSmartRef__":true,"id":10279},"user":"sebastianwoinar","tags":[]},"10279":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10280":{"varMapping":{"__isSmartRef__":true,"id":10281},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":10282},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10281":{"this":{"__isSmartRef__":true,"id":10124}},"10282":{"timestamp":{"__isSmartRef__":true,"id":10283},"user":"sebastianwoinar","tags":[]},"10283":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10284":{"varMapping":{"__isSmartRef__":true,"id":10285},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10286},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10285":{"this":{"__isSmartRef__":true,"id":10124}},"10286":{"timestamp":{"__isSmartRef__":true,"id":10287},"user":"sebastianwoinar","tags":[]},"10287":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10288":{"varMapping":{"__isSmartRef__":true,"id":10289},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":10290},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10289":{"this":{"__isSmartRef__":true,"id":10124}},"10290":{"timestamp":{"__isSmartRef__":true,"id":10291},"user":"sebastianwoinar","tags":[]},"10291":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10292":{"varMapping":{"__isSmartRef__":true,"id":10293},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":10294},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10293":{"this":{"__isSmartRef__":true,"id":10124}},"10294":{"timestamp":{"__isSmartRef__":true,"id":10295},"user":"sebastianwoinar","tags":[]},"10295":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10296":{"varMapping":{"__isSmartRef__":true,"id":10297},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":10298},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10297":{"this":{"__isSmartRef__":true,"id":10124}},"10298":{"timestamp":{"__isSmartRef__":true,"id":10299},"user":"sebastianwoinar","tags":[]},"10299":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10300":{"varMapping":{"__isSmartRef__":true,"id":10301},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":10302},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10301":{"this":{"__isSmartRef__":true,"id":10124}},"10302":{"timestamp":{"__isSmartRef__":true,"id":10303},"user":"sebastianwoinar","tags":[]},"10303":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"10304":{"varMapping":{"__isSmartRef__":true,"id":10305},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10306},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10305":{"this":{"__isSmartRef__":true,"id":10124}},"10306":{"timestamp":{"__isSmartRef__":true,"id":10307},"user":"sebastianwoinar","tags":[]},"10307":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"10308":{"varMapping":{"__isSmartRef__":true,"id":10309},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":10310},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10309":{"this":{"__isSmartRef__":true,"id":10124}},"10310":{"timestamp":{"__isSmartRef__":true,"id":10311},"user":"sebastianwoinar","tags":[]},"10311":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"10312":{"varMapping":{"__isSmartRef__":true,"id":10313},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":10314},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10313":{"this":{"__isSmartRef__":true,"id":10124}},"10314":{"timestamp":{"__isSmartRef__":true,"id":10315},"user":"sebastianwoinar","tags":[]},"10315":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"10316":{"varMapping":{"__isSmartRef__":true,"id":10317},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":10318},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10317":{"this":{"__isSmartRef__":true,"id":10124}},"10318":{"timestamp":{"__isSmartRef__":true,"id":10319},"user":"sebastianwoinar","tags":[]},"10319":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"10320":{"varMapping":{"__isSmartRef__":true,"id":10321},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":10322},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10321":{"this":{"__isSmartRef__":true,"id":10124}},"10322":{"timestamp":{"__isSmartRef__":true,"id":10323},"user":"sebastianwoinar","tags":[]},"10323":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"10324":{"varMapping":{"__isSmartRef__":true,"id":10325},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":10326},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10325":{"this":{"__isSmartRef__":true,"id":10124}},"10326":{"timestamp":{"__isSmartRef__":true,"id":10327},"user":"sebastianwoinar","tags":[]},"10327":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"10328":{"varMapping":{"__isSmartRef__":true,"id":10329},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":10330},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10329":{"this":{"__isSmartRef__":true,"id":10124}},"10330":{"timestamp":{"__isSmartRef__":true,"id":10331},"user":"sebastianwoinar","tags":[]},"10331":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"10332":{"varMapping":{"__isSmartRef__":true,"id":10333},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":10334},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10333":{"this":{"__isSmartRef__":true,"id":10124}},"10334":{"timestamp":{"__isSmartRef__":true,"id":10335},"user":"sebastianwoinar","tags":[]},"10335":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"10336":{"varMapping":{"__isSmartRef__":true,"id":10337},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":10342},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10337":{"this":{"__isSmartRef__":true,"id":10124},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10338}},"10338":{"$super":{"__isSmartRef__":true,"id":10339}},"10339":{"varMapping":{"__isSmartRef__":true,"id":10340},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10341},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10340":{"obj":{"__isSmartRef__":true,"id":10124},"name":"onMouseDown"},"10341":{},"10342":{"timestamp":{"__isSmartRef__":true,"id":10343},"user":"sebastianwoinar","tags":[]},"10343":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"10344":{"varMapping":{"__isSmartRef__":true,"id":10345},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":10346},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10345":{"this":{"__isSmartRef__":true,"id":10124}},"10346":{"timestamp":{"__isSmartRef__":true,"id":10347},"user":"sebastianwoinar","tags":[]},"10347":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"10348":{"varMapping":{"__isSmartRef__":true,"id":10349},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":10350},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10349":{"this":{"__isSmartRef__":true,"id":10124}},"10350":{"timestamp":{"__isSmartRef__":true,"id":10351},"user":"sebastianwoinar","tags":[]},"10351":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"10352":{"varMapping":{"__isSmartRef__":true,"id":10353},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10354},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10353":{"this":{"__isSmartRef__":true,"id":10124}},"10354":{"timestamp":{"__isSmartRef__":true,"id":10355},"user":"sebastianwoinar","tags":[]},"10355":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"10356":{"varMapping":{"__isSmartRef__":true,"id":10357},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":10358},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10357":{"this":{"__isSmartRef__":true,"id":10124}},"10358":{"timestamp":{"__isSmartRef__":true,"id":10359},"user":"sebastianwoinar","tags":[]},"10359":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"10360":{"varMapping":{"__isSmartRef__":true,"id":10361},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":10362},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10361":{"this":{"__isSmartRef__":true,"id":10124}},"10362":{"timestamp":{"__isSmartRef__":true,"id":10363},"user":"sebastianwoinar","tags":[]},"10363":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"10364":{"varMapping":{"__isSmartRef__":true,"id":10365},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10366},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10365":{"this":{"__isSmartRef__":true,"id":10124}},"10366":{"timestamp":{"__isSmartRef__":true,"id":10367},"user":"sebastianwoinar","tags":[]},"10367":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"10368":{"isActive":true,"alpha":-13,"beta":10000000000000,"i":3,"m":-13,"d":0},"10369":{"buildChildNodes":{"__isSmartRef__":true,"id":10370},"getGameTree":{"__isSmartRef__":true,"id":10374},"getLevel":{"__isSmartRef__":true,"id":10378},"getLevelWeight":{"__isSmartRef__":true,"id":10382},"getWeight":{"__isSmartRef__":true,"id":10386},"setNode":{"__isSmartRef__":true,"id":10390},"setParent":{"__isSmartRef__":true,"id":10394},"getParent":{"__isSmartRef__":true,"id":10398},"deactivate":{"__isSmartRef__":true,"id":10402},"blink":{"__isSmartRef__":true,"id":10406},"ABPreturn":{"__isSmartRef__":true,"id":10410},"ABPstart":{"__isSmartRef__":true,"id":10414},"ABPcontinue":{"__isSmartRef__":true,"id":10418},"ABPshowValue":{"__isSmartRef__":true,"id":10422},"ABPgetValue":{"__isSmartRef__":true,"id":10426},"ABPhasChildNodes":{"__isSmartRef__":true,"id":10430},"onMouseDown":{"__isSmartRef__":true,"id":10434},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":10442},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":10446},"ABPmarkAsDone":{"__isSmartRef__":true,"id":10450},"ABPmarkAsActive":{"__isSmartRef__":true,"id":10454},"getStateMorph":{"__isSmartRef__":true,"id":10458},"showState":{"__isSmartRef__":true,"id":10462}},"10370":{"varMapping":{"__isSmartRef__":true,"id":10371},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":10372},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10371":{"this":{"__isSmartRef__":true,"id":9612}},"10372":{"timestamp":{"__isSmartRef__":true,"id":10373},"user":"sebastianwoinar","tags":[]},"10373":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"10374":{"varMapping":{"__isSmartRef__":true,"id":10375},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":10376},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10375":{"this":{"__isSmartRef__":true,"id":9612}},"10376":{"timestamp":{"__isSmartRef__":true,"id":10377},"user":"sebastianwoinar","tags":[]},"10377":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10378":{"varMapping":{"__isSmartRef__":true,"id":10379},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":10380},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10379":{"this":{"__isSmartRef__":true,"id":9612}},"10380":{"timestamp":{"__isSmartRef__":true,"id":10381},"user":"sebastianwoinar","tags":[]},"10381":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10382":{"varMapping":{"__isSmartRef__":true,"id":10383},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10384},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10383":{"this":{"__isSmartRef__":true,"id":9612}},"10384":{"timestamp":{"__isSmartRef__":true,"id":10385},"user":"sebastianwoinar","tags":[]},"10385":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10386":{"varMapping":{"__isSmartRef__":true,"id":10387},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":10388},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10387":{"this":{"__isSmartRef__":true,"id":9612}},"10388":{"timestamp":{"__isSmartRef__":true,"id":10389},"user":"sebastianwoinar","tags":[]},"10389":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10390":{"varMapping":{"__isSmartRef__":true,"id":10391},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":10392},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10391":{"this":{"__isSmartRef__":true,"id":9612}},"10392":{"timestamp":{"__isSmartRef__":true,"id":10393},"user":"sebastianwoinar","tags":[]},"10393":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10394":{"varMapping":{"__isSmartRef__":true,"id":10395},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":10396},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10395":{"this":{"__isSmartRef__":true,"id":9612}},"10396":{"timestamp":{"__isSmartRef__":true,"id":10397},"user":"sebastianwoinar","tags":[]},"10397":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10398":{"varMapping":{"__isSmartRef__":true,"id":10399},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":10400},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10399":{"this":{"__isSmartRef__":true,"id":9612}},"10400":{"timestamp":{"__isSmartRef__":true,"id":10401},"user":"sebastianwoinar","tags":[]},"10401":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"10402":{"varMapping":{"__isSmartRef__":true,"id":10403},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10404},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10403":{"this":{"__isSmartRef__":true,"id":9612}},"10404":{"timestamp":{"__isSmartRef__":true,"id":10405},"user":"sebastianwoinar","tags":[]},"10405":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"10406":{"varMapping":{"__isSmartRef__":true,"id":10407},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":10408},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10407":{"this":{"__isSmartRef__":true,"id":9612}},"10408":{"timestamp":{"__isSmartRef__":true,"id":10409},"user":"sebastianwoinar","tags":[]},"10409":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"10410":{"varMapping":{"__isSmartRef__":true,"id":10411},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":10412},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10411":{"this":{"__isSmartRef__":true,"id":9612}},"10412":{"timestamp":{"__isSmartRef__":true,"id":10413},"user":"sebastianwoinar","tags":[]},"10413":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"10414":{"varMapping":{"__isSmartRef__":true,"id":10415},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":10416},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10415":{"this":{"__isSmartRef__":true,"id":9612}},"10416":{"timestamp":{"__isSmartRef__":true,"id":10417},"user":"sebastianwoinar","tags":[]},"10417":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"10418":{"varMapping":{"__isSmartRef__":true,"id":10419},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":10420},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10419":{"this":{"__isSmartRef__":true,"id":9612}},"10420":{"timestamp":{"__isSmartRef__":true,"id":10421},"user":"sebastianwoinar","tags":[]},"10421":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"10422":{"varMapping":{"__isSmartRef__":true,"id":10423},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":10424},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10423":{"this":{"__isSmartRef__":true,"id":9612}},"10424":{"timestamp":{"__isSmartRef__":true,"id":10425},"user":"sebastianwoinar","tags":[]},"10425":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"10426":{"varMapping":{"__isSmartRef__":true,"id":10427},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":10428},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10427":{"this":{"__isSmartRef__":true,"id":9612}},"10428":{"timestamp":{"__isSmartRef__":true,"id":10429},"user":"sebastianwoinar","tags":[]},"10429":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"10430":{"varMapping":{"__isSmartRef__":true,"id":10431},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":10432},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10431":{"this":{"__isSmartRef__":true,"id":9612}},"10432":{"timestamp":{"__isSmartRef__":true,"id":10433},"user":"sebastianwoinar","tags":[]},"10433":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"10434":{"varMapping":{"__isSmartRef__":true,"id":10435},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":10440},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10435":{"this":{"__isSmartRef__":true,"id":9612},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10436}},"10436":{"$super":{"__isSmartRef__":true,"id":10437}},"10437":{"varMapping":{"__isSmartRef__":true,"id":10438},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10439},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10438":{"obj":{"__isSmartRef__":true,"id":9612},"name":"onMouseDown"},"10439":{},"10440":{"timestamp":{"__isSmartRef__":true,"id":10441},"user":"sebastianwoinar","tags":[]},"10441":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"10442":{"varMapping":{"__isSmartRef__":true,"id":10443},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":10444},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10443":{"this":{"__isSmartRef__":true,"id":9612}},"10444":{"timestamp":{"__isSmartRef__":true,"id":10445},"user":"sebastianwoinar","tags":[]},"10445":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"10446":{"varMapping":{"__isSmartRef__":true,"id":10447},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":10448},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10447":{"this":{"__isSmartRef__":true,"id":9612}},"10448":{"timestamp":{"__isSmartRef__":true,"id":10449},"user":"sebastianwoinar","tags":[]},"10449":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"10450":{"varMapping":{"__isSmartRef__":true,"id":10451},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10452},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10451":{"this":{"__isSmartRef__":true,"id":9612}},"10452":{"timestamp":{"__isSmartRef__":true,"id":10453},"user":"sebastianwoinar","tags":[]},"10453":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"10454":{"varMapping":{"__isSmartRef__":true,"id":10455},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":10456},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10455":{"this":{"__isSmartRef__":true,"id":9612}},"10456":{"timestamp":{"__isSmartRef__":true,"id":10457},"user":"sebastianwoinar","tags":[]},"10457":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"10458":{"varMapping":{"__isSmartRef__":true,"id":10459},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":10460},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10459":{"this":{"__isSmartRef__":true,"id":9612}},"10460":{"timestamp":{"__isSmartRef__":true,"id":10461},"user":"sebastianwoinar","tags":[]},"10461":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"10462":{"varMapping":{"__isSmartRef__":true,"id":10463},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10464},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10463":{"this":{"__isSmartRef__":true,"id":9612}},"10464":{"timestamp":{"__isSmartRef__":true,"id":10465},"user":"sebastianwoinar","tags":[]},"10465":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"10466":{"submorphs":[{"__isSmartRef__":true,"id":10467}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10484},"id":"86636D77-3196-4334-9C3E-AD1989FC246D","eventHandler":{"__isSmartRef__":true,"id":10485},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":10486},"name":"node35","partsBinMetaInfo":{"__isSmartRef__":true,"id":10487},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6616},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":10490},{"__isSmartRef__":true,"id":10732},{"__isSmartRef__":true,"id":10974}],"parent":{"__isSmartRef__":true,"id":9588},"level":2,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11216},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(733.8,160.0)"},"10467":{"submorphs":[],"scripts":[],"id":"5C588437-C81A-4CD6-869B-8488EE762EE1","shape":{"__isSmartRef__":true,"id":10468},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":10469},"textChunks":[{"__isSmartRef__":true,"id":10481}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":10483},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":10466},"_Rotation":0,"_Scale":1,"priorSelectionRange":[0,0],"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"10468":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"10469":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":10470},{"__isSmartRef__":true,"id":10472},{"__isSmartRef__":true,"id":10474},{"__isSmartRef__":true,"id":10476},{"__isSmartRef__":true,"id":10478}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":10480},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10470":{"date":{"__isSmartRef__":true,"id":10471},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"10471":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"10472":{"date":{"__isSmartRef__":true,"id":10473},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"10473":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"10474":{"date":{"__isSmartRef__":true,"id":10475},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"10475":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"10476":{"date":{"__isSmartRef__":true,"id":10477},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"10477":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"10478":{"date":{"__isSmartRef__":true,"id":10479},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"10479":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"10480":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"10481":{"style":{"__isSmartRef__":true,"id":10482},"morph":{"__isSmartRef__":true,"id":10467},"chunkOwner":{"__isSmartRef__":true,"id":10467},"storedString":"","_id":"_105312","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10482":{"fontSize":9,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10483":{"morph":{"__isSmartRef__":true,"id":10467},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10484":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(255,255,255)","_Fill":"Color.rgb(255,255,255)"},"10485":{"morph":{"__isSmartRef__":true,"id":10466},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10486":{},"10487":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":10488}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10488":{"date":{"__isSmartRef__":true,"id":10489},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"10489":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"10490":{"submorphs":[{"__isSmartRef__":true,"id":10491}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10508},"id":"16F62F94-A073-4859-810E-D8A33B35227E","eventHandler":{"__isSmartRef__":true,"id":10509},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":10510},"name":"node36","partsBinMetaInfo":{"__isSmartRef__":true,"id":10511},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6618},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":10514}],"parent":{"__isSmartRef__":true,"id":10466},"level":3,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10635},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(697.4,210.0)"},"10491":{"submorphs":[],"scripts":[],"id":"0DE642E5-8B2C-42C3-B13C-CE8DC6901DF9","shape":{"__isSmartRef__":true,"id":10492},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":10493},"textChunks":[{"__isSmartRef__":true,"id":10505}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":10507},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":10490},"_Rotation":0,"_Scale":1,"priorSelectionRange":[0,0],"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"10492":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"10493":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":10494},{"__isSmartRef__":true,"id":10496},{"__isSmartRef__":true,"id":10498},{"__isSmartRef__":true,"id":10500},{"__isSmartRef__":true,"id":10502}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":10504},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10494":{"date":{"__isSmartRef__":true,"id":10495},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"10495":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"10496":{"date":{"__isSmartRef__":true,"id":10497},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"10497":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"10498":{"date":{"__isSmartRef__":true,"id":10499},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"10499":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"10500":{"date":{"__isSmartRef__":true,"id":10501},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"10501":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"10502":{"date":{"__isSmartRef__":true,"id":10503},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"10503":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"10504":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"10505":{"style":{"__isSmartRef__":true,"id":10506},"morph":{"__isSmartRef__":true,"id":10491},"chunkOwner":{"__isSmartRef__":true,"id":10491},"storedString":"","_id":"_105312","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10506":{"fontSize":9,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10507":{"morph":{"__isSmartRef__":true,"id":10491},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10508":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(255,255,255)","_Fill":"Color.rgb(255,255,255)"},"10509":{"morph":{"__isSmartRef__":true,"id":10490},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10510":{},"10511":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":10512}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10512":{"date":{"__isSmartRef__":true,"id":10513},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"10513":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"10514":{"submorphs":[{"__isSmartRef__":true,"id":10515}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10532},"id":"4A285518-A237-434B-831D-8EEE99AA538B","eventHandler":{"__isSmartRef__":true,"id":10533},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":10534},"name":"node37","partsBinMetaInfo":{"__isSmartRef__":true,"id":10535},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6620},"owner":{"__isSmartRef__":true,"id":6525},"parent":{"__isSmartRef__":true,"id":10490},"level":4,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10538},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(758.6,260.0)"},"10515":{"submorphs":[],"scripts":[],"id":"C064B9DC-8A8F-45CD-A01D-3C64A6F1ABED","shape":{"__isSmartRef__":true,"id":10516},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":10517},"textChunks":[{"__isSmartRef__":true,"id":10529}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":10531},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":10514},"_Rotation":0,"_Scale":1,"priorSelectionRange":[0,0],"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"10516":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"10517":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":10518},{"__isSmartRef__":true,"id":10520},{"__isSmartRef__":true,"id":10522},{"__isSmartRef__":true,"id":10524},{"__isSmartRef__":true,"id":10526}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":10528},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10518":{"date":{"__isSmartRef__":true,"id":10519},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"10519":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"10520":{"date":{"__isSmartRef__":true,"id":10521},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"10521":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"10522":{"date":{"__isSmartRef__":true,"id":10523},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"10523":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"10524":{"date":{"__isSmartRef__":true,"id":10525},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"10525":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"10526":{"date":{"__isSmartRef__":true,"id":10527},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"10527":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"10528":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"10529":{"style":{"__isSmartRef__":true,"id":10530},"morph":{"__isSmartRef__":true,"id":10515},"chunkOwner":{"__isSmartRef__":true,"id":10515},"storedString":"","_id":"_105312","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10530":{"fontSize":9,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10531":{"morph":{"__isSmartRef__":true,"id":10515},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10532":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(255,255,255)","_Fill":"Color.rgb(255,255,255)"},"10533":{"morph":{"__isSmartRef__":true,"id":10514},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10534":{},"10535":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":10536}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10536":{"date":{"__isSmartRef__":true,"id":10537},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"10537":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"10538":{"buildChildNodes":{"__isSmartRef__":true,"id":10539},"getGameTree":{"__isSmartRef__":true,"id":10543},"getLevel":{"__isSmartRef__":true,"id":10547},"getLevelWeight":{"__isSmartRef__":true,"id":10551},"getWeight":{"__isSmartRef__":true,"id":10555},"setNode":{"__isSmartRef__":true,"id":10559},"setParent":{"__isSmartRef__":true,"id":10563},"getParent":{"__isSmartRef__":true,"id":10567},"deactivate":{"__isSmartRef__":true,"id":10571},"blink":{"__isSmartRef__":true,"id":10575},"ABPreturn":{"__isSmartRef__":true,"id":10579},"ABPstart":{"__isSmartRef__":true,"id":10583},"ABPcontinue":{"__isSmartRef__":true,"id":10587},"ABPshowValue":{"__isSmartRef__":true,"id":10591},"ABPgetValue":{"__isSmartRef__":true,"id":10595},"ABPhasChildNodes":{"__isSmartRef__":true,"id":10599},"onMouseDown":{"__isSmartRef__":true,"id":10603},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":10611},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":10615},"ABPmarkAsDone":{"__isSmartRef__":true,"id":10619},"ABPmarkAsActive":{"__isSmartRef__":true,"id":10623},"getStateMorph":{"__isSmartRef__":true,"id":10627},"showState":{"__isSmartRef__":true,"id":10631}},"10539":{"varMapping":{"__isSmartRef__":true,"id":10540},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":10541},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10540":{"this":{"__isSmartRef__":true,"id":10514}},"10541":{"timestamp":{"__isSmartRef__":true,"id":10542},"user":"sebastianwoinar","tags":[]},"10542":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"10543":{"varMapping":{"__isSmartRef__":true,"id":10544},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":10545},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10544":{"this":{"__isSmartRef__":true,"id":10514}},"10545":{"timestamp":{"__isSmartRef__":true,"id":10546},"user":"sebastianwoinar","tags":[]},"10546":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10547":{"varMapping":{"__isSmartRef__":true,"id":10548},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":10549},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10548":{"this":{"__isSmartRef__":true,"id":10514}},"10549":{"timestamp":{"__isSmartRef__":true,"id":10550},"user":"sebastianwoinar","tags":[]},"10550":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10551":{"varMapping":{"__isSmartRef__":true,"id":10552},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10553},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10552":{"this":{"__isSmartRef__":true,"id":10514}},"10553":{"timestamp":{"__isSmartRef__":true,"id":10554},"user":"sebastianwoinar","tags":[]},"10554":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10555":{"varMapping":{"__isSmartRef__":true,"id":10556},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":10557},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10556":{"this":{"__isSmartRef__":true,"id":10514}},"10557":{"timestamp":{"__isSmartRef__":true,"id":10558},"user":"sebastianwoinar","tags":[]},"10558":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10559":{"varMapping":{"__isSmartRef__":true,"id":10560},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":10561},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10560":{"this":{"__isSmartRef__":true,"id":10514}},"10561":{"timestamp":{"__isSmartRef__":true,"id":10562},"user":"sebastianwoinar","tags":[]},"10562":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10563":{"varMapping":{"__isSmartRef__":true,"id":10564},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":10565},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10564":{"this":{"__isSmartRef__":true,"id":10514}},"10565":{"timestamp":{"__isSmartRef__":true,"id":10566},"user":"sebastianwoinar","tags":[]},"10566":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10567":{"varMapping":{"__isSmartRef__":true,"id":10568},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":10569},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10568":{"this":{"__isSmartRef__":true,"id":10514}},"10569":{"timestamp":{"__isSmartRef__":true,"id":10570},"user":"sebastianwoinar","tags":[]},"10570":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"10571":{"varMapping":{"__isSmartRef__":true,"id":10572},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10573},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10572":{"this":{"__isSmartRef__":true,"id":10514}},"10573":{"timestamp":{"__isSmartRef__":true,"id":10574},"user":"sebastianwoinar","tags":[]},"10574":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"10575":{"varMapping":{"__isSmartRef__":true,"id":10576},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":10577},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10576":{"this":{"__isSmartRef__":true,"id":10514}},"10577":{"timestamp":{"__isSmartRef__":true,"id":10578},"user":"sebastianwoinar","tags":[]},"10578":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"10579":{"varMapping":{"__isSmartRef__":true,"id":10580},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":10581},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10580":{"this":{"__isSmartRef__":true,"id":10514}},"10581":{"timestamp":{"__isSmartRef__":true,"id":10582},"user":"sebastianwoinar","tags":[]},"10582":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"10583":{"varMapping":{"__isSmartRef__":true,"id":10584},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":10585},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10584":{"this":{"__isSmartRef__":true,"id":10514}},"10585":{"timestamp":{"__isSmartRef__":true,"id":10586},"user":"sebastianwoinar","tags":[]},"10586":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"10587":{"varMapping":{"__isSmartRef__":true,"id":10588},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":10589},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10588":{"this":{"__isSmartRef__":true,"id":10514}},"10589":{"timestamp":{"__isSmartRef__":true,"id":10590},"user":"sebastianwoinar","tags":[]},"10590":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"10591":{"varMapping":{"__isSmartRef__":true,"id":10592},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":10593},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10592":{"this":{"__isSmartRef__":true,"id":10514}},"10593":{"timestamp":{"__isSmartRef__":true,"id":10594},"user":"sebastianwoinar","tags":[]},"10594":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"10595":{"varMapping":{"__isSmartRef__":true,"id":10596},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":10597},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10596":{"this":{"__isSmartRef__":true,"id":10514}},"10597":{"timestamp":{"__isSmartRef__":true,"id":10598},"user":"sebastianwoinar","tags":[]},"10598":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"10599":{"varMapping":{"__isSmartRef__":true,"id":10600},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":10601},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10600":{"this":{"__isSmartRef__":true,"id":10514}},"10601":{"timestamp":{"__isSmartRef__":true,"id":10602},"user":"sebastianwoinar","tags":[]},"10602":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"10603":{"varMapping":{"__isSmartRef__":true,"id":10604},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":10609},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10604":{"this":{"__isSmartRef__":true,"id":10514},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10605}},"10605":{"$super":{"__isSmartRef__":true,"id":10606}},"10606":{"varMapping":{"__isSmartRef__":true,"id":10607},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10608},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10607":{"obj":{"__isSmartRef__":true,"id":10514},"name":"onMouseDown"},"10608":{},"10609":{"timestamp":{"__isSmartRef__":true,"id":10610},"user":"sebastianwoinar","tags":[]},"10610":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"10611":{"varMapping":{"__isSmartRef__":true,"id":10612},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":10613},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10612":{"this":{"__isSmartRef__":true,"id":10514}},"10613":{"timestamp":{"__isSmartRef__":true,"id":10614},"user":"sebastianwoinar","tags":[]},"10614":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"10615":{"varMapping":{"__isSmartRef__":true,"id":10616},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":10617},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10616":{"this":{"__isSmartRef__":true,"id":10514}},"10617":{"timestamp":{"__isSmartRef__":true,"id":10618},"user":"sebastianwoinar","tags":[]},"10618":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"10619":{"varMapping":{"__isSmartRef__":true,"id":10620},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10621},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10620":{"this":{"__isSmartRef__":true,"id":10514}},"10621":{"timestamp":{"__isSmartRef__":true,"id":10622},"user":"sebastianwoinar","tags":[]},"10622":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"10623":{"varMapping":{"__isSmartRef__":true,"id":10624},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":10625},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10624":{"this":{"__isSmartRef__":true,"id":10514}},"10625":{"timestamp":{"__isSmartRef__":true,"id":10626},"user":"sebastianwoinar","tags":[]},"10626":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"10627":{"varMapping":{"__isSmartRef__":true,"id":10628},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":10629},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10628":{"this":{"__isSmartRef__":true,"id":10514}},"10629":{"timestamp":{"__isSmartRef__":true,"id":10630},"user":"sebastianwoinar","tags":[]},"10630":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"10631":{"varMapping":{"__isSmartRef__":true,"id":10632},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10633},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10632":{"this":{"__isSmartRef__":true,"id":10514}},"10633":{"timestamp":{"__isSmartRef__":true,"id":10634},"user":"sebastianwoinar","tags":[]},"10634":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"10635":{"buildChildNodes":{"__isSmartRef__":true,"id":10636},"getGameTree":{"__isSmartRef__":true,"id":10640},"getLevel":{"__isSmartRef__":true,"id":10644},"getLevelWeight":{"__isSmartRef__":true,"id":10648},"getWeight":{"__isSmartRef__":true,"id":10652},"setNode":{"__isSmartRef__":true,"id":10656},"setParent":{"__isSmartRef__":true,"id":10660},"getParent":{"__isSmartRef__":true,"id":10664},"deactivate":{"__isSmartRef__":true,"id":10668},"blink":{"__isSmartRef__":true,"id":10672},"ABPreturn":{"__isSmartRef__":true,"id":10676},"ABPstart":{"__isSmartRef__":true,"id":10680},"ABPcontinue":{"__isSmartRef__":true,"id":10684},"ABPshowValue":{"__isSmartRef__":true,"id":10688},"ABPgetValue":{"__isSmartRef__":true,"id":10692},"ABPhasChildNodes":{"__isSmartRef__":true,"id":10696},"onMouseDown":{"__isSmartRef__":true,"id":10700},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":10708},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":10712},"ABPmarkAsDone":{"__isSmartRef__":true,"id":10716},"ABPmarkAsActive":{"__isSmartRef__":true,"id":10720},"getStateMorph":{"__isSmartRef__":true,"id":10724},"showState":{"__isSmartRef__":true,"id":10728}},"10636":{"varMapping":{"__isSmartRef__":true,"id":10637},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":10638},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10637":{"this":{"__isSmartRef__":true,"id":10490}},"10638":{"timestamp":{"__isSmartRef__":true,"id":10639},"user":"sebastianwoinar","tags":[]},"10639":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"10640":{"varMapping":{"__isSmartRef__":true,"id":10641},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":10642},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10641":{"this":{"__isSmartRef__":true,"id":10490}},"10642":{"timestamp":{"__isSmartRef__":true,"id":10643},"user":"sebastianwoinar","tags":[]},"10643":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10644":{"varMapping":{"__isSmartRef__":true,"id":10645},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":10646},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10645":{"this":{"__isSmartRef__":true,"id":10490}},"10646":{"timestamp":{"__isSmartRef__":true,"id":10647},"user":"sebastianwoinar","tags":[]},"10647":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10648":{"varMapping":{"__isSmartRef__":true,"id":10649},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10650},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10649":{"this":{"__isSmartRef__":true,"id":10490}},"10650":{"timestamp":{"__isSmartRef__":true,"id":10651},"user":"sebastianwoinar","tags":[]},"10651":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10652":{"varMapping":{"__isSmartRef__":true,"id":10653},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":10654},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10653":{"this":{"__isSmartRef__":true,"id":10490}},"10654":{"timestamp":{"__isSmartRef__":true,"id":10655},"user":"sebastianwoinar","tags":[]},"10655":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10656":{"varMapping":{"__isSmartRef__":true,"id":10657},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":10658},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10657":{"this":{"__isSmartRef__":true,"id":10490}},"10658":{"timestamp":{"__isSmartRef__":true,"id":10659},"user":"sebastianwoinar","tags":[]},"10659":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10660":{"varMapping":{"__isSmartRef__":true,"id":10661},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":10662},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10661":{"this":{"__isSmartRef__":true,"id":10490}},"10662":{"timestamp":{"__isSmartRef__":true,"id":10663},"user":"sebastianwoinar","tags":[]},"10663":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10664":{"varMapping":{"__isSmartRef__":true,"id":10665},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":10666},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10665":{"this":{"__isSmartRef__":true,"id":10490}},"10666":{"timestamp":{"__isSmartRef__":true,"id":10667},"user":"sebastianwoinar","tags":[]},"10667":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"10668":{"varMapping":{"__isSmartRef__":true,"id":10669},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10670},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10669":{"this":{"__isSmartRef__":true,"id":10490}},"10670":{"timestamp":{"__isSmartRef__":true,"id":10671},"user":"sebastianwoinar","tags":[]},"10671":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"10672":{"varMapping":{"__isSmartRef__":true,"id":10673},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":10674},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10673":{"this":{"__isSmartRef__":true,"id":10490}},"10674":{"timestamp":{"__isSmartRef__":true,"id":10675},"user":"sebastianwoinar","tags":[]},"10675":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"10676":{"varMapping":{"__isSmartRef__":true,"id":10677},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":10678},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10677":{"this":{"__isSmartRef__":true,"id":10490}},"10678":{"timestamp":{"__isSmartRef__":true,"id":10679},"user":"sebastianwoinar","tags":[]},"10679":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"10680":{"varMapping":{"__isSmartRef__":true,"id":10681},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":10682},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10681":{"this":{"__isSmartRef__":true,"id":10490}},"10682":{"timestamp":{"__isSmartRef__":true,"id":10683},"user":"sebastianwoinar","tags":[]},"10683":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"10684":{"varMapping":{"__isSmartRef__":true,"id":10685},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":10686},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10685":{"this":{"__isSmartRef__":true,"id":10490}},"10686":{"timestamp":{"__isSmartRef__":true,"id":10687},"user":"sebastianwoinar","tags":[]},"10687":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"10688":{"varMapping":{"__isSmartRef__":true,"id":10689},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":10690},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10689":{"this":{"__isSmartRef__":true,"id":10490}},"10690":{"timestamp":{"__isSmartRef__":true,"id":10691},"user":"sebastianwoinar","tags":[]},"10691":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"10692":{"varMapping":{"__isSmartRef__":true,"id":10693},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":10694},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10693":{"this":{"__isSmartRef__":true,"id":10490}},"10694":{"timestamp":{"__isSmartRef__":true,"id":10695},"user":"sebastianwoinar","tags":[]},"10695":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"10696":{"varMapping":{"__isSmartRef__":true,"id":10697},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":10698},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10697":{"this":{"__isSmartRef__":true,"id":10490}},"10698":{"timestamp":{"__isSmartRef__":true,"id":10699},"user":"sebastianwoinar","tags":[]},"10699":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"10700":{"varMapping":{"__isSmartRef__":true,"id":10701},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":10706},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10701":{"this":{"__isSmartRef__":true,"id":10490},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10702}},"10702":{"$super":{"__isSmartRef__":true,"id":10703}},"10703":{"varMapping":{"__isSmartRef__":true,"id":10704},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10705},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10704":{"obj":{"__isSmartRef__":true,"id":10490},"name":"onMouseDown"},"10705":{},"10706":{"timestamp":{"__isSmartRef__":true,"id":10707},"user":"sebastianwoinar","tags":[]},"10707":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"10708":{"varMapping":{"__isSmartRef__":true,"id":10709},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":10710},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10709":{"this":{"__isSmartRef__":true,"id":10490}},"10710":{"timestamp":{"__isSmartRef__":true,"id":10711},"user":"sebastianwoinar","tags":[]},"10711":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"10712":{"varMapping":{"__isSmartRef__":true,"id":10713},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":10714},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10713":{"this":{"__isSmartRef__":true,"id":10490}},"10714":{"timestamp":{"__isSmartRef__":true,"id":10715},"user":"sebastianwoinar","tags":[]},"10715":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"10716":{"varMapping":{"__isSmartRef__":true,"id":10717},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10718},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10717":{"this":{"__isSmartRef__":true,"id":10490}},"10718":{"timestamp":{"__isSmartRef__":true,"id":10719},"user":"sebastianwoinar","tags":[]},"10719":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"10720":{"varMapping":{"__isSmartRef__":true,"id":10721},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":10722},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10721":{"this":{"__isSmartRef__":true,"id":10490}},"10722":{"timestamp":{"__isSmartRef__":true,"id":10723},"user":"sebastianwoinar","tags":[]},"10723":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"10724":{"varMapping":{"__isSmartRef__":true,"id":10725},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":10726},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10725":{"this":{"__isSmartRef__":true,"id":10490}},"10726":{"timestamp":{"__isSmartRef__":true,"id":10727},"user":"sebastianwoinar","tags":[]},"10727":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"10728":{"varMapping":{"__isSmartRef__":true,"id":10729},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10730},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10729":{"this":{"__isSmartRef__":true,"id":10490}},"10730":{"timestamp":{"__isSmartRef__":true,"id":10731},"user":"sebastianwoinar","tags":[]},"10731":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"10732":{"submorphs":[{"__isSmartRef__":true,"id":10733}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10750},"id":"B7DFC784-FB3D-4FF6-A7D1-A31B10746275","eventHandler":{"__isSmartRef__":true,"id":10751},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":10752},"name":"node38","partsBinMetaInfo":{"__isSmartRef__":true,"id":10753},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6622},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":10756}],"parent":{"__isSmartRef__":true,"id":10466},"level":3,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10877},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(739.0,210.0)"},"10733":{"submorphs":[],"scripts":[],"id":"E009FA13-1FCF-4321-88CF-BE27F98F6D6F","shape":{"__isSmartRef__":true,"id":10734},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":10735},"textChunks":[{"__isSmartRef__":true,"id":10747}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":10749},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":10732},"_Rotation":0,"_Scale":1,"priorSelectionRange":[0,0],"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"10734":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"10735":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":10736},{"__isSmartRef__":true,"id":10738},{"__isSmartRef__":true,"id":10740},{"__isSmartRef__":true,"id":10742},{"__isSmartRef__":true,"id":10744}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":10746},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10736":{"date":{"__isSmartRef__":true,"id":10737},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"10737":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"10738":{"date":{"__isSmartRef__":true,"id":10739},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"10739":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"10740":{"date":{"__isSmartRef__":true,"id":10741},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"10741":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"10742":{"date":{"__isSmartRef__":true,"id":10743},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"10743":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"10744":{"date":{"__isSmartRef__":true,"id":10745},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"10745":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"10746":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"10747":{"style":{"__isSmartRef__":true,"id":10748},"morph":{"__isSmartRef__":true,"id":10733},"chunkOwner":{"__isSmartRef__":true,"id":10733},"storedString":"","_id":"_105312","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10748":{"fontSize":9,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10749":{"morph":{"__isSmartRef__":true,"id":10733},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10750":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(255,255,255)","_Fill":"Color.rgb(255,255,255)"},"10751":{"morph":{"__isSmartRef__":true,"id":10732},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10752":{},"10753":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":10754}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10754":{"date":{"__isSmartRef__":true,"id":10755},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"10755":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"10756":{"submorphs":[{"__isSmartRef__":true,"id":10757}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10774},"id":"D075506F-C93F-4B5D-90EA-C73F992C933B","eventHandler":{"__isSmartRef__":true,"id":10775},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":10776},"name":"node39","partsBinMetaInfo":{"__isSmartRef__":true,"id":10777},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6624},"owner":{"__isSmartRef__":true,"id":6525},"parent":{"__isSmartRef__":true,"id":10732},"level":4,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10780},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(824.7,260.0)"},"10757":{"submorphs":[],"scripts":[],"id":"C059B6D3-AABC-4B87-B83E-6CF3DFD7F633","shape":{"__isSmartRef__":true,"id":10758},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":10759},"textChunks":[{"__isSmartRef__":true,"id":10771}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":10773},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":10756},"_Rotation":0,"_Scale":1,"priorSelectionRange":[0,0],"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"10758":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"10759":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":10760},{"__isSmartRef__":true,"id":10762},{"__isSmartRef__":true,"id":10764},{"__isSmartRef__":true,"id":10766},{"__isSmartRef__":true,"id":10768}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":10770},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10760":{"date":{"__isSmartRef__":true,"id":10761},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"10761":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"10762":{"date":{"__isSmartRef__":true,"id":10763},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"10763":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"10764":{"date":{"__isSmartRef__":true,"id":10765},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"10765":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"10766":{"date":{"__isSmartRef__":true,"id":10767},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"10767":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"10768":{"date":{"__isSmartRef__":true,"id":10769},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"10769":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"10770":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"10771":{"style":{"__isSmartRef__":true,"id":10772},"morph":{"__isSmartRef__":true,"id":10757},"chunkOwner":{"__isSmartRef__":true,"id":10757},"storedString":"","_id":"_105312","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10772":{"fontSize":9,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10773":{"morph":{"__isSmartRef__":true,"id":10757},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10774":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(255,255,255)","_Fill":"Color.rgb(255,255,255)"},"10775":{"morph":{"__isSmartRef__":true,"id":10756},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10776":{},"10777":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":10778}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10778":{"date":{"__isSmartRef__":true,"id":10779},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"10779":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"10780":{"buildChildNodes":{"__isSmartRef__":true,"id":10781},"getGameTree":{"__isSmartRef__":true,"id":10785},"getLevel":{"__isSmartRef__":true,"id":10789},"getLevelWeight":{"__isSmartRef__":true,"id":10793},"getWeight":{"__isSmartRef__":true,"id":10797},"setNode":{"__isSmartRef__":true,"id":10801},"setParent":{"__isSmartRef__":true,"id":10805},"getParent":{"__isSmartRef__":true,"id":10809},"deactivate":{"__isSmartRef__":true,"id":10813},"blink":{"__isSmartRef__":true,"id":10817},"ABPreturn":{"__isSmartRef__":true,"id":10821},"ABPstart":{"__isSmartRef__":true,"id":10825},"ABPcontinue":{"__isSmartRef__":true,"id":10829},"ABPshowValue":{"__isSmartRef__":true,"id":10833},"ABPgetValue":{"__isSmartRef__":true,"id":10837},"ABPhasChildNodes":{"__isSmartRef__":true,"id":10841},"onMouseDown":{"__isSmartRef__":true,"id":10845},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":10853},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":10857},"ABPmarkAsDone":{"__isSmartRef__":true,"id":10861},"ABPmarkAsActive":{"__isSmartRef__":true,"id":10865},"getStateMorph":{"__isSmartRef__":true,"id":10869},"showState":{"__isSmartRef__":true,"id":10873}},"10781":{"varMapping":{"__isSmartRef__":true,"id":10782},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":10783},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10782":{"this":{"__isSmartRef__":true,"id":10756}},"10783":{"timestamp":{"__isSmartRef__":true,"id":10784},"user":"sebastianwoinar","tags":[]},"10784":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"10785":{"varMapping":{"__isSmartRef__":true,"id":10786},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":10787},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10786":{"this":{"__isSmartRef__":true,"id":10756}},"10787":{"timestamp":{"__isSmartRef__":true,"id":10788},"user":"sebastianwoinar","tags":[]},"10788":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10789":{"varMapping":{"__isSmartRef__":true,"id":10790},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":10791},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10790":{"this":{"__isSmartRef__":true,"id":10756}},"10791":{"timestamp":{"__isSmartRef__":true,"id":10792},"user":"sebastianwoinar","tags":[]},"10792":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10793":{"varMapping":{"__isSmartRef__":true,"id":10794},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10795},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10794":{"this":{"__isSmartRef__":true,"id":10756}},"10795":{"timestamp":{"__isSmartRef__":true,"id":10796},"user":"sebastianwoinar","tags":[]},"10796":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10797":{"varMapping":{"__isSmartRef__":true,"id":10798},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":10799},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10798":{"this":{"__isSmartRef__":true,"id":10756}},"10799":{"timestamp":{"__isSmartRef__":true,"id":10800},"user":"sebastianwoinar","tags":[]},"10800":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10801":{"varMapping":{"__isSmartRef__":true,"id":10802},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":10803},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10802":{"this":{"__isSmartRef__":true,"id":10756}},"10803":{"timestamp":{"__isSmartRef__":true,"id":10804},"user":"sebastianwoinar","tags":[]},"10804":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10805":{"varMapping":{"__isSmartRef__":true,"id":10806},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":10807},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10806":{"this":{"__isSmartRef__":true,"id":10756}},"10807":{"timestamp":{"__isSmartRef__":true,"id":10808},"user":"sebastianwoinar","tags":[]},"10808":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10809":{"varMapping":{"__isSmartRef__":true,"id":10810},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":10811},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10810":{"this":{"__isSmartRef__":true,"id":10756}},"10811":{"timestamp":{"__isSmartRef__":true,"id":10812},"user":"sebastianwoinar","tags":[]},"10812":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"10813":{"varMapping":{"__isSmartRef__":true,"id":10814},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10815},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10814":{"this":{"__isSmartRef__":true,"id":10756}},"10815":{"timestamp":{"__isSmartRef__":true,"id":10816},"user":"sebastianwoinar","tags":[]},"10816":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"10817":{"varMapping":{"__isSmartRef__":true,"id":10818},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":10819},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10818":{"this":{"__isSmartRef__":true,"id":10756}},"10819":{"timestamp":{"__isSmartRef__":true,"id":10820},"user":"sebastianwoinar","tags":[]},"10820":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"10821":{"varMapping":{"__isSmartRef__":true,"id":10822},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":10823},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10822":{"this":{"__isSmartRef__":true,"id":10756}},"10823":{"timestamp":{"__isSmartRef__":true,"id":10824},"user":"sebastianwoinar","tags":[]},"10824":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"10825":{"varMapping":{"__isSmartRef__":true,"id":10826},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":10827},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10826":{"this":{"__isSmartRef__":true,"id":10756}},"10827":{"timestamp":{"__isSmartRef__":true,"id":10828},"user":"sebastianwoinar","tags":[]},"10828":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"10829":{"varMapping":{"__isSmartRef__":true,"id":10830},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":10831},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10830":{"this":{"__isSmartRef__":true,"id":10756}},"10831":{"timestamp":{"__isSmartRef__":true,"id":10832},"user":"sebastianwoinar","tags":[]},"10832":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"10833":{"varMapping":{"__isSmartRef__":true,"id":10834},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":10835},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10834":{"this":{"__isSmartRef__":true,"id":10756}},"10835":{"timestamp":{"__isSmartRef__":true,"id":10836},"user":"sebastianwoinar","tags":[]},"10836":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"10837":{"varMapping":{"__isSmartRef__":true,"id":10838},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":10839},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10838":{"this":{"__isSmartRef__":true,"id":10756}},"10839":{"timestamp":{"__isSmartRef__":true,"id":10840},"user":"sebastianwoinar","tags":[]},"10840":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"10841":{"varMapping":{"__isSmartRef__":true,"id":10842},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":10843},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10842":{"this":{"__isSmartRef__":true,"id":10756}},"10843":{"timestamp":{"__isSmartRef__":true,"id":10844},"user":"sebastianwoinar","tags":[]},"10844":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"10845":{"varMapping":{"__isSmartRef__":true,"id":10846},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":10851},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10846":{"this":{"__isSmartRef__":true,"id":10756},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10847}},"10847":{"$super":{"__isSmartRef__":true,"id":10848}},"10848":{"varMapping":{"__isSmartRef__":true,"id":10849},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10850},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10849":{"obj":{"__isSmartRef__":true,"id":10756},"name":"onMouseDown"},"10850":{},"10851":{"timestamp":{"__isSmartRef__":true,"id":10852},"user":"sebastianwoinar","tags":[]},"10852":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"10853":{"varMapping":{"__isSmartRef__":true,"id":10854},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":10855},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10854":{"this":{"__isSmartRef__":true,"id":10756}},"10855":{"timestamp":{"__isSmartRef__":true,"id":10856},"user":"sebastianwoinar","tags":[]},"10856":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"10857":{"varMapping":{"__isSmartRef__":true,"id":10858},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":10859},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10858":{"this":{"__isSmartRef__":true,"id":10756}},"10859":{"timestamp":{"__isSmartRef__":true,"id":10860},"user":"sebastianwoinar","tags":[]},"10860":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"10861":{"varMapping":{"__isSmartRef__":true,"id":10862},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10863},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10862":{"this":{"__isSmartRef__":true,"id":10756}},"10863":{"timestamp":{"__isSmartRef__":true,"id":10864},"user":"sebastianwoinar","tags":[]},"10864":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"10865":{"varMapping":{"__isSmartRef__":true,"id":10866},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":10867},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10866":{"this":{"__isSmartRef__":true,"id":10756}},"10867":{"timestamp":{"__isSmartRef__":true,"id":10868},"user":"sebastianwoinar","tags":[]},"10868":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"10869":{"varMapping":{"__isSmartRef__":true,"id":10870},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":10871},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10870":{"this":{"__isSmartRef__":true,"id":10756}},"10871":{"timestamp":{"__isSmartRef__":true,"id":10872},"user":"sebastianwoinar","tags":[]},"10872":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"10873":{"varMapping":{"__isSmartRef__":true,"id":10874},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10875},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10874":{"this":{"__isSmartRef__":true,"id":10756}},"10875":{"timestamp":{"__isSmartRef__":true,"id":10876},"user":"sebastianwoinar","tags":[]},"10876":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"10877":{"buildChildNodes":{"__isSmartRef__":true,"id":10878},"getGameTree":{"__isSmartRef__":true,"id":10882},"getLevel":{"__isSmartRef__":true,"id":10886},"getLevelWeight":{"__isSmartRef__":true,"id":10890},"getWeight":{"__isSmartRef__":true,"id":10894},"setNode":{"__isSmartRef__":true,"id":10898},"setParent":{"__isSmartRef__":true,"id":10902},"getParent":{"__isSmartRef__":true,"id":10906},"deactivate":{"__isSmartRef__":true,"id":10910},"blink":{"__isSmartRef__":true,"id":10914},"ABPreturn":{"__isSmartRef__":true,"id":10918},"ABPstart":{"__isSmartRef__":true,"id":10922},"ABPcontinue":{"__isSmartRef__":true,"id":10926},"ABPshowValue":{"__isSmartRef__":true,"id":10930},"ABPgetValue":{"__isSmartRef__":true,"id":10934},"ABPhasChildNodes":{"__isSmartRef__":true,"id":10938},"onMouseDown":{"__isSmartRef__":true,"id":10942},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":10950},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":10954},"ABPmarkAsDone":{"__isSmartRef__":true,"id":10958},"ABPmarkAsActive":{"__isSmartRef__":true,"id":10962},"getStateMorph":{"__isSmartRef__":true,"id":10966},"showState":{"__isSmartRef__":true,"id":10970}},"10878":{"varMapping":{"__isSmartRef__":true,"id":10879},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":10880},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10879":{"this":{"__isSmartRef__":true,"id":10732}},"10880":{"timestamp":{"__isSmartRef__":true,"id":10881},"user":"sebastianwoinar","tags":[]},"10881":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"10882":{"varMapping":{"__isSmartRef__":true,"id":10883},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":10884},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10883":{"this":{"__isSmartRef__":true,"id":10732}},"10884":{"timestamp":{"__isSmartRef__":true,"id":10885},"user":"sebastianwoinar","tags":[]},"10885":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10886":{"varMapping":{"__isSmartRef__":true,"id":10887},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":10888},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10887":{"this":{"__isSmartRef__":true,"id":10732}},"10888":{"timestamp":{"__isSmartRef__":true,"id":10889},"user":"sebastianwoinar","tags":[]},"10889":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10890":{"varMapping":{"__isSmartRef__":true,"id":10891},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10892},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10891":{"this":{"__isSmartRef__":true,"id":10732}},"10892":{"timestamp":{"__isSmartRef__":true,"id":10893},"user":"sebastianwoinar","tags":[]},"10893":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10894":{"varMapping":{"__isSmartRef__":true,"id":10895},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":10896},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10895":{"this":{"__isSmartRef__":true,"id":10732}},"10896":{"timestamp":{"__isSmartRef__":true,"id":10897},"user":"sebastianwoinar","tags":[]},"10897":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10898":{"varMapping":{"__isSmartRef__":true,"id":10899},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":10900},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10899":{"this":{"__isSmartRef__":true,"id":10732}},"10900":{"timestamp":{"__isSmartRef__":true,"id":10901},"user":"sebastianwoinar","tags":[]},"10901":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10902":{"varMapping":{"__isSmartRef__":true,"id":10903},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":10904},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10903":{"this":{"__isSmartRef__":true,"id":10732}},"10904":{"timestamp":{"__isSmartRef__":true,"id":10905},"user":"sebastianwoinar","tags":[]},"10905":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"10906":{"varMapping":{"__isSmartRef__":true,"id":10907},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":10908},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10907":{"this":{"__isSmartRef__":true,"id":10732}},"10908":{"timestamp":{"__isSmartRef__":true,"id":10909},"user":"sebastianwoinar","tags":[]},"10909":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"10910":{"varMapping":{"__isSmartRef__":true,"id":10911},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10912},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10911":{"this":{"__isSmartRef__":true,"id":10732}},"10912":{"timestamp":{"__isSmartRef__":true,"id":10913},"user":"sebastianwoinar","tags":[]},"10913":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"10914":{"varMapping":{"__isSmartRef__":true,"id":10915},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":10916},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10915":{"this":{"__isSmartRef__":true,"id":10732}},"10916":{"timestamp":{"__isSmartRef__":true,"id":10917},"user":"sebastianwoinar","tags":[]},"10917":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"10918":{"varMapping":{"__isSmartRef__":true,"id":10919},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":10920},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10919":{"this":{"__isSmartRef__":true,"id":10732}},"10920":{"timestamp":{"__isSmartRef__":true,"id":10921},"user":"sebastianwoinar","tags":[]},"10921":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"10922":{"varMapping":{"__isSmartRef__":true,"id":10923},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":10924},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10923":{"this":{"__isSmartRef__":true,"id":10732}},"10924":{"timestamp":{"__isSmartRef__":true,"id":10925},"user":"sebastianwoinar","tags":[]},"10925":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"10926":{"varMapping":{"__isSmartRef__":true,"id":10927},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":10928},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10927":{"this":{"__isSmartRef__":true,"id":10732}},"10928":{"timestamp":{"__isSmartRef__":true,"id":10929},"user":"sebastianwoinar","tags":[]},"10929":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"10930":{"varMapping":{"__isSmartRef__":true,"id":10931},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":10932},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10931":{"this":{"__isSmartRef__":true,"id":10732}},"10932":{"timestamp":{"__isSmartRef__":true,"id":10933},"user":"sebastianwoinar","tags":[]},"10933":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"10934":{"varMapping":{"__isSmartRef__":true,"id":10935},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":10936},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10935":{"this":{"__isSmartRef__":true,"id":10732}},"10936":{"timestamp":{"__isSmartRef__":true,"id":10937},"user":"sebastianwoinar","tags":[]},"10937":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"10938":{"varMapping":{"__isSmartRef__":true,"id":10939},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":10940},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10939":{"this":{"__isSmartRef__":true,"id":10732}},"10940":{"timestamp":{"__isSmartRef__":true,"id":10941},"user":"sebastianwoinar","tags":[]},"10941":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"10942":{"varMapping":{"__isSmartRef__":true,"id":10943},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":10948},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10943":{"this":{"__isSmartRef__":true,"id":10732},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10944}},"10944":{"$super":{"__isSmartRef__":true,"id":10945}},"10945":{"varMapping":{"__isSmartRef__":true,"id":10946},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10947},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10946":{"obj":{"__isSmartRef__":true,"id":10732},"name":"onMouseDown"},"10947":{},"10948":{"timestamp":{"__isSmartRef__":true,"id":10949},"user":"sebastianwoinar","tags":[]},"10949":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"10950":{"varMapping":{"__isSmartRef__":true,"id":10951},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":10952},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10951":{"this":{"__isSmartRef__":true,"id":10732}},"10952":{"timestamp":{"__isSmartRef__":true,"id":10953},"user":"sebastianwoinar","tags":[]},"10953":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"10954":{"varMapping":{"__isSmartRef__":true,"id":10955},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":10956},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10955":{"this":{"__isSmartRef__":true,"id":10732}},"10956":{"timestamp":{"__isSmartRef__":true,"id":10957},"user":"sebastianwoinar","tags":[]},"10957":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"10958":{"varMapping":{"__isSmartRef__":true,"id":10959},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":10960},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10959":{"this":{"__isSmartRef__":true,"id":10732}},"10960":{"timestamp":{"__isSmartRef__":true,"id":10961},"user":"sebastianwoinar","tags":[]},"10961":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"10962":{"varMapping":{"__isSmartRef__":true,"id":10963},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":10964},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10963":{"this":{"__isSmartRef__":true,"id":10732}},"10964":{"timestamp":{"__isSmartRef__":true,"id":10965},"user":"sebastianwoinar","tags":[]},"10965":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"10966":{"varMapping":{"__isSmartRef__":true,"id":10967},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":10968},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10967":{"this":{"__isSmartRef__":true,"id":10732}},"10968":{"timestamp":{"__isSmartRef__":true,"id":10969},"user":"sebastianwoinar","tags":[]},"10969":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"10970":{"varMapping":{"__isSmartRef__":true,"id":10971},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10972},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10971":{"this":{"__isSmartRef__":true,"id":10732}},"10972":{"timestamp":{"__isSmartRef__":true,"id":10973},"user":"sebastianwoinar","tags":[]},"10973":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"10974":{"submorphs":[{"__isSmartRef__":true,"id":10975}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10992},"id":"0113D1D8-15F3-4C54-99AB-AF6A23D55B1D","eventHandler":{"__isSmartRef__":true,"id":10993},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":10994},"name":"node40","partsBinMetaInfo":{"__isSmartRef__":true,"id":10995},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6626},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":10998}],"parent":{"__isSmartRef__":true,"id":10466},"level":3,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11119},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(780.6,210.0)"},"10975":{"submorphs":[],"scripts":[],"id":"DAB479C7-FB55-40A5-B9AA-1F8CB461EB35","shape":{"__isSmartRef__":true,"id":10976},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":10977},"textChunks":[{"__isSmartRef__":true,"id":10989}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":10991},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":10974},"_Rotation":0,"_Scale":1,"priorSelectionRange":[0,0],"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"10976":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"10977":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10982},{"__isSmartRef__":true,"id":10984},{"__isSmartRef__":true,"id":10986}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":10988},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10978":{"date":{"__isSmartRef__":true,"id":10979},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"10979":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"10980":{"date":{"__isSmartRef__":true,"id":10981},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"10981":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"10982":{"date":{"__isSmartRef__":true,"id":10983},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"10983":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"10984":{"date":{"__isSmartRef__":true,"id":10985},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"10985":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"10986":{"date":{"__isSmartRef__":true,"id":10987},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"10987":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"10988":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"10989":{"style":{"__isSmartRef__":true,"id":10990},"morph":{"__isSmartRef__":true,"id":10975},"chunkOwner":{"__isSmartRef__":true,"id":10975},"storedString":"","_id":"_105312","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10990":{"fontSize":9,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10991":{"morph":{"__isSmartRef__":true,"id":10975},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10992":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(255,255,255)","_Fill":"Color.rgb(255,255,255)"},"10993":{"morph":{"__isSmartRef__":true,"id":10974},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10994":{},"10995":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":10996}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10996":{"date":{"__isSmartRef__":true,"id":10997},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"10997":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"10998":{"submorphs":[{"__isSmartRef__":true,"id":10999}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11016},"id":"4E3FBF2A-33C9-448D-9DDD-BFD0AD697753","eventHandler":{"__isSmartRef__":true,"id":11017},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":11018},"name":"node41","partsBinMetaInfo":{"__isSmartRef__":true,"id":11019},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6628},"owner":{"__isSmartRef__":true,"id":6525},"parent":{"__isSmartRef__":true,"id":10974},"level":4,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11022},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(890.8,260.0)"},"10999":{"submorphs":[],"scripts":[],"id":"78F7F14F-8184-4D07-8594-B749EE5D0E9F","shape":{"__isSmartRef__":true,"id":11000},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":11001},"textChunks":[{"__isSmartRef__":true,"id":11013}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":11015},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":10998},"_Rotation":0,"_Scale":1,"priorSelectionRange":[0,0],"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"11000":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"11001":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":11002},{"__isSmartRef__":true,"id":11004},{"__isSmartRef__":true,"id":11006},{"__isSmartRef__":true,"id":11008},{"__isSmartRef__":true,"id":11010}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":11012},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11002":{"date":{"__isSmartRef__":true,"id":11003},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"11003":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"11004":{"date":{"__isSmartRef__":true,"id":11005},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"11005":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"11006":{"date":{"__isSmartRef__":true,"id":11007},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"11007":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"11008":{"date":{"__isSmartRef__":true,"id":11009},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"11009":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"11010":{"date":{"__isSmartRef__":true,"id":11011},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"11011":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"11012":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"11013":{"style":{"__isSmartRef__":true,"id":11014},"morph":{"__isSmartRef__":true,"id":10999},"chunkOwner":{"__isSmartRef__":true,"id":10999},"storedString":"","_id":"_105312","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11014":{"fontSize":9,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11015":{"morph":{"__isSmartRef__":true,"id":10999},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11016":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(255,255,255)","_Fill":"Color.rgb(255,255,255)"},"11017":{"morph":{"__isSmartRef__":true,"id":10998},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11018":{},"11019":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":11020}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11020":{"date":{"__isSmartRef__":true,"id":11021},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"11021":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"11022":{"buildChildNodes":{"__isSmartRef__":true,"id":11023},"getGameTree":{"__isSmartRef__":true,"id":11027},"getLevel":{"__isSmartRef__":true,"id":11031},"getLevelWeight":{"__isSmartRef__":true,"id":11035},"getWeight":{"__isSmartRef__":true,"id":11039},"setNode":{"__isSmartRef__":true,"id":11043},"setParent":{"__isSmartRef__":true,"id":11047},"getParent":{"__isSmartRef__":true,"id":11051},"deactivate":{"__isSmartRef__":true,"id":11055},"blink":{"__isSmartRef__":true,"id":11059},"ABPreturn":{"__isSmartRef__":true,"id":11063},"ABPstart":{"__isSmartRef__":true,"id":11067},"ABPcontinue":{"__isSmartRef__":true,"id":11071},"ABPshowValue":{"__isSmartRef__":true,"id":11075},"ABPgetValue":{"__isSmartRef__":true,"id":11079},"ABPhasChildNodes":{"__isSmartRef__":true,"id":11083},"onMouseDown":{"__isSmartRef__":true,"id":11087},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":11095},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":11099},"ABPmarkAsDone":{"__isSmartRef__":true,"id":11103},"ABPmarkAsActive":{"__isSmartRef__":true,"id":11107},"getStateMorph":{"__isSmartRef__":true,"id":11111},"showState":{"__isSmartRef__":true,"id":11115}},"11023":{"varMapping":{"__isSmartRef__":true,"id":11024},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":11025},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11024":{"this":{"__isSmartRef__":true,"id":10998}},"11025":{"timestamp":{"__isSmartRef__":true,"id":11026},"user":"sebastianwoinar","tags":[]},"11026":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"11027":{"varMapping":{"__isSmartRef__":true,"id":11028},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":11029},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11028":{"this":{"__isSmartRef__":true,"id":10998}},"11029":{"timestamp":{"__isSmartRef__":true,"id":11030},"user":"sebastianwoinar","tags":[]},"11030":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11031":{"varMapping":{"__isSmartRef__":true,"id":11032},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":11033},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11032":{"this":{"__isSmartRef__":true,"id":10998}},"11033":{"timestamp":{"__isSmartRef__":true,"id":11034},"user":"sebastianwoinar","tags":[]},"11034":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11035":{"varMapping":{"__isSmartRef__":true,"id":11036},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11037},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11036":{"this":{"__isSmartRef__":true,"id":10998}},"11037":{"timestamp":{"__isSmartRef__":true,"id":11038},"user":"sebastianwoinar","tags":[]},"11038":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11039":{"varMapping":{"__isSmartRef__":true,"id":11040},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":11041},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11040":{"this":{"__isSmartRef__":true,"id":10998}},"11041":{"timestamp":{"__isSmartRef__":true,"id":11042},"user":"sebastianwoinar","tags":[]},"11042":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11043":{"varMapping":{"__isSmartRef__":true,"id":11044},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":11045},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11044":{"this":{"__isSmartRef__":true,"id":10998}},"11045":{"timestamp":{"__isSmartRef__":true,"id":11046},"user":"sebastianwoinar","tags":[]},"11046":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11047":{"varMapping":{"__isSmartRef__":true,"id":11048},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":11049},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11048":{"this":{"__isSmartRef__":true,"id":10998}},"11049":{"timestamp":{"__isSmartRef__":true,"id":11050},"user":"sebastianwoinar","tags":[]},"11050":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11051":{"varMapping":{"__isSmartRef__":true,"id":11052},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":11053},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11052":{"this":{"__isSmartRef__":true,"id":10998}},"11053":{"timestamp":{"__isSmartRef__":true,"id":11054},"user":"sebastianwoinar","tags":[]},"11054":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"11055":{"varMapping":{"__isSmartRef__":true,"id":11056},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":11057},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11056":{"this":{"__isSmartRef__":true,"id":10998}},"11057":{"timestamp":{"__isSmartRef__":true,"id":11058},"user":"sebastianwoinar","tags":[]},"11058":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"11059":{"varMapping":{"__isSmartRef__":true,"id":11060},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":11061},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11060":{"this":{"__isSmartRef__":true,"id":10998}},"11061":{"timestamp":{"__isSmartRef__":true,"id":11062},"user":"sebastianwoinar","tags":[]},"11062":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"11063":{"varMapping":{"__isSmartRef__":true,"id":11064},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":11065},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11064":{"this":{"__isSmartRef__":true,"id":10998}},"11065":{"timestamp":{"__isSmartRef__":true,"id":11066},"user":"sebastianwoinar","tags":[]},"11066":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"11067":{"varMapping":{"__isSmartRef__":true,"id":11068},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":11069},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11068":{"this":{"__isSmartRef__":true,"id":10998}},"11069":{"timestamp":{"__isSmartRef__":true,"id":11070},"user":"sebastianwoinar","tags":[]},"11070":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"11071":{"varMapping":{"__isSmartRef__":true,"id":11072},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":11073},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11072":{"this":{"__isSmartRef__":true,"id":10998}},"11073":{"timestamp":{"__isSmartRef__":true,"id":11074},"user":"sebastianwoinar","tags":[]},"11074":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"11075":{"varMapping":{"__isSmartRef__":true,"id":11076},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":11077},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11076":{"this":{"__isSmartRef__":true,"id":10998}},"11077":{"timestamp":{"__isSmartRef__":true,"id":11078},"user":"sebastianwoinar","tags":[]},"11078":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"11079":{"varMapping":{"__isSmartRef__":true,"id":11080},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":11081},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11080":{"this":{"__isSmartRef__":true,"id":10998}},"11081":{"timestamp":{"__isSmartRef__":true,"id":11082},"user":"sebastianwoinar","tags":[]},"11082":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"11083":{"varMapping":{"__isSmartRef__":true,"id":11084},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":11085},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11084":{"this":{"__isSmartRef__":true,"id":10998}},"11085":{"timestamp":{"__isSmartRef__":true,"id":11086},"user":"sebastianwoinar","tags":[]},"11086":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"11087":{"varMapping":{"__isSmartRef__":true,"id":11088},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":11093},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11088":{"this":{"__isSmartRef__":true,"id":10998},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11089}},"11089":{"$super":{"__isSmartRef__":true,"id":11090}},"11090":{"varMapping":{"__isSmartRef__":true,"id":11091},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":11092},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11091":{"obj":{"__isSmartRef__":true,"id":10998},"name":"onMouseDown"},"11092":{},"11093":{"timestamp":{"__isSmartRef__":true,"id":11094},"user":"sebastianwoinar","tags":[]},"11094":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"11095":{"varMapping":{"__isSmartRef__":true,"id":11096},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":11097},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11096":{"this":{"__isSmartRef__":true,"id":10998}},"11097":{"timestamp":{"__isSmartRef__":true,"id":11098},"user":"sebastianwoinar","tags":[]},"11098":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"11099":{"varMapping":{"__isSmartRef__":true,"id":11100},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":11101},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11100":{"this":{"__isSmartRef__":true,"id":10998}},"11101":{"timestamp":{"__isSmartRef__":true,"id":11102},"user":"sebastianwoinar","tags":[]},"11102":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"11103":{"varMapping":{"__isSmartRef__":true,"id":11104},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":11105},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11104":{"this":{"__isSmartRef__":true,"id":10998}},"11105":{"timestamp":{"__isSmartRef__":true,"id":11106},"user":"sebastianwoinar","tags":[]},"11106":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"11107":{"varMapping":{"__isSmartRef__":true,"id":11108},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":11109},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11108":{"this":{"__isSmartRef__":true,"id":10998}},"11109":{"timestamp":{"__isSmartRef__":true,"id":11110},"user":"sebastianwoinar","tags":[]},"11110":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"11111":{"varMapping":{"__isSmartRef__":true,"id":11112},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":11113},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11112":{"this":{"__isSmartRef__":true,"id":10998}},"11113":{"timestamp":{"__isSmartRef__":true,"id":11114},"user":"sebastianwoinar","tags":[]},"11114":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"11115":{"varMapping":{"__isSmartRef__":true,"id":11116},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11117},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11116":{"this":{"__isSmartRef__":true,"id":10998}},"11117":{"timestamp":{"__isSmartRef__":true,"id":11118},"user":"sebastianwoinar","tags":[]},"11118":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"11119":{"buildChildNodes":{"__isSmartRef__":true,"id":11120},"getGameTree":{"__isSmartRef__":true,"id":11124},"getLevel":{"__isSmartRef__":true,"id":11128},"getLevelWeight":{"__isSmartRef__":true,"id":11132},"getWeight":{"__isSmartRef__":true,"id":11136},"setNode":{"__isSmartRef__":true,"id":11140},"setParent":{"__isSmartRef__":true,"id":11144},"getParent":{"__isSmartRef__":true,"id":11148},"deactivate":{"__isSmartRef__":true,"id":11152},"blink":{"__isSmartRef__":true,"id":11156},"ABPreturn":{"__isSmartRef__":true,"id":11160},"ABPstart":{"__isSmartRef__":true,"id":11164},"ABPcontinue":{"__isSmartRef__":true,"id":11168},"ABPshowValue":{"__isSmartRef__":true,"id":11172},"ABPgetValue":{"__isSmartRef__":true,"id":11176},"ABPhasChildNodes":{"__isSmartRef__":true,"id":11180},"onMouseDown":{"__isSmartRef__":true,"id":11184},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":11192},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":11196},"ABPmarkAsDone":{"__isSmartRef__":true,"id":11200},"ABPmarkAsActive":{"__isSmartRef__":true,"id":11204},"getStateMorph":{"__isSmartRef__":true,"id":11208},"showState":{"__isSmartRef__":true,"id":11212}},"11120":{"varMapping":{"__isSmartRef__":true,"id":11121},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":11122},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11121":{"this":{"__isSmartRef__":true,"id":10974}},"11122":{"timestamp":{"__isSmartRef__":true,"id":11123},"user":"sebastianwoinar","tags":[]},"11123":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"11124":{"varMapping":{"__isSmartRef__":true,"id":11125},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":11126},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11125":{"this":{"__isSmartRef__":true,"id":10974}},"11126":{"timestamp":{"__isSmartRef__":true,"id":11127},"user":"sebastianwoinar","tags":[]},"11127":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11128":{"varMapping":{"__isSmartRef__":true,"id":11129},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":11130},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11129":{"this":{"__isSmartRef__":true,"id":10974}},"11130":{"timestamp":{"__isSmartRef__":true,"id":11131},"user":"sebastianwoinar","tags":[]},"11131":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11132":{"varMapping":{"__isSmartRef__":true,"id":11133},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11134},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11133":{"this":{"__isSmartRef__":true,"id":10974}},"11134":{"timestamp":{"__isSmartRef__":true,"id":11135},"user":"sebastianwoinar","tags":[]},"11135":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11136":{"varMapping":{"__isSmartRef__":true,"id":11137},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":11138},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11137":{"this":{"__isSmartRef__":true,"id":10974}},"11138":{"timestamp":{"__isSmartRef__":true,"id":11139},"user":"sebastianwoinar","tags":[]},"11139":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11140":{"varMapping":{"__isSmartRef__":true,"id":11141},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":11142},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11141":{"this":{"__isSmartRef__":true,"id":10974}},"11142":{"timestamp":{"__isSmartRef__":true,"id":11143},"user":"sebastianwoinar","tags":[]},"11143":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11144":{"varMapping":{"__isSmartRef__":true,"id":11145},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":11146},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11145":{"this":{"__isSmartRef__":true,"id":10974}},"11146":{"timestamp":{"__isSmartRef__":true,"id":11147},"user":"sebastianwoinar","tags":[]},"11147":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11148":{"varMapping":{"__isSmartRef__":true,"id":11149},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":11150},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11149":{"this":{"__isSmartRef__":true,"id":10974}},"11150":{"timestamp":{"__isSmartRef__":true,"id":11151},"user":"sebastianwoinar","tags":[]},"11151":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"11152":{"varMapping":{"__isSmartRef__":true,"id":11153},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":11154},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11153":{"this":{"__isSmartRef__":true,"id":10974}},"11154":{"timestamp":{"__isSmartRef__":true,"id":11155},"user":"sebastianwoinar","tags":[]},"11155":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"11156":{"varMapping":{"__isSmartRef__":true,"id":11157},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":11158},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11157":{"this":{"__isSmartRef__":true,"id":10974}},"11158":{"timestamp":{"__isSmartRef__":true,"id":11159},"user":"sebastianwoinar","tags":[]},"11159":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"11160":{"varMapping":{"__isSmartRef__":true,"id":11161},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":11162},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11161":{"this":{"__isSmartRef__":true,"id":10974}},"11162":{"timestamp":{"__isSmartRef__":true,"id":11163},"user":"sebastianwoinar","tags":[]},"11163":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"11164":{"varMapping":{"__isSmartRef__":true,"id":11165},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":11166},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11165":{"this":{"__isSmartRef__":true,"id":10974}},"11166":{"timestamp":{"__isSmartRef__":true,"id":11167},"user":"sebastianwoinar","tags":[]},"11167":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"11168":{"varMapping":{"__isSmartRef__":true,"id":11169},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":11170},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11169":{"this":{"__isSmartRef__":true,"id":10974}},"11170":{"timestamp":{"__isSmartRef__":true,"id":11171},"user":"sebastianwoinar","tags":[]},"11171":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"11172":{"varMapping":{"__isSmartRef__":true,"id":11173},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":11174},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11173":{"this":{"__isSmartRef__":true,"id":10974}},"11174":{"timestamp":{"__isSmartRef__":true,"id":11175},"user":"sebastianwoinar","tags":[]},"11175":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"11176":{"varMapping":{"__isSmartRef__":true,"id":11177},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":11178},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11177":{"this":{"__isSmartRef__":true,"id":10974}},"11178":{"timestamp":{"__isSmartRef__":true,"id":11179},"user":"sebastianwoinar","tags":[]},"11179":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"11180":{"varMapping":{"__isSmartRef__":true,"id":11181},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":11182},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11181":{"this":{"__isSmartRef__":true,"id":10974}},"11182":{"timestamp":{"__isSmartRef__":true,"id":11183},"user":"sebastianwoinar","tags":[]},"11183":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"11184":{"varMapping":{"__isSmartRef__":true,"id":11185},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":11190},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11185":{"this":{"__isSmartRef__":true,"id":10974},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11186}},"11186":{"$super":{"__isSmartRef__":true,"id":11187}},"11187":{"varMapping":{"__isSmartRef__":true,"id":11188},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":11189},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11188":{"obj":{"__isSmartRef__":true,"id":10974},"name":"onMouseDown"},"11189":{},"11190":{"timestamp":{"__isSmartRef__":true,"id":11191},"user":"sebastianwoinar","tags":[]},"11191":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"11192":{"varMapping":{"__isSmartRef__":true,"id":11193},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":11194},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11193":{"this":{"__isSmartRef__":true,"id":10974}},"11194":{"timestamp":{"__isSmartRef__":true,"id":11195},"user":"sebastianwoinar","tags":[]},"11195":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"11196":{"varMapping":{"__isSmartRef__":true,"id":11197},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":11198},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11197":{"this":{"__isSmartRef__":true,"id":10974}},"11198":{"timestamp":{"__isSmartRef__":true,"id":11199},"user":"sebastianwoinar","tags":[]},"11199":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"11200":{"varMapping":{"__isSmartRef__":true,"id":11201},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":11202},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11201":{"this":{"__isSmartRef__":true,"id":10974}},"11202":{"timestamp":{"__isSmartRef__":true,"id":11203},"user":"sebastianwoinar","tags":[]},"11203":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"11204":{"varMapping":{"__isSmartRef__":true,"id":11205},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":11206},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11205":{"this":{"__isSmartRef__":true,"id":10974}},"11206":{"timestamp":{"__isSmartRef__":true,"id":11207},"user":"sebastianwoinar","tags":[]},"11207":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"11208":{"varMapping":{"__isSmartRef__":true,"id":11209},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":11210},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11209":{"this":{"__isSmartRef__":true,"id":10974}},"11210":{"timestamp":{"__isSmartRef__":true,"id":11211},"user":"sebastianwoinar","tags":[]},"11211":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"11212":{"varMapping":{"__isSmartRef__":true,"id":11213},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11214},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11213":{"this":{"__isSmartRef__":true,"id":10974}},"11214":{"timestamp":{"__isSmartRef__":true,"id":11215},"user":"sebastianwoinar","tags":[]},"11215":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"11216":{"buildChildNodes":{"__isSmartRef__":true,"id":11217},"getGameTree":{"__isSmartRef__":true,"id":11221},"getLevel":{"__isSmartRef__":true,"id":11225},"getLevelWeight":{"__isSmartRef__":true,"id":11229},"getWeight":{"__isSmartRef__":true,"id":11233},"setNode":{"__isSmartRef__":true,"id":11237},"setParent":{"__isSmartRef__":true,"id":11241},"getParent":{"__isSmartRef__":true,"id":11245},"deactivate":{"__isSmartRef__":true,"id":11249},"blink":{"__isSmartRef__":true,"id":11253},"ABPreturn":{"__isSmartRef__":true,"id":11257},"ABPstart":{"__isSmartRef__":true,"id":11261},"ABPcontinue":{"__isSmartRef__":true,"id":11265},"ABPshowValue":{"__isSmartRef__":true,"id":11269},"ABPgetValue":{"__isSmartRef__":true,"id":11273},"ABPhasChildNodes":{"__isSmartRef__":true,"id":11277},"onMouseDown":{"__isSmartRef__":true,"id":11281},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":11289},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":11293},"ABPmarkAsDone":{"__isSmartRef__":true,"id":11297},"ABPmarkAsActive":{"__isSmartRef__":true,"id":11301},"getStateMorph":{"__isSmartRef__":true,"id":11305},"showState":{"__isSmartRef__":true,"id":11309}},"11217":{"varMapping":{"__isSmartRef__":true,"id":11218},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":11219},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11218":{"this":{"__isSmartRef__":true,"id":10466}},"11219":{"timestamp":{"__isSmartRef__":true,"id":11220},"user":"sebastianwoinar","tags":[]},"11220":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"11221":{"varMapping":{"__isSmartRef__":true,"id":11222},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":11223},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11222":{"this":{"__isSmartRef__":true,"id":10466}},"11223":{"timestamp":{"__isSmartRef__":true,"id":11224},"user":"sebastianwoinar","tags":[]},"11224":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11225":{"varMapping":{"__isSmartRef__":true,"id":11226},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":11227},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11226":{"this":{"__isSmartRef__":true,"id":10466}},"11227":{"timestamp":{"__isSmartRef__":true,"id":11228},"user":"sebastianwoinar","tags":[]},"11228":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11229":{"varMapping":{"__isSmartRef__":true,"id":11230},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11231},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11230":{"this":{"__isSmartRef__":true,"id":10466}},"11231":{"timestamp":{"__isSmartRef__":true,"id":11232},"user":"sebastianwoinar","tags":[]},"11232":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11233":{"varMapping":{"__isSmartRef__":true,"id":11234},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":11235},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11234":{"this":{"__isSmartRef__":true,"id":10466}},"11235":{"timestamp":{"__isSmartRef__":true,"id":11236},"user":"sebastianwoinar","tags":[]},"11236":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11237":{"varMapping":{"__isSmartRef__":true,"id":11238},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":11239},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11238":{"this":{"__isSmartRef__":true,"id":10466}},"11239":{"timestamp":{"__isSmartRef__":true,"id":11240},"user":"sebastianwoinar","tags":[]},"11240":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11241":{"varMapping":{"__isSmartRef__":true,"id":11242},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":11243},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11242":{"this":{"__isSmartRef__":true,"id":10466}},"11243":{"timestamp":{"__isSmartRef__":true,"id":11244},"user":"sebastianwoinar","tags":[]},"11244":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11245":{"varMapping":{"__isSmartRef__":true,"id":11246},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":11247},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11246":{"this":{"__isSmartRef__":true,"id":10466}},"11247":{"timestamp":{"__isSmartRef__":true,"id":11248},"user":"sebastianwoinar","tags":[]},"11248":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"11249":{"varMapping":{"__isSmartRef__":true,"id":11250},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":11251},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11250":{"this":{"__isSmartRef__":true,"id":10466}},"11251":{"timestamp":{"__isSmartRef__":true,"id":11252},"user":"sebastianwoinar","tags":[]},"11252":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"11253":{"varMapping":{"__isSmartRef__":true,"id":11254},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":11255},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11254":{"this":{"__isSmartRef__":true,"id":10466}},"11255":{"timestamp":{"__isSmartRef__":true,"id":11256},"user":"sebastianwoinar","tags":[]},"11256":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"11257":{"varMapping":{"__isSmartRef__":true,"id":11258},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":11259},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11258":{"this":{"__isSmartRef__":true,"id":10466}},"11259":{"timestamp":{"__isSmartRef__":true,"id":11260},"user":"sebastianwoinar","tags":[]},"11260":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"11261":{"varMapping":{"__isSmartRef__":true,"id":11262},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":11263},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11262":{"this":{"__isSmartRef__":true,"id":10466}},"11263":{"timestamp":{"__isSmartRef__":true,"id":11264},"user":"sebastianwoinar","tags":[]},"11264":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"11265":{"varMapping":{"__isSmartRef__":true,"id":11266},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":11267},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11266":{"this":{"__isSmartRef__":true,"id":10466}},"11267":{"timestamp":{"__isSmartRef__":true,"id":11268},"user":"sebastianwoinar","tags":[]},"11268":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"11269":{"varMapping":{"__isSmartRef__":true,"id":11270},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":11271},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11270":{"this":{"__isSmartRef__":true,"id":10466}},"11271":{"timestamp":{"__isSmartRef__":true,"id":11272},"user":"sebastianwoinar","tags":[]},"11272":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"11273":{"varMapping":{"__isSmartRef__":true,"id":11274},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":11275},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11274":{"this":{"__isSmartRef__":true,"id":10466}},"11275":{"timestamp":{"__isSmartRef__":true,"id":11276},"user":"sebastianwoinar","tags":[]},"11276":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"11277":{"varMapping":{"__isSmartRef__":true,"id":11278},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":11279},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11278":{"this":{"__isSmartRef__":true,"id":10466}},"11279":{"timestamp":{"__isSmartRef__":true,"id":11280},"user":"sebastianwoinar","tags":[]},"11280":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"11281":{"varMapping":{"__isSmartRef__":true,"id":11282},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":11287},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11282":{"this":{"__isSmartRef__":true,"id":10466},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11283}},"11283":{"$super":{"__isSmartRef__":true,"id":11284}},"11284":{"varMapping":{"__isSmartRef__":true,"id":11285},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":11286},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11285":{"obj":{"__isSmartRef__":true,"id":10466},"name":"onMouseDown"},"11286":{},"11287":{"timestamp":{"__isSmartRef__":true,"id":11288},"user":"sebastianwoinar","tags":[]},"11288":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"11289":{"varMapping":{"__isSmartRef__":true,"id":11290},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":11291},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11290":{"this":{"__isSmartRef__":true,"id":10466}},"11291":{"timestamp":{"__isSmartRef__":true,"id":11292},"user":"sebastianwoinar","tags":[]},"11292":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"11293":{"varMapping":{"__isSmartRef__":true,"id":11294},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":11295},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11294":{"this":{"__isSmartRef__":true,"id":10466}},"11295":{"timestamp":{"__isSmartRef__":true,"id":11296},"user":"sebastianwoinar","tags":[]},"11296":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"11297":{"varMapping":{"__isSmartRef__":true,"id":11298},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":11299},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11298":{"this":{"__isSmartRef__":true,"id":10466}},"11299":{"timestamp":{"__isSmartRef__":true,"id":11300},"user":"sebastianwoinar","tags":[]},"11300":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"11301":{"varMapping":{"__isSmartRef__":true,"id":11302},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":11303},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11302":{"this":{"__isSmartRef__":true,"id":10466}},"11303":{"timestamp":{"__isSmartRef__":true,"id":11304},"user":"sebastianwoinar","tags":[]},"11304":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"11305":{"varMapping":{"__isSmartRef__":true,"id":11306},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":11307},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11306":{"this":{"__isSmartRef__":true,"id":10466}},"11307":{"timestamp":{"__isSmartRef__":true,"id":11308},"user":"sebastianwoinar","tags":[]},"11308":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"11309":{"varMapping":{"__isSmartRef__":true,"id":11310},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11311},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11310":{"this":{"__isSmartRef__":true,"id":10466}},"11311":{"timestamp":{"__isSmartRef__":true,"id":11312},"user":"sebastianwoinar","tags":[]},"11312":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"11313":{"isActive":true,"alpha":13,"beta":13,"i":1,"m":13,"d":0},"11314":{"buildChildNodes":{"__isSmartRef__":true,"id":11315},"getGameTree":{"__isSmartRef__":true,"id":11319},"getLevel":{"__isSmartRef__":true,"id":11323},"getLevelWeight":{"__isSmartRef__":true,"id":11327},"getWeight":{"__isSmartRef__":true,"id":11331},"setNode":{"__isSmartRef__":true,"id":11335},"setParent":{"__isSmartRef__":true,"id":11339},"getParent":{"__isSmartRef__":true,"id":11343},"deactivate":{"__isSmartRef__":true,"id":11347},"blink":{"__isSmartRef__":true,"id":11351},"ABPreturn":{"__isSmartRef__":true,"id":11355},"ABPstart":{"__isSmartRef__":true,"id":11359},"ABPcontinue":{"__isSmartRef__":true,"id":11363},"ABPshowValue":{"__isSmartRef__":true,"id":11367},"ABPgetValue":{"__isSmartRef__":true,"id":11371},"ABPhasChildNodes":{"__isSmartRef__":true,"id":11375},"onMouseDown":{"__isSmartRef__":true,"id":11379},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":11387},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":11391},"ABPmarkAsDone":{"__isSmartRef__":true,"id":11395},"ABPmarkAsActive":{"__isSmartRef__":true,"id":11399},"getStateMorph":{"__isSmartRef__":true,"id":11403},"showState":{"__isSmartRef__":true,"id":11407}},"11315":{"varMapping":{"__isSmartRef__":true,"id":11316},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":11317},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11316":{"this":{"__isSmartRef__":true,"id":9588}},"11317":{"timestamp":{"__isSmartRef__":true,"id":11318},"user":"sebastianwoinar","tags":[]},"11318":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"11319":{"varMapping":{"__isSmartRef__":true,"id":11320},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":11321},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11320":{"this":{"__isSmartRef__":true,"id":9588}},"11321":{"timestamp":{"__isSmartRef__":true,"id":11322},"user":"sebastianwoinar","tags":[]},"11322":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11323":{"varMapping":{"__isSmartRef__":true,"id":11324},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":11325},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11324":{"this":{"__isSmartRef__":true,"id":9588}},"11325":{"timestamp":{"__isSmartRef__":true,"id":11326},"user":"sebastianwoinar","tags":[]},"11326":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11327":{"varMapping":{"__isSmartRef__":true,"id":11328},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11329},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11328":{"this":{"__isSmartRef__":true,"id":9588}},"11329":{"timestamp":{"__isSmartRef__":true,"id":11330},"user":"sebastianwoinar","tags":[]},"11330":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11331":{"varMapping":{"__isSmartRef__":true,"id":11332},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":11333},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11332":{"this":{"__isSmartRef__":true,"id":9588}},"11333":{"timestamp":{"__isSmartRef__":true,"id":11334},"user":"sebastianwoinar","tags":[]},"11334":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11335":{"varMapping":{"__isSmartRef__":true,"id":11336},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":11337},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11336":{"this":{"__isSmartRef__":true,"id":9588}},"11337":{"timestamp":{"__isSmartRef__":true,"id":11338},"user":"sebastianwoinar","tags":[]},"11338":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11339":{"varMapping":{"__isSmartRef__":true,"id":11340},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":11341},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11340":{"this":{"__isSmartRef__":true,"id":9588}},"11341":{"timestamp":{"__isSmartRef__":true,"id":11342},"user":"sebastianwoinar","tags":[]},"11342":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11343":{"varMapping":{"__isSmartRef__":true,"id":11344},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":11345},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11344":{"this":{"__isSmartRef__":true,"id":9588}},"11345":{"timestamp":{"__isSmartRef__":true,"id":11346},"user":"sebastianwoinar","tags":[]},"11346":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"11347":{"varMapping":{"__isSmartRef__":true,"id":11348},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":11349},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11348":{"this":{"__isSmartRef__":true,"id":9588}},"11349":{"timestamp":{"__isSmartRef__":true,"id":11350},"user":"sebastianwoinar","tags":[]},"11350":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"11351":{"varMapping":{"__isSmartRef__":true,"id":11352},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":11353},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11352":{"this":{"__isSmartRef__":true,"id":9588}},"11353":{"timestamp":{"__isSmartRef__":true,"id":11354},"user":"sebastianwoinar","tags":[]},"11354":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"11355":{"varMapping":{"__isSmartRef__":true,"id":11356},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":11357},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11356":{"this":{"__isSmartRef__":true,"id":9588}},"11357":{"timestamp":{"__isSmartRef__":true,"id":11358},"user":"sebastianwoinar","tags":[]},"11358":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"11359":{"varMapping":{"__isSmartRef__":true,"id":11360},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":11361},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11360":{"this":{"__isSmartRef__":true,"id":9588}},"11361":{"timestamp":{"__isSmartRef__":true,"id":11362},"user":"sebastianwoinar","tags":[]},"11362":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"11363":{"varMapping":{"__isSmartRef__":true,"id":11364},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":11365},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11364":{"this":{"__isSmartRef__":true,"id":9588}},"11365":{"timestamp":{"__isSmartRef__":true,"id":11366},"user":"sebastianwoinar","tags":[]},"11366":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"11367":{"varMapping":{"__isSmartRef__":true,"id":11368},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":11369},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11368":{"this":{"__isSmartRef__":true,"id":9588}},"11369":{"timestamp":{"__isSmartRef__":true,"id":11370},"user":"sebastianwoinar","tags":[]},"11370":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"11371":{"varMapping":{"__isSmartRef__":true,"id":11372},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":11373},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11372":{"this":{"__isSmartRef__":true,"id":9588}},"11373":{"timestamp":{"__isSmartRef__":true,"id":11374},"user":"sebastianwoinar","tags":[]},"11374":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"11375":{"varMapping":{"__isSmartRef__":true,"id":11376},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":11377},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11376":{"this":{"__isSmartRef__":true,"id":9588}},"11377":{"timestamp":{"__isSmartRef__":true,"id":11378},"user":"sebastianwoinar","tags":[]},"11378":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"11379":{"varMapping":{"__isSmartRef__":true,"id":11380},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":11385},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11380":{"this":{"__isSmartRef__":true,"id":9588},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11381}},"11381":{"$super":{"__isSmartRef__":true,"id":11382}},"11382":{"varMapping":{"__isSmartRef__":true,"id":11383},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":11384},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11383":{"obj":{"__isSmartRef__":true,"id":9588},"name":"onMouseDown"},"11384":{},"11385":{"timestamp":{"__isSmartRef__":true,"id":11386},"user":"sebastianwoinar","tags":[]},"11386":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"11387":{"varMapping":{"__isSmartRef__":true,"id":11388},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":11389},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11388":{"this":{"__isSmartRef__":true,"id":9588}},"11389":{"timestamp":{"__isSmartRef__":true,"id":11390},"user":"sebastianwoinar","tags":[]},"11390":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"11391":{"varMapping":{"__isSmartRef__":true,"id":11392},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":11393},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11392":{"this":{"__isSmartRef__":true,"id":9588}},"11393":{"timestamp":{"__isSmartRef__":true,"id":11394},"user":"sebastianwoinar","tags":[]},"11394":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"11395":{"varMapping":{"__isSmartRef__":true,"id":11396},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":11397},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11396":{"this":{"__isSmartRef__":true,"id":9588}},"11397":{"timestamp":{"__isSmartRef__":true,"id":11398},"user":"sebastianwoinar","tags":[]},"11398":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"11399":{"varMapping":{"__isSmartRef__":true,"id":11400},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":11401},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11400":{"this":{"__isSmartRef__":true,"id":9588}},"11401":{"timestamp":{"__isSmartRef__":true,"id":11402},"user":"sebastianwoinar","tags":[]},"11402":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"11403":{"varMapping":{"__isSmartRef__":true,"id":11404},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":11405},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11404":{"this":{"__isSmartRef__":true,"id":9588}},"11405":{"timestamp":{"__isSmartRef__":true,"id":11406},"user":"sebastianwoinar","tags":[]},"11406":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"11407":{"varMapping":{"__isSmartRef__":true,"id":11408},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11409},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11408":{"this":{"__isSmartRef__":true,"id":9588}},"11409":{"timestamp":{"__isSmartRef__":true,"id":11410},"user":"sebastianwoinar","tags":[]},"11410":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"11411":{"submorphs":[{"__isSmartRef__":true,"id":11412}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11429},"id":"1D3406AD-DC79-4021-B4FC-9CFC71245565","eventHandler":{"__isSmartRef__":true,"id":11430},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":11431},"name":"node42","partsBinMetaInfo":{"__isSmartRef__":true,"id":11432},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6630},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":11435}],"parent":{"__isSmartRef__":true,"id":6526},"level":1,"abp":{"__isSmartRef__":true,"id":12289},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12290},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(780.6,110.0)"},"11412":{"submorphs":[],"scripts":[],"id":"3E99B53B-6C60-4570-81FA-7D7FD5D95129","shape":{"__isSmartRef__":true,"id":11413},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":11414},"textChunks":[{"__isSmartRef__":true,"id":11426}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":11428},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":11411},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"11413":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"11414":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":11415},{"__isSmartRef__":true,"id":11417},{"__isSmartRef__":true,"id":11419},{"__isSmartRef__":true,"id":11421},{"__isSmartRef__":true,"id":11423}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":11425},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11415":{"date":{"__isSmartRef__":true,"id":11416},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"11416":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"11417":{"date":{"__isSmartRef__":true,"id":11418},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"11418":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"11419":{"date":{"__isSmartRef__":true,"id":11420},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"11420":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"11421":{"date":{"__isSmartRef__":true,"id":11422},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"11422":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"11423":{"date":{"__isSmartRef__":true,"id":11424},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"11424":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"11425":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"11426":{"style":{"__isSmartRef__":true,"id":11427},"chunkOwner":{"__isSmartRef__":true,"id":11412},"_id":"_3620","storedString":"13","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11427":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11428":{"morph":{"__isSmartRef__":true,"id":11412},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11429":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"11430":{"morph":{"__isSmartRef__":true,"id":11411},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11431":{},"11432":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":11433}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11433":{"date":{"__isSmartRef__":true,"id":11434},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"11434":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"11435":{"submorphs":[{"__isSmartRef__":true,"id":11436}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11453},"id":"560751C4-6C2D-49F2-9734-9E3756D5219C","eventHandler":{"__isSmartRef__":true,"id":11454},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":11455},"name":"node43","partsBinMetaInfo":{"__isSmartRef__":true,"id":11456},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6632},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":11459},{"__isSmartRef__":true,"id":11703},{"__isSmartRef__":true,"id":11825},{"__isSmartRef__":true,"id":12069}],"parent":{"__isSmartRef__":true,"id":11411},"level":2,"abp":{"__isSmartRef__":true,"id":12191},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12192},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(874.3,160.0)"},"11436":{"submorphs":[],"scripts":[],"id":"8CC0F113-727F-4E3D-9056-B20D4C1DF05C","shape":{"__isSmartRef__":true,"id":11437},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":11438},"textChunks":[{"__isSmartRef__":true,"id":11450}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":11452},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":11435},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"11437":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"11438":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":11439},{"__isSmartRef__":true,"id":11441},{"__isSmartRef__":true,"id":11443},{"__isSmartRef__":true,"id":11445},{"__isSmartRef__":true,"id":11447}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":11449},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11439":{"date":{"__isSmartRef__":true,"id":11440},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"11440":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"11441":{"date":{"__isSmartRef__":true,"id":11442},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"11442":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"11443":{"date":{"__isSmartRef__":true,"id":11444},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"11444":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"11445":{"date":{"__isSmartRef__":true,"id":11446},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"11446":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"11447":{"date":{"__isSmartRef__":true,"id":11448},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"11448":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"11449":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"11450":{"style":{"__isSmartRef__":true,"id":11451},"chunkOwner":{"__isSmartRef__":true,"id":11436},"_id":"_3617","storedString":"-13","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11451":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11452":{"morph":{"__isSmartRef__":true,"id":11436},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11453":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"11454":{"morph":{"__isSmartRef__":true,"id":11435},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11455":{},"11456":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":11457}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11457":{"date":{"__isSmartRef__":true,"id":11458},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"11458":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"11459":{"submorphs":[{"__isSmartRef__":true,"id":11460}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11477},"id":"208BB9C0-5348-405A-87CB-466ED3A6B28C","eventHandler":{"__isSmartRef__":true,"id":11478},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":11479},"name":"node44","partsBinMetaInfo":{"__isSmartRef__":true,"id":11480},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6634},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":11483}],"parent":{"__isSmartRef__":true,"id":11435},"level":3,"abp":{"__isSmartRef__":true,"id":11605},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11606},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(822.3,210.0)"},"11460":{"submorphs":[],"scripts":[],"id":"DC3E04BA-7E93-4599-870A-8D086D70B66D","shape":{"__isSmartRef__":true,"id":11461},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":11462},"textChunks":[{"__isSmartRef__":true,"id":11474}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":11476},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":11459},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"11461":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"11462":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":11463},{"__isSmartRef__":true,"id":11465},{"__isSmartRef__":true,"id":11467},{"__isSmartRef__":true,"id":11469},{"__isSmartRef__":true,"id":11471}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":11473},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11463":{"date":{"__isSmartRef__":true,"id":11464},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"11464":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"11465":{"date":{"__isSmartRef__":true,"id":11466},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"11466":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"11467":{"date":{"__isSmartRef__":true,"id":11468},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"11468":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"11469":{"date":{"__isSmartRef__":true,"id":11470},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"11470":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"11471":{"date":{"__isSmartRef__":true,"id":11472},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"11472":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"11473":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"11474":{"style":{"__isSmartRef__":true,"id":11475},"chunkOwner":{"__isSmartRef__":true,"id":11460},"_id":"_3586","storedString":"26","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11475":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11476":{"morph":{"__isSmartRef__":true,"id":11460},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11477":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"11478":{"morph":{"__isSmartRef__":true,"id":11459},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11479":{},"11480":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":11481}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11481":{"date":{"__isSmartRef__":true,"id":11482},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"11482":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"11483":{"submorphs":[{"__isSmartRef__":true,"id":11484}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11501},"id":"05920B6B-97A9-4887-A19F-3AABD7B1CFB4","eventHandler":{"__isSmartRef__":true,"id":11502},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":11503},"name":"node45","partsBinMetaInfo":{"__isSmartRef__":true,"id":11504},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6636},"owner":{"__isSmartRef__":true,"id":6525},"parent":{"__isSmartRef__":true,"id":11459},"level":4,"abp":{"__isSmartRef__":true,"id":11507},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11508},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(956.9,260.0)"},"11484":{"submorphs":[],"scripts":[],"id":"72AFCBF5-6D19-4CC6-B318-5C8AAEB69736","shape":{"__isSmartRef__":true,"id":11485},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":11486},"textChunks":[{"__isSmartRef__":true,"id":11498}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":11500},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":11483},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"11485":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"11486":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":11487},{"__isSmartRef__":true,"id":11489},{"__isSmartRef__":true,"id":11491},{"__isSmartRef__":true,"id":11493},{"__isSmartRef__":true,"id":11495}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":11497},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11487":{"date":{"__isSmartRef__":true,"id":11488},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"11488":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"11489":{"date":{"__isSmartRef__":true,"id":11490},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"11490":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"11491":{"date":{"__isSmartRef__":true,"id":11492},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"11492":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"11493":{"date":{"__isSmartRef__":true,"id":11494},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"11494":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"11495":{"date":{"__isSmartRef__":true,"id":11496},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"11496":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"11497":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"11498":{"style":{"__isSmartRef__":true,"id":11499},"chunkOwner":{"__isSmartRef__":true,"id":11484},"_id":"_3583","storedString":"-26","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11499":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11500":{"morph":{"__isSmartRef__":true,"id":11484},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11501":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"11502":{"morph":{"__isSmartRef__":true,"id":11483},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11503":{},"11504":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":11505}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11505":{"date":{"__isSmartRef__":true,"id":11506},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"11506":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"11507":{"isActive":true,"alpha":-13,"beta":10000000000000,"i":0,"m":-26,"d":0},"11508":{"buildChildNodes":{"__isSmartRef__":true,"id":11509},"getGameTree":{"__isSmartRef__":true,"id":11513},"getLevel":{"__isSmartRef__":true,"id":11517},"getLevelWeight":{"__isSmartRef__":true,"id":11521},"getWeight":{"__isSmartRef__":true,"id":11525},"setNode":{"__isSmartRef__":true,"id":11529},"setParent":{"__isSmartRef__":true,"id":11533},"getParent":{"__isSmartRef__":true,"id":11537},"deactivate":{"__isSmartRef__":true,"id":11541},"blink":{"__isSmartRef__":true,"id":11545},"ABPreturn":{"__isSmartRef__":true,"id":11549},"ABPstart":{"__isSmartRef__":true,"id":11553},"ABPcontinue":{"__isSmartRef__":true,"id":11557},"ABPshowValue":{"__isSmartRef__":true,"id":11561},"ABPgetValue":{"__isSmartRef__":true,"id":11565},"ABPhasChildNodes":{"__isSmartRef__":true,"id":11569},"onMouseDown":{"__isSmartRef__":true,"id":11573},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":11581},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":11585},"ABPmarkAsDone":{"__isSmartRef__":true,"id":11589},"ABPmarkAsActive":{"__isSmartRef__":true,"id":11593},"getStateMorph":{"__isSmartRef__":true,"id":11597},"showState":{"__isSmartRef__":true,"id":11601}},"11509":{"varMapping":{"__isSmartRef__":true,"id":11510},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":11511},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11510":{"this":{"__isSmartRef__":true,"id":11483}},"11511":{"timestamp":{"__isSmartRef__":true,"id":11512},"user":"sebastianwoinar","tags":[]},"11512":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"11513":{"varMapping":{"__isSmartRef__":true,"id":11514},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":11515},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11514":{"this":{"__isSmartRef__":true,"id":11483}},"11515":{"timestamp":{"__isSmartRef__":true,"id":11516},"user":"sebastianwoinar","tags":[]},"11516":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11517":{"varMapping":{"__isSmartRef__":true,"id":11518},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":11519},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11518":{"this":{"__isSmartRef__":true,"id":11483}},"11519":{"timestamp":{"__isSmartRef__":true,"id":11520},"user":"sebastianwoinar","tags":[]},"11520":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11521":{"varMapping":{"__isSmartRef__":true,"id":11522},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11523},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11522":{"this":{"__isSmartRef__":true,"id":11483}},"11523":{"timestamp":{"__isSmartRef__":true,"id":11524},"user":"sebastianwoinar","tags":[]},"11524":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11525":{"varMapping":{"__isSmartRef__":true,"id":11526},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":11527},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11526":{"this":{"__isSmartRef__":true,"id":11483}},"11527":{"timestamp":{"__isSmartRef__":true,"id":11528},"user":"sebastianwoinar","tags":[]},"11528":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11529":{"varMapping":{"__isSmartRef__":true,"id":11530},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":11531},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11530":{"this":{"__isSmartRef__":true,"id":11483}},"11531":{"timestamp":{"__isSmartRef__":true,"id":11532},"user":"sebastianwoinar","tags":[]},"11532":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11533":{"varMapping":{"__isSmartRef__":true,"id":11534},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":11535},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11534":{"this":{"__isSmartRef__":true,"id":11483}},"11535":{"timestamp":{"__isSmartRef__":true,"id":11536},"user":"sebastianwoinar","tags":[]},"11536":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11537":{"varMapping":{"__isSmartRef__":true,"id":11538},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":11539},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11538":{"this":{"__isSmartRef__":true,"id":11483}},"11539":{"timestamp":{"__isSmartRef__":true,"id":11540},"user":"sebastianwoinar","tags":[]},"11540":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"11541":{"varMapping":{"__isSmartRef__":true,"id":11542},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":11543},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11542":{"this":{"__isSmartRef__":true,"id":11483}},"11543":{"timestamp":{"__isSmartRef__":true,"id":11544},"user":"sebastianwoinar","tags":[]},"11544":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"11545":{"varMapping":{"__isSmartRef__":true,"id":11546},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":11547},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11546":{"this":{"__isSmartRef__":true,"id":11483}},"11547":{"timestamp":{"__isSmartRef__":true,"id":11548},"user":"sebastianwoinar","tags":[]},"11548":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"11549":{"varMapping":{"__isSmartRef__":true,"id":11550},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":11551},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11550":{"this":{"__isSmartRef__":true,"id":11483}},"11551":{"timestamp":{"__isSmartRef__":true,"id":11552},"user":"sebastianwoinar","tags":[]},"11552":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"11553":{"varMapping":{"__isSmartRef__":true,"id":11554},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":11555},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11554":{"this":{"__isSmartRef__":true,"id":11483}},"11555":{"timestamp":{"__isSmartRef__":true,"id":11556},"user":"sebastianwoinar","tags":[]},"11556":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"11557":{"varMapping":{"__isSmartRef__":true,"id":11558},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":11559},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11558":{"this":{"__isSmartRef__":true,"id":11483}},"11559":{"timestamp":{"__isSmartRef__":true,"id":11560},"user":"sebastianwoinar","tags":[]},"11560":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"11561":{"varMapping":{"__isSmartRef__":true,"id":11562},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":11563},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11562":{"this":{"__isSmartRef__":true,"id":11483}},"11563":{"timestamp":{"__isSmartRef__":true,"id":11564},"user":"sebastianwoinar","tags":[]},"11564":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"11565":{"varMapping":{"__isSmartRef__":true,"id":11566},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":11567},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11566":{"this":{"__isSmartRef__":true,"id":11483}},"11567":{"timestamp":{"__isSmartRef__":true,"id":11568},"user":"sebastianwoinar","tags":[]},"11568":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"11569":{"varMapping":{"__isSmartRef__":true,"id":11570},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":11571},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11570":{"this":{"__isSmartRef__":true,"id":11483}},"11571":{"timestamp":{"__isSmartRef__":true,"id":11572},"user":"sebastianwoinar","tags":[]},"11572":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"11573":{"varMapping":{"__isSmartRef__":true,"id":11574},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":11579},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11574":{"this":{"__isSmartRef__":true,"id":11483},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11575}},"11575":{"$super":{"__isSmartRef__":true,"id":11576}},"11576":{"varMapping":{"__isSmartRef__":true,"id":11577},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":11578},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11577":{"obj":{"__isSmartRef__":true,"id":11483},"name":"onMouseDown"},"11578":{},"11579":{"timestamp":{"__isSmartRef__":true,"id":11580},"user":"sebastianwoinar","tags":[]},"11580":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"11581":{"varMapping":{"__isSmartRef__":true,"id":11582},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":11583},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11582":{"this":{"__isSmartRef__":true,"id":11483}},"11583":{"timestamp":{"__isSmartRef__":true,"id":11584},"user":"sebastianwoinar","tags":[]},"11584":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"11585":{"varMapping":{"__isSmartRef__":true,"id":11586},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":11587},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11586":{"this":{"__isSmartRef__":true,"id":11483}},"11587":{"timestamp":{"__isSmartRef__":true,"id":11588},"user":"sebastianwoinar","tags":[]},"11588":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"11589":{"varMapping":{"__isSmartRef__":true,"id":11590},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":11591},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11590":{"this":{"__isSmartRef__":true,"id":11483}},"11591":{"timestamp":{"__isSmartRef__":true,"id":11592},"user":"sebastianwoinar","tags":[]},"11592":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"11593":{"varMapping":{"__isSmartRef__":true,"id":11594},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":11595},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11594":{"this":{"__isSmartRef__":true,"id":11483}},"11595":{"timestamp":{"__isSmartRef__":true,"id":11596},"user":"sebastianwoinar","tags":[]},"11596":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"11597":{"varMapping":{"__isSmartRef__":true,"id":11598},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":11599},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11598":{"this":{"__isSmartRef__":true,"id":11483}},"11599":{"timestamp":{"__isSmartRef__":true,"id":11600},"user":"sebastianwoinar","tags":[]},"11600":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"11601":{"varMapping":{"__isSmartRef__":true,"id":11602},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11603},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11602":{"this":{"__isSmartRef__":true,"id":11483}},"11603":{"timestamp":{"__isSmartRef__":true,"id":11604},"user":"sebastianwoinar","tags":[]},"11604":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"11605":{"isActive":true,"alpha":26,"beta":13,"i":1,"m":26,"d":0},"11606":{"buildChildNodes":{"__isSmartRef__":true,"id":11607},"getGameTree":{"__isSmartRef__":true,"id":11611},"getLevel":{"__isSmartRef__":true,"id":11615},"getLevelWeight":{"__isSmartRef__":true,"id":11619},"getWeight":{"__isSmartRef__":true,"id":11623},"setNode":{"__isSmartRef__":true,"id":11627},"setParent":{"__isSmartRef__":true,"id":11631},"getParent":{"__isSmartRef__":true,"id":11635},"deactivate":{"__isSmartRef__":true,"id":11639},"blink":{"__isSmartRef__":true,"id":11643},"ABPreturn":{"__isSmartRef__":true,"id":11647},"ABPstart":{"__isSmartRef__":true,"id":11651},"ABPcontinue":{"__isSmartRef__":true,"id":11655},"ABPshowValue":{"__isSmartRef__":true,"id":11659},"ABPgetValue":{"__isSmartRef__":true,"id":11663},"ABPhasChildNodes":{"__isSmartRef__":true,"id":11667},"onMouseDown":{"__isSmartRef__":true,"id":11671},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":11679},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":11683},"ABPmarkAsDone":{"__isSmartRef__":true,"id":11687},"ABPmarkAsActive":{"__isSmartRef__":true,"id":11691},"getStateMorph":{"__isSmartRef__":true,"id":11695},"showState":{"__isSmartRef__":true,"id":11699}},"11607":{"varMapping":{"__isSmartRef__":true,"id":11608},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":11609},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11608":{"this":{"__isSmartRef__":true,"id":11459}},"11609":{"timestamp":{"__isSmartRef__":true,"id":11610},"user":"sebastianwoinar","tags":[]},"11610":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"11611":{"varMapping":{"__isSmartRef__":true,"id":11612},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":11613},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11612":{"this":{"__isSmartRef__":true,"id":11459}},"11613":{"timestamp":{"__isSmartRef__":true,"id":11614},"user":"sebastianwoinar","tags":[]},"11614":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11615":{"varMapping":{"__isSmartRef__":true,"id":11616},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":11617},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11616":{"this":{"__isSmartRef__":true,"id":11459}},"11617":{"timestamp":{"__isSmartRef__":true,"id":11618},"user":"sebastianwoinar","tags":[]},"11618":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11619":{"varMapping":{"__isSmartRef__":true,"id":11620},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11621},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11620":{"this":{"__isSmartRef__":true,"id":11459}},"11621":{"timestamp":{"__isSmartRef__":true,"id":11622},"user":"sebastianwoinar","tags":[]},"11622":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11623":{"varMapping":{"__isSmartRef__":true,"id":11624},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":11625},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11624":{"this":{"__isSmartRef__":true,"id":11459}},"11625":{"timestamp":{"__isSmartRef__":true,"id":11626},"user":"sebastianwoinar","tags":[]},"11626":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11627":{"varMapping":{"__isSmartRef__":true,"id":11628},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":11629},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11628":{"this":{"__isSmartRef__":true,"id":11459}},"11629":{"timestamp":{"__isSmartRef__":true,"id":11630},"user":"sebastianwoinar","tags":[]},"11630":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11631":{"varMapping":{"__isSmartRef__":true,"id":11632},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":11633},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11632":{"this":{"__isSmartRef__":true,"id":11459}},"11633":{"timestamp":{"__isSmartRef__":true,"id":11634},"user":"sebastianwoinar","tags":[]},"11634":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11635":{"varMapping":{"__isSmartRef__":true,"id":11636},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":11637},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11636":{"this":{"__isSmartRef__":true,"id":11459}},"11637":{"timestamp":{"__isSmartRef__":true,"id":11638},"user":"sebastianwoinar","tags":[]},"11638":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"11639":{"varMapping":{"__isSmartRef__":true,"id":11640},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":11641},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11640":{"this":{"__isSmartRef__":true,"id":11459}},"11641":{"timestamp":{"__isSmartRef__":true,"id":11642},"user":"sebastianwoinar","tags":[]},"11642":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"11643":{"varMapping":{"__isSmartRef__":true,"id":11644},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":11645},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11644":{"this":{"__isSmartRef__":true,"id":11459}},"11645":{"timestamp":{"__isSmartRef__":true,"id":11646},"user":"sebastianwoinar","tags":[]},"11646":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"11647":{"varMapping":{"__isSmartRef__":true,"id":11648},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":11649},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11648":{"this":{"__isSmartRef__":true,"id":11459}},"11649":{"timestamp":{"__isSmartRef__":true,"id":11650},"user":"sebastianwoinar","tags":[]},"11650":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"11651":{"varMapping":{"__isSmartRef__":true,"id":11652},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":11653},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11652":{"this":{"__isSmartRef__":true,"id":11459}},"11653":{"timestamp":{"__isSmartRef__":true,"id":11654},"user":"sebastianwoinar","tags":[]},"11654":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"11655":{"varMapping":{"__isSmartRef__":true,"id":11656},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":11657},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11656":{"this":{"__isSmartRef__":true,"id":11459}},"11657":{"timestamp":{"__isSmartRef__":true,"id":11658},"user":"sebastianwoinar","tags":[]},"11658":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"11659":{"varMapping":{"__isSmartRef__":true,"id":11660},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":11661},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11660":{"this":{"__isSmartRef__":true,"id":11459}},"11661":{"timestamp":{"__isSmartRef__":true,"id":11662},"user":"sebastianwoinar","tags":[]},"11662":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"11663":{"varMapping":{"__isSmartRef__":true,"id":11664},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":11665},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11664":{"this":{"__isSmartRef__":true,"id":11459}},"11665":{"timestamp":{"__isSmartRef__":true,"id":11666},"user":"sebastianwoinar","tags":[]},"11666":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"11667":{"varMapping":{"__isSmartRef__":true,"id":11668},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":11669},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11668":{"this":{"__isSmartRef__":true,"id":11459}},"11669":{"timestamp":{"__isSmartRef__":true,"id":11670},"user":"sebastianwoinar","tags":[]},"11670":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"11671":{"varMapping":{"__isSmartRef__":true,"id":11672},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":11677},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11672":{"this":{"__isSmartRef__":true,"id":11459},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11673}},"11673":{"$super":{"__isSmartRef__":true,"id":11674}},"11674":{"varMapping":{"__isSmartRef__":true,"id":11675},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":11676},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11675":{"obj":{"__isSmartRef__":true,"id":11459},"name":"onMouseDown"},"11676":{},"11677":{"timestamp":{"__isSmartRef__":true,"id":11678},"user":"sebastianwoinar","tags":[]},"11678":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"11679":{"varMapping":{"__isSmartRef__":true,"id":11680},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":11681},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11680":{"this":{"__isSmartRef__":true,"id":11459}},"11681":{"timestamp":{"__isSmartRef__":true,"id":11682},"user":"sebastianwoinar","tags":[]},"11682":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"11683":{"varMapping":{"__isSmartRef__":true,"id":11684},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":11685},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11684":{"this":{"__isSmartRef__":true,"id":11459}},"11685":{"timestamp":{"__isSmartRef__":true,"id":11686},"user":"sebastianwoinar","tags":[]},"11686":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"11687":{"varMapping":{"__isSmartRef__":true,"id":11688},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":11689},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11688":{"this":{"__isSmartRef__":true,"id":11459}},"11689":{"timestamp":{"__isSmartRef__":true,"id":11690},"user":"sebastianwoinar","tags":[]},"11690":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"11691":{"varMapping":{"__isSmartRef__":true,"id":11692},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":11693},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11692":{"this":{"__isSmartRef__":true,"id":11459}},"11693":{"timestamp":{"__isSmartRef__":true,"id":11694},"user":"sebastianwoinar","tags":[]},"11694":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"11695":{"varMapping":{"__isSmartRef__":true,"id":11696},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":11697},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11696":{"this":{"__isSmartRef__":true,"id":11459}},"11697":{"timestamp":{"__isSmartRef__":true,"id":11698},"user":"sebastianwoinar","tags":[]},"11698":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"11699":{"varMapping":{"__isSmartRef__":true,"id":11700},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11701},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11700":{"this":{"__isSmartRef__":true,"id":11459}},"11701":{"timestamp":{"__isSmartRef__":true,"id":11702},"user":"sebastianwoinar","tags":[]},"11702":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"11703":{"submorphs":[{"__isSmartRef__":true,"id":11704}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11721},"id":"4333F3A9-230D-4CF5-8111-24ECE518AD90","eventHandler":{"__isSmartRef__":true,"id":11722},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":11723},"name":"node46","partsBinMetaInfo":{"__isSmartRef__":true,"id":11724},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6638},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[],"parent":{"__isSmartRef__":true,"id":11435},"level":3,"abp":{"__isSmartRef__":true,"id":11727},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11728},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(863.9,210.0)"},"11704":{"submorphs":[],"scripts":[],"id":"0D92E5BD-3500-460C-98B9-602FEB7A101D","shape":{"__isSmartRef__":true,"id":11705},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":11706},"textChunks":[{"__isSmartRef__":true,"id":11718}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":11720},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":11703},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"11705":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"11706":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":11707},{"__isSmartRef__":true,"id":11709},{"__isSmartRef__":true,"id":11711},{"__isSmartRef__":true,"id":11713},{"__isSmartRef__":true,"id":11715}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":11717},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11707":{"date":{"__isSmartRef__":true,"id":11708},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"11708":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"11709":{"date":{"__isSmartRef__":true,"id":11710},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"11710":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"11711":{"date":{"__isSmartRef__":true,"id":11712},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"11712":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"11713":{"date":{"__isSmartRef__":true,"id":11714},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"11714":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"11715":{"date":{"__isSmartRef__":true,"id":11716},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"11716":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"11717":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"11718":{"style":{"__isSmartRef__":true,"id":11719},"chunkOwner":{"__isSmartRef__":true,"id":11704},"_id":"_3593","storedString":"15","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11719":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11720":{"morph":{"__isSmartRef__":true,"id":11704},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11721":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"11722":{"morph":{"__isSmartRef__":true,"id":11703},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11723":{},"11724":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":11725}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11725":{"date":{"__isSmartRef__":true,"id":11726},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"11726":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"11727":{"isActive":true,"alpha":-10000000000000,"beta":13,"i":0,"m":15,"d":0},"11728":{"buildChildNodes":{"__isSmartRef__":true,"id":11729},"getGameTree":{"__isSmartRef__":true,"id":11733},"getLevel":{"__isSmartRef__":true,"id":11737},"getLevelWeight":{"__isSmartRef__":true,"id":11741},"getWeight":{"__isSmartRef__":true,"id":11745},"setNode":{"__isSmartRef__":true,"id":11749},"setParent":{"__isSmartRef__":true,"id":11753},"getParent":{"__isSmartRef__":true,"id":11757},"deactivate":{"__isSmartRef__":true,"id":11761},"blink":{"__isSmartRef__":true,"id":11765},"ABPreturn":{"__isSmartRef__":true,"id":11769},"ABPstart":{"__isSmartRef__":true,"id":11773},"ABPcontinue":{"__isSmartRef__":true,"id":11777},"ABPshowValue":{"__isSmartRef__":true,"id":11781},"ABPgetValue":{"__isSmartRef__":true,"id":11785},"ABPhasChildNodes":{"__isSmartRef__":true,"id":11789},"onMouseDown":{"__isSmartRef__":true,"id":11793},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":11801},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":11805},"ABPmarkAsDone":{"__isSmartRef__":true,"id":11809},"ABPmarkAsActive":{"__isSmartRef__":true,"id":11813},"getStateMorph":{"__isSmartRef__":true,"id":11817},"showState":{"__isSmartRef__":true,"id":11821}},"11729":{"varMapping":{"__isSmartRef__":true,"id":11730},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":11731},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11730":{"this":{"__isSmartRef__":true,"id":11703}},"11731":{"timestamp":{"__isSmartRef__":true,"id":11732},"user":"sebastianwoinar","tags":[]},"11732":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"11733":{"varMapping":{"__isSmartRef__":true,"id":11734},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":11735},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11734":{"this":{"__isSmartRef__":true,"id":11703}},"11735":{"timestamp":{"__isSmartRef__":true,"id":11736},"user":"sebastianwoinar","tags":[]},"11736":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11737":{"varMapping":{"__isSmartRef__":true,"id":11738},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":11739},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11738":{"this":{"__isSmartRef__":true,"id":11703}},"11739":{"timestamp":{"__isSmartRef__":true,"id":11740},"user":"sebastianwoinar","tags":[]},"11740":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11741":{"varMapping":{"__isSmartRef__":true,"id":11742},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11743},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11742":{"this":{"__isSmartRef__":true,"id":11703}},"11743":{"timestamp":{"__isSmartRef__":true,"id":11744},"user":"sebastianwoinar","tags":[]},"11744":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11745":{"varMapping":{"__isSmartRef__":true,"id":11746},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":11747},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11746":{"this":{"__isSmartRef__":true,"id":11703}},"11747":{"timestamp":{"__isSmartRef__":true,"id":11748},"user":"sebastianwoinar","tags":[]},"11748":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11749":{"varMapping":{"__isSmartRef__":true,"id":11750},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":11751},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11750":{"this":{"__isSmartRef__":true,"id":11703}},"11751":{"timestamp":{"__isSmartRef__":true,"id":11752},"user":"sebastianwoinar","tags":[]},"11752":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11753":{"varMapping":{"__isSmartRef__":true,"id":11754},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":11755},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11754":{"this":{"__isSmartRef__":true,"id":11703}},"11755":{"timestamp":{"__isSmartRef__":true,"id":11756},"user":"sebastianwoinar","tags":[]},"11756":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11757":{"varMapping":{"__isSmartRef__":true,"id":11758},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":11759},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11758":{"this":{"__isSmartRef__":true,"id":11703}},"11759":{"timestamp":{"__isSmartRef__":true,"id":11760},"user":"sebastianwoinar","tags":[]},"11760":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"11761":{"varMapping":{"__isSmartRef__":true,"id":11762},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":11763},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11762":{"this":{"__isSmartRef__":true,"id":11703}},"11763":{"timestamp":{"__isSmartRef__":true,"id":11764},"user":"sebastianwoinar","tags":[]},"11764":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"11765":{"varMapping":{"__isSmartRef__":true,"id":11766},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":11767},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11766":{"this":{"__isSmartRef__":true,"id":11703}},"11767":{"timestamp":{"__isSmartRef__":true,"id":11768},"user":"sebastianwoinar","tags":[]},"11768":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"11769":{"varMapping":{"__isSmartRef__":true,"id":11770},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":11771},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11770":{"this":{"__isSmartRef__":true,"id":11703}},"11771":{"timestamp":{"__isSmartRef__":true,"id":11772},"user":"sebastianwoinar","tags":[]},"11772":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"11773":{"varMapping":{"__isSmartRef__":true,"id":11774},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":11775},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11774":{"this":{"__isSmartRef__":true,"id":11703}},"11775":{"timestamp":{"__isSmartRef__":true,"id":11776},"user":"sebastianwoinar","tags":[]},"11776":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"11777":{"varMapping":{"__isSmartRef__":true,"id":11778},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":11779},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11778":{"this":{"__isSmartRef__":true,"id":11703}},"11779":{"timestamp":{"__isSmartRef__":true,"id":11780},"user":"sebastianwoinar","tags":[]},"11780":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"11781":{"varMapping":{"__isSmartRef__":true,"id":11782},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":11783},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11782":{"this":{"__isSmartRef__":true,"id":11703}},"11783":{"timestamp":{"__isSmartRef__":true,"id":11784},"user":"sebastianwoinar","tags":[]},"11784":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"11785":{"varMapping":{"__isSmartRef__":true,"id":11786},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":11787},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11786":{"this":{"__isSmartRef__":true,"id":11703}},"11787":{"timestamp":{"__isSmartRef__":true,"id":11788},"user":"sebastianwoinar","tags":[]},"11788":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"11789":{"varMapping":{"__isSmartRef__":true,"id":11790},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":11791},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11790":{"this":{"__isSmartRef__":true,"id":11703}},"11791":{"timestamp":{"__isSmartRef__":true,"id":11792},"user":"sebastianwoinar","tags":[]},"11792":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"11793":{"varMapping":{"__isSmartRef__":true,"id":11794},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":11799},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11794":{"this":{"__isSmartRef__":true,"id":11703},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11795}},"11795":{"$super":{"__isSmartRef__":true,"id":11796}},"11796":{"varMapping":{"__isSmartRef__":true,"id":11797},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":11798},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11797":{"obj":{"__isSmartRef__":true,"id":11703},"name":"onMouseDown"},"11798":{},"11799":{"timestamp":{"__isSmartRef__":true,"id":11800},"user":"sebastianwoinar","tags":[]},"11800":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"11801":{"varMapping":{"__isSmartRef__":true,"id":11802},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":11803},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11802":{"this":{"__isSmartRef__":true,"id":11703}},"11803":{"timestamp":{"__isSmartRef__":true,"id":11804},"user":"sebastianwoinar","tags":[]},"11804":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"11805":{"varMapping":{"__isSmartRef__":true,"id":11806},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":11807},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11806":{"this":{"__isSmartRef__":true,"id":11703}},"11807":{"timestamp":{"__isSmartRef__":true,"id":11808},"user":"sebastianwoinar","tags":[]},"11808":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"11809":{"varMapping":{"__isSmartRef__":true,"id":11810},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":11811},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11810":{"this":{"__isSmartRef__":true,"id":11703}},"11811":{"timestamp":{"__isSmartRef__":true,"id":11812},"user":"sebastianwoinar","tags":[]},"11812":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"11813":{"varMapping":{"__isSmartRef__":true,"id":11814},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":11815},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11814":{"this":{"__isSmartRef__":true,"id":11703}},"11815":{"timestamp":{"__isSmartRef__":true,"id":11816},"user":"sebastianwoinar","tags":[]},"11816":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"11817":{"varMapping":{"__isSmartRef__":true,"id":11818},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":11819},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11818":{"this":{"__isSmartRef__":true,"id":11703}},"11819":{"timestamp":{"__isSmartRef__":true,"id":11820},"user":"sebastianwoinar","tags":[]},"11820":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"11821":{"varMapping":{"__isSmartRef__":true,"id":11822},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11823},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11822":{"this":{"__isSmartRef__":true,"id":11703}},"11823":{"timestamp":{"__isSmartRef__":true,"id":11824},"user":"sebastianwoinar","tags":[]},"11824":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"11825":{"submorphs":[{"__isSmartRef__":true,"id":11826}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11843},"id":"EC6B5BEA-D90E-46A6-BFFE-99D322F99FAE","eventHandler":{"__isSmartRef__":true,"id":11844},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":11845},"name":"node47","partsBinMetaInfo":{"__isSmartRef__":true,"id":11846},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6640},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":11849}],"parent":{"__isSmartRef__":true,"id":11435},"level":3,"abp":{"__isSmartRef__":true,"id":11971},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11972},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(905.5,210.0)"},"11826":{"submorphs":[],"scripts":[],"id":"8D5D5B9B-9208-4BB7-B7AF-F07CC6C52CB8","shape":{"__isSmartRef__":true,"id":11827},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":11828},"textChunks":[{"__isSmartRef__":true,"id":11840}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":11842},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":11825},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"11827":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"11828":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":11829},{"__isSmartRef__":true,"id":11831},{"__isSmartRef__":true,"id":11833},{"__isSmartRef__":true,"id":11835},{"__isSmartRef__":true,"id":11837}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":11839},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11829":{"date":{"__isSmartRef__":true,"id":11830},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"11830":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"11831":{"date":{"__isSmartRef__":true,"id":11832},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"11832":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"11833":{"date":{"__isSmartRef__":true,"id":11834},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"11834":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"11835":{"date":{"__isSmartRef__":true,"id":11836},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"11836":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"11837":{"date":{"__isSmartRef__":true,"id":11838},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"11838":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"11839":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"11840":{"style":{"__isSmartRef__":true,"id":11841},"chunkOwner":{"__isSmartRef__":true,"id":11826},"_id":"_3605","storedString":"30","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11841":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11842":{"morph":{"__isSmartRef__":true,"id":11826},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11843":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"11844":{"morph":{"__isSmartRef__":true,"id":11825},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11845":{},"11846":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":11847}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11847":{"date":{"__isSmartRef__":true,"id":11848},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"11848":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"11849":{"submorphs":[{"__isSmartRef__":true,"id":11850}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11867},"id":"590EA350-7330-48D5-8BA7-E3A2CAD192AB","eventHandler":{"__isSmartRef__":true,"id":11868},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":11869},"name":"node48","partsBinMetaInfo":{"__isSmartRef__":true,"id":11870},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6642},"owner":{"__isSmartRef__":true,"id":6525},"parent":{"__isSmartRef__":true,"id":11825},"level":4,"abp":{"__isSmartRef__":true,"id":11873},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11874},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(1023.0,260.0)"},"11850":{"submorphs":[],"scripts":[],"id":"6617B980-6673-4920-A170-CB9EB25287D9","shape":{"__isSmartRef__":true,"id":11851},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":11852},"textChunks":[{"__isSmartRef__":true,"id":11864}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":11866},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":11849},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"11851":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"11852":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":11853},{"__isSmartRef__":true,"id":11855},{"__isSmartRef__":true,"id":11857},{"__isSmartRef__":true,"id":11859},{"__isSmartRef__":true,"id":11861}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":11863},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11853":{"date":{"__isSmartRef__":true,"id":11854},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"11854":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"11855":{"date":{"__isSmartRef__":true,"id":11856},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"11856":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"11857":{"date":{"__isSmartRef__":true,"id":11858},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"11858":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"11859":{"date":{"__isSmartRef__":true,"id":11860},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"11860":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"11861":{"date":{"__isSmartRef__":true,"id":11862},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"11862":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"11863":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"11864":{"style":{"__isSmartRef__":true,"id":11865},"chunkOwner":{"__isSmartRef__":true,"id":11850},"_id":"_3602","storedString":"-30","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11865":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11866":{"morph":{"__isSmartRef__":true,"id":11850},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11867":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"11868":{"morph":{"__isSmartRef__":true,"id":11849},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11869":{},"11870":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":11871}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11871":{"date":{"__isSmartRef__":true,"id":11872},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"11872":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"11873":{"isActive":true,"alpha":-13,"beta":10000000000000,"i":0,"m":-30,"d":0},"11874":{"buildChildNodes":{"__isSmartRef__":true,"id":11875},"getGameTree":{"__isSmartRef__":true,"id":11879},"getLevel":{"__isSmartRef__":true,"id":11883},"getLevelWeight":{"__isSmartRef__":true,"id":11887},"getWeight":{"__isSmartRef__":true,"id":11891},"setNode":{"__isSmartRef__":true,"id":11895},"setParent":{"__isSmartRef__":true,"id":11899},"getParent":{"__isSmartRef__":true,"id":11903},"deactivate":{"__isSmartRef__":true,"id":11907},"blink":{"__isSmartRef__":true,"id":11911},"ABPreturn":{"__isSmartRef__":true,"id":11915},"ABPstart":{"__isSmartRef__":true,"id":11919},"ABPcontinue":{"__isSmartRef__":true,"id":11923},"ABPshowValue":{"__isSmartRef__":true,"id":11927},"ABPgetValue":{"__isSmartRef__":true,"id":11931},"ABPhasChildNodes":{"__isSmartRef__":true,"id":11935},"onMouseDown":{"__isSmartRef__":true,"id":11939},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":11947},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":11951},"ABPmarkAsDone":{"__isSmartRef__":true,"id":11955},"ABPmarkAsActive":{"__isSmartRef__":true,"id":11959},"getStateMorph":{"__isSmartRef__":true,"id":11963},"showState":{"__isSmartRef__":true,"id":11967}},"11875":{"varMapping":{"__isSmartRef__":true,"id":11876},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":11877},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11876":{"this":{"__isSmartRef__":true,"id":11849}},"11877":{"timestamp":{"__isSmartRef__":true,"id":11878},"user":"sebastianwoinar","tags":[]},"11878":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"11879":{"varMapping":{"__isSmartRef__":true,"id":11880},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":11881},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11880":{"this":{"__isSmartRef__":true,"id":11849}},"11881":{"timestamp":{"__isSmartRef__":true,"id":11882},"user":"sebastianwoinar","tags":[]},"11882":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11883":{"varMapping":{"__isSmartRef__":true,"id":11884},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":11885},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11884":{"this":{"__isSmartRef__":true,"id":11849}},"11885":{"timestamp":{"__isSmartRef__":true,"id":11886},"user":"sebastianwoinar","tags":[]},"11886":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11887":{"varMapping":{"__isSmartRef__":true,"id":11888},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11889},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11888":{"this":{"__isSmartRef__":true,"id":11849}},"11889":{"timestamp":{"__isSmartRef__":true,"id":11890},"user":"sebastianwoinar","tags":[]},"11890":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11891":{"varMapping":{"__isSmartRef__":true,"id":11892},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":11893},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11892":{"this":{"__isSmartRef__":true,"id":11849}},"11893":{"timestamp":{"__isSmartRef__":true,"id":11894},"user":"sebastianwoinar","tags":[]},"11894":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11895":{"varMapping":{"__isSmartRef__":true,"id":11896},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":11897},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11896":{"this":{"__isSmartRef__":true,"id":11849}},"11897":{"timestamp":{"__isSmartRef__":true,"id":11898},"user":"sebastianwoinar","tags":[]},"11898":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11899":{"varMapping":{"__isSmartRef__":true,"id":11900},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":11901},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11900":{"this":{"__isSmartRef__":true,"id":11849}},"11901":{"timestamp":{"__isSmartRef__":true,"id":11902},"user":"sebastianwoinar","tags":[]},"11902":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11903":{"varMapping":{"__isSmartRef__":true,"id":11904},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":11905},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11904":{"this":{"__isSmartRef__":true,"id":11849}},"11905":{"timestamp":{"__isSmartRef__":true,"id":11906},"user":"sebastianwoinar","tags":[]},"11906":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"11907":{"varMapping":{"__isSmartRef__":true,"id":11908},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":11909},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11908":{"this":{"__isSmartRef__":true,"id":11849}},"11909":{"timestamp":{"__isSmartRef__":true,"id":11910},"user":"sebastianwoinar","tags":[]},"11910":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"11911":{"varMapping":{"__isSmartRef__":true,"id":11912},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":11913},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11912":{"this":{"__isSmartRef__":true,"id":11849}},"11913":{"timestamp":{"__isSmartRef__":true,"id":11914},"user":"sebastianwoinar","tags":[]},"11914":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"11915":{"varMapping":{"__isSmartRef__":true,"id":11916},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":11917},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11916":{"this":{"__isSmartRef__":true,"id":11849}},"11917":{"timestamp":{"__isSmartRef__":true,"id":11918},"user":"sebastianwoinar","tags":[]},"11918":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"11919":{"varMapping":{"__isSmartRef__":true,"id":11920},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":11921},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11920":{"this":{"__isSmartRef__":true,"id":11849}},"11921":{"timestamp":{"__isSmartRef__":true,"id":11922},"user":"sebastianwoinar","tags":[]},"11922":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"11923":{"varMapping":{"__isSmartRef__":true,"id":11924},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":11925},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11924":{"this":{"__isSmartRef__":true,"id":11849}},"11925":{"timestamp":{"__isSmartRef__":true,"id":11926},"user":"sebastianwoinar","tags":[]},"11926":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"11927":{"varMapping":{"__isSmartRef__":true,"id":11928},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":11929},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11928":{"this":{"__isSmartRef__":true,"id":11849}},"11929":{"timestamp":{"__isSmartRef__":true,"id":11930},"user":"sebastianwoinar","tags":[]},"11930":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"11931":{"varMapping":{"__isSmartRef__":true,"id":11932},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":11933},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11932":{"this":{"__isSmartRef__":true,"id":11849}},"11933":{"timestamp":{"__isSmartRef__":true,"id":11934},"user":"sebastianwoinar","tags":[]},"11934":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"11935":{"varMapping":{"__isSmartRef__":true,"id":11936},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":11937},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11936":{"this":{"__isSmartRef__":true,"id":11849}},"11937":{"timestamp":{"__isSmartRef__":true,"id":11938},"user":"sebastianwoinar","tags":[]},"11938":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"11939":{"varMapping":{"__isSmartRef__":true,"id":11940},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":11945},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11940":{"this":{"__isSmartRef__":true,"id":11849},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11941}},"11941":{"$super":{"__isSmartRef__":true,"id":11942}},"11942":{"varMapping":{"__isSmartRef__":true,"id":11943},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":11944},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11943":{"obj":{"__isSmartRef__":true,"id":11849},"name":"onMouseDown"},"11944":{},"11945":{"timestamp":{"__isSmartRef__":true,"id":11946},"user":"sebastianwoinar","tags":[]},"11946":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"11947":{"varMapping":{"__isSmartRef__":true,"id":11948},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":11949},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11948":{"this":{"__isSmartRef__":true,"id":11849}},"11949":{"timestamp":{"__isSmartRef__":true,"id":11950},"user":"sebastianwoinar","tags":[]},"11950":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"11951":{"varMapping":{"__isSmartRef__":true,"id":11952},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":11953},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11952":{"this":{"__isSmartRef__":true,"id":11849}},"11953":{"timestamp":{"__isSmartRef__":true,"id":11954},"user":"sebastianwoinar","tags":[]},"11954":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"11955":{"varMapping":{"__isSmartRef__":true,"id":11956},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":11957},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11956":{"this":{"__isSmartRef__":true,"id":11849}},"11957":{"timestamp":{"__isSmartRef__":true,"id":11958},"user":"sebastianwoinar","tags":[]},"11958":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"11959":{"varMapping":{"__isSmartRef__":true,"id":11960},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":11961},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11960":{"this":{"__isSmartRef__":true,"id":11849}},"11961":{"timestamp":{"__isSmartRef__":true,"id":11962},"user":"sebastianwoinar","tags":[]},"11962":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"11963":{"varMapping":{"__isSmartRef__":true,"id":11964},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":11965},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11964":{"this":{"__isSmartRef__":true,"id":11849}},"11965":{"timestamp":{"__isSmartRef__":true,"id":11966},"user":"sebastianwoinar","tags":[]},"11966":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"11967":{"varMapping":{"__isSmartRef__":true,"id":11968},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11969},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11968":{"this":{"__isSmartRef__":true,"id":11849}},"11969":{"timestamp":{"__isSmartRef__":true,"id":11970},"user":"sebastianwoinar","tags":[]},"11970":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"11971":{"isActive":true,"alpha":30,"beta":13,"i":1,"m":30,"d":0},"11972":{"buildChildNodes":{"__isSmartRef__":true,"id":11973},"getGameTree":{"__isSmartRef__":true,"id":11977},"getLevel":{"__isSmartRef__":true,"id":11981},"getLevelWeight":{"__isSmartRef__":true,"id":11985},"getWeight":{"__isSmartRef__":true,"id":11989},"setNode":{"__isSmartRef__":true,"id":11993},"setParent":{"__isSmartRef__":true,"id":11997},"getParent":{"__isSmartRef__":true,"id":12001},"deactivate":{"__isSmartRef__":true,"id":12005},"blink":{"__isSmartRef__":true,"id":12009},"ABPreturn":{"__isSmartRef__":true,"id":12013},"ABPstart":{"__isSmartRef__":true,"id":12017},"ABPcontinue":{"__isSmartRef__":true,"id":12021},"ABPshowValue":{"__isSmartRef__":true,"id":12025},"ABPgetValue":{"__isSmartRef__":true,"id":12029},"ABPhasChildNodes":{"__isSmartRef__":true,"id":12033},"onMouseDown":{"__isSmartRef__":true,"id":12037},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":12045},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":12049},"ABPmarkAsDone":{"__isSmartRef__":true,"id":12053},"ABPmarkAsActive":{"__isSmartRef__":true,"id":12057},"getStateMorph":{"__isSmartRef__":true,"id":12061},"showState":{"__isSmartRef__":true,"id":12065}},"11973":{"varMapping":{"__isSmartRef__":true,"id":11974},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":11975},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11974":{"this":{"__isSmartRef__":true,"id":11825}},"11975":{"timestamp":{"__isSmartRef__":true,"id":11976},"user":"sebastianwoinar","tags":[]},"11976":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"11977":{"varMapping":{"__isSmartRef__":true,"id":11978},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":11979},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11978":{"this":{"__isSmartRef__":true,"id":11825}},"11979":{"timestamp":{"__isSmartRef__":true,"id":11980},"user":"sebastianwoinar","tags":[]},"11980":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11981":{"varMapping":{"__isSmartRef__":true,"id":11982},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":11983},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11982":{"this":{"__isSmartRef__":true,"id":11825}},"11983":{"timestamp":{"__isSmartRef__":true,"id":11984},"user":"sebastianwoinar","tags":[]},"11984":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11985":{"varMapping":{"__isSmartRef__":true,"id":11986},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11987},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11986":{"this":{"__isSmartRef__":true,"id":11825}},"11987":{"timestamp":{"__isSmartRef__":true,"id":11988},"user":"sebastianwoinar","tags":[]},"11988":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11989":{"varMapping":{"__isSmartRef__":true,"id":11990},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":11991},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11990":{"this":{"__isSmartRef__":true,"id":11825}},"11991":{"timestamp":{"__isSmartRef__":true,"id":11992},"user":"sebastianwoinar","tags":[]},"11992":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11993":{"varMapping":{"__isSmartRef__":true,"id":11994},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":11995},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11994":{"this":{"__isSmartRef__":true,"id":11825}},"11995":{"timestamp":{"__isSmartRef__":true,"id":11996},"user":"sebastianwoinar","tags":[]},"11996":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"11997":{"varMapping":{"__isSmartRef__":true,"id":11998},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":11999},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11998":{"this":{"__isSmartRef__":true,"id":11825}},"11999":{"timestamp":{"__isSmartRef__":true,"id":12000},"user":"sebastianwoinar","tags":[]},"12000":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12001":{"varMapping":{"__isSmartRef__":true,"id":12002},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":12003},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12002":{"this":{"__isSmartRef__":true,"id":11825}},"12003":{"timestamp":{"__isSmartRef__":true,"id":12004},"user":"sebastianwoinar","tags":[]},"12004":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"12005":{"varMapping":{"__isSmartRef__":true,"id":12006},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12007},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12006":{"this":{"__isSmartRef__":true,"id":11825}},"12007":{"timestamp":{"__isSmartRef__":true,"id":12008},"user":"sebastianwoinar","tags":[]},"12008":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"12009":{"varMapping":{"__isSmartRef__":true,"id":12010},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":12011},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12010":{"this":{"__isSmartRef__":true,"id":11825}},"12011":{"timestamp":{"__isSmartRef__":true,"id":12012},"user":"sebastianwoinar","tags":[]},"12012":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"12013":{"varMapping":{"__isSmartRef__":true,"id":12014},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":12015},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12014":{"this":{"__isSmartRef__":true,"id":11825}},"12015":{"timestamp":{"__isSmartRef__":true,"id":12016},"user":"sebastianwoinar","tags":[]},"12016":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"12017":{"varMapping":{"__isSmartRef__":true,"id":12018},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":12019},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12018":{"this":{"__isSmartRef__":true,"id":11825}},"12019":{"timestamp":{"__isSmartRef__":true,"id":12020},"user":"sebastianwoinar","tags":[]},"12020":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"12021":{"varMapping":{"__isSmartRef__":true,"id":12022},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":12023},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12022":{"this":{"__isSmartRef__":true,"id":11825}},"12023":{"timestamp":{"__isSmartRef__":true,"id":12024},"user":"sebastianwoinar","tags":[]},"12024":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"12025":{"varMapping":{"__isSmartRef__":true,"id":12026},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":12027},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12026":{"this":{"__isSmartRef__":true,"id":11825}},"12027":{"timestamp":{"__isSmartRef__":true,"id":12028},"user":"sebastianwoinar","tags":[]},"12028":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"12029":{"varMapping":{"__isSmartRef__":true,"id":12030},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":12031},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12030":{"this":{"__isSmartRef__":true,"id":11825}},"12031":{"timestamp":{"__isSmartRef__":true,"id":12032},"user":"sebastianwoinar","tags":[]},"12032":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"12033":{"varMapping":{"__isSmartRef__":true,"id":12034},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":12035},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12034":{"this":{"__isSmartRef__":true,"id":11825}},"12035":{"timestamp":{"__isSmartRef__":true,"id":12036},"user":"sebastianwoinar","tags":[]},"12036":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"12037":{"varMapping":{"__isSmartRef__":true,"id":12038},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":12043},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12038":{"this":{"__isSmartRef__":true,"id":11825},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12039}},"12039":{"$super":{"__isSmartRef__":true,"id":12040}},"12040":{"varMapping":{"__isSmartRef__":true,"id":12041},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12042},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12041":{"obj":{"__isSmartRef__":true,"id":11825},"name":"onMouseDown"},"12042":{},"12043":{"timestamp":{"__isSmartRef__":true,"id":12044},"user":"sebastianwoinar","tags":[]},"12044":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"12045":{"varMapping":{"__isSmartRef__":true,"id":12046},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":12047},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12046":{"this":{"__isSmartRef__":true,"id":11825}},"12047":{"timestamp":{"__isSmartRef__":true,"id":12048},"user":"sebastianwoinar","tags":[]},"12048":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"12049":{"varMapping":{"__isSmartRef__":true,"id":12050},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":12051},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12050":{"this":{"__isSmartRef__":true,"id":11825}},"12051":{"timestamp":{"__isSmartRef__":true,"id":12052},"user":"sebastianwoinar","tags":[]},"12052":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"12053":{"varMapping":{"__isSmartRef__":true,"id":12054},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12055},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12054":{"this":{"__isSmartRef__":true,"id":11825}},"12055":{"timestamp":{"__isSmartRef__":true,"id":12056},"user":"sebastianwoinar","tags":[]},"12056":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"12057":{"varMapping":{"__isSmartRef__":true,"id":12058},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":12059},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12058":{"this":{"__isSmartRef__":true,"id":11825}},"12059":{"timestamp":{"__isSmartRef__":true,"id":12060},"user":"sebastianwoinar","tags":[]},"12060":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"12061":{"varMapping":{"__isSmartRef__":true,"id":12062},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":12063},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12062":{"this":{"__isSmartRef__":true,"id":11825}},"12063":{"timestamp":{"__isSmartRef__":true,"id":12064},"user":"sebastianwoinar","tags":[]},"12064":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"12065":{"varMapping":{"__isSmartRef__":true,"id":12066},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12067},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12066":{"this":{"__isSmartRef__":true,"id":11825}},"12067":{"timestamp":{"__isSmartRef__":true,"id":12068},"user":"sebastianwoinar","tags":[]},"12068":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"12069":{"submorphs":[{"__isSmartRef__":true,"id":12070}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12087},"id":"E7F5AF0B-B584-4F05-B801-8743EE4B2858","eventHandler":{"__isSmartRef__":true,"id":12088},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":12089},"name":"node49","partsBinMetaInfo":{"__isSmartRef__":true,"id":12090},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6644},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[],"parent":{"__isSmartRef__":true,"id":11435},"level":3,"abp":{"__isSmartRef__":true,"id":12093},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12094},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(947.1,210.0)"},"12070":{"submorphs":[],"scripts":[],"id":"65DF451B-2BC4-4872-9C9A-8619B45B8237","shape":{"__isSmartRef__":true,"id":12071},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":12072},"textChunks":[{"__isSmartRef__":true,"id":12084}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":12086},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":12069},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"12071":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"12072":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":12073},{"__isSmartRef__":true,"id":12075},{"__isSmartRef__":true,"id":12077},{"__isSmartRef__":true,"id":12079},{"__isSmartRef__":true,"id":12081}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":12083},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12073":{"date":{"__isSmartRef__":true,"id":12074},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"12074":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"12075":{"date":{"__isSmartRef__":true,"id":12076},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"12076":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"12077":{"date":{"__isSmartRef__":true,"id":12078},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"12078":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"12079":{"date":{"__isSmartRef__":true,"id":12080},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"12080":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"12081":{"date":{"__isSmartRef__":true,"id":12082},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"12082":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"12083":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"12084":{"style":{"__isSmartRef__":true,"id":12085},"chunkOwner":{"__isSmartRef__":true,"id":12070},"_id":"_3612","storedString":"15","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12085":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12086":{"morph":{"__isSmartRef__":true,"id":12070},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12087":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"12088":{"morph":{"__isSmartRef__":true,"id":12069},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12089":{},"12090":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":12091}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12091":{"date":{"__isSmartRef__":true,"id":12092},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"12092":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"12093":{"isActive":true,"alpha":-10000000000000,"beta":13,"i":0,"m":15,"d":0},"12094":{"buildChildNodes":{"__isSmartRef__":true,"id":12095},"getGameTree":{"__isSmartRef__":true,"id":12099},"getLevel":{"__isSmartRef__":true,"id":12103},"getLevelWeight":{"__isSmartRef__":true,"id":12107},"getWeight":{"__isSmartRef__":true,"id":12111},"setNode":{"__isSmartRef__":true,"id":12115},"setParent":{"__isSmartRef__":true,"id":12119},"getParent":{"__isSmartRef__":true,"id":12123},"deactivate":{"__isSmartRef__":true,"id":12127},"blink":{"__isSmartRef__":true,"id":12131},"ABPreturn":{"__isSmartRef__":true,"id":12135},"ABPstart":{"__isSmartRef__":true,"id":12139},"ABPcontinue":{"__isSmartRef__":true,"id":12143},"ABPshowValue":{"__isSmartRef__":true,"id":12147},"ABPgetValue":{"__isSmartRef__":true,"id":12151},"ABPhasChildNodes":{"__isSmartRef__":true,"id":12155},"onMouseDown":{"__isSmartRef__":true,"id":12159},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":12167},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":12171},"ABPmarkAsDone":{"__isSmartRef__":true,"id":12175},"ABPmarkAsActive":{"__isSmartRef__":true,"id":12179},"getStateMorph":{"__isSmartRef__":true,"id":12183},"showState":{"__isSmartRef__":true,"id":12187}},"12095":{"varMapping":{"__isSmartRef__":true,"id":12096},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":12097},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12096":{"this":{"__isSmartRef__":true,"id":12069}},"12097":{"timestamp":{"__isSmartRef__":true,"id":12098},"user":"sebastianwoinar","tags":[]},"12098":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"12099":{"varMapping":{"__isSmartRef__":true,"id":12100},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":12101},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12100":{"this":{"__isSmartRef__":true,"id":12069}},"12101":{"timestamp":{"__isSmartRef__":true,"id":12102},"user":"sebastianwoinar","tags":[]},"12102":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12103":{"varMapping":{"__isSmartRef__":true,"id":12104},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":12105},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12104":{"this":{"__isSmartRef__":true,"id":12069}},"12105":{"timestamp":{"__isSmartRef__":true,"id":12106},"user":"sebastianwoinar","tags":[]},"12106":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12107":{"varMapping":{"__isSmartRef__":true,"id":12108},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12109},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12108":{"this":{"__isSmartRef__":true,"id":12069}},"12109":{"timestamp":{"__isSmartRef__":true,"id":12110},"user":"sebastianwoinar","tags":[]},"12110":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12111":{"varMapping":{"__isSmartRef__":true,"id":12112},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":12113},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12112":{"this":{"__isSmartRef__":true,"id":12069}},"12113":{"timestamp":{"__isSmartRef__":true,"id":12114},"user":"sebastianwoinar","tags":[]},"12114":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12115":{"varMapping":{"__isSmartRef__":true,"id":12116},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":12117},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12116":{"this":{"__isSmartRef__":true,"id":12069}},"12117":{"timestamp":{"__isSmartRef__":true,"id":12118},"user":"sebastianwoinar","tags":[]},"12118":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12119":{"varMapping":{"__isSmartRef__":true,"id":12120},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":12121},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12120":{"this":{"__isSmartRef__":true,"id":12069}},"12121":{"timestamp":{"__isSmartRef__":true,"id":12122},"user":"sebastianwoinar","tags":[]},"12122":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12123":{"varMapping":{"__isSmartRef__":true,"id":12124},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":12125},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12124":{"this":{"__isSmartRef__":true,"id":12069}},"12125":{"timestamp":{"__isSmartRef__":true,"id":12126},"user":"sebastianwoinar","tags":[]},"12126":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"12127":{"varMapping":{"__isSmartRef__":true,"id":12128},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12129},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12128":{"this":{"__isSmartRef__":true,"id":12069}},"12129":{"timestamp":{"__isSmartRef__":true,"id":12130},"user":"sebastianwoinar","tags":[]},"12130":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"12131":{"varMapping":{"__isSmartRef__":true,"id":12132},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":12133},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12132":{"this":{"__isSmartRef__":true,"id":12069}},"12133":{"timestamp":{"__isSmartRef__":true,"id":12134},"user":"sebastianwoinar","tags":[]},"12134":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"12135":{"varMapping":{"__isSmartRef__":true,"id":12136},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":12137},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12136":{"this":{"__isSmartRef__":true,"id":12069}},"12137":{"timestamp":{"__isSmartRef__":true,"id":12138},"user":"sebastianwoinar","tags":[]},"12138":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"12139":{"varMapping":{"__isSmartRef__":true,"id":12140},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":12141},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12140":{"this":{"__isSmartRef__":true,"id":12069}},"12141":{"timestamp":{"__isSmartRef__":true,"id":12142},"user":"sebastianwoinar","tags":[]},"12142":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"12143":{"varMapping":{"__isSmartRef__":true,"id":12144},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":12145},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12144":{"this":{"__isSmartRef__":true,"id":12069}},"12145":{"timestamp":{"__isSmartRef__":true,"id":12146},"user":"sebastianwoinar","tags":[]},"12146":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"12147":{"varMapping":{"__isSmartRef__":true,"id":12148},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":12149},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12148":{"this":{"__isSmartRef__":true,"id":12069}},"12149":{"timestamp":{"__isSmartRef__":true,"id":12150},"user":"sebastianwoinar","tags":[]},"12150":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"12151":{"varMapping":{"__isSmartRef__":true,"id":12152},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":12153},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12152":{"this":{"__isSmartRef__":true,"id":12069}},"12153":{"timestamp":{"__isSmartRef__":true,"id":12154},"user":"sebastianwoinar","tags":[]},"12154":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"12155":{"varMapping":{"__isSmartRef__":true,"id":12156},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":12157},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12156":{"this":{"__isSmartRef__":true,"id":12069}},"12157":{"timestamp":{"__isSmartRef__":true,"id":12158},"user":"sebastianwoinar","tags":[]},"12158":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"12159":{"varMapping":{"__isSmartRef__":true,"id":12160},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":12165},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12160":{"this":{"__isSmartRef__":true,"id":12069},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12161}},"12161":{"$super":{"__isSmartRef__":true,"id":12162}},"12162":{"varMapping":{"__isSmartRef__":true,"id":12163},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12164},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12163":{"obj":{"__isSmartRef__":true,"id":12069},"name":"onMouseDown"},"12164":{},"12165":{"timestamp":{"__isSmartRef__":true,"id":12166},"user":"sebastianwoinar","tags":[]},"12166":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"12167":{"varMapping":{"__isSmartRef__":true,"id":12168},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":12169},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12168":{"this":{"__isSmartRef__":true,"id":12069}},"12169":{"timestamp":{"__isSmartRef__":true,"id":12170},"user":"sebastianwoinar","tags":[]},"12170":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"12171":{"varMapping":{"__isSmartRef__":true,"id":12172},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":12173},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12172":{"this":{"__isSmartRef__":true,"id":12069}},"12173":{"timestamp":{"__isSmartRef__":true,"id":12174},"user":"sebastianwoinar","tags":[]},"12174":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"12175":{"varMapping":{"__isSmartRef__":true,"id":12176},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12177},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12176":{"this":{"__isSmartRef__":true,"id":12069}},"12177":{"timestamp":{"__isSmartRef__":true,"id":12178},"user":"sebastianwoinar","tags":[]},"12178":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"12179":{"varMapping":{"__isSmartRef__":true,"id":12180},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":12181},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12180":{"this":{"__isSmartRef__":true,"id":12069}},"12181":{"timestamp":{"__isSmartRef__":true,"id":12182},"user":"sebastianwoinar","tags":[]},"12182":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"12183":{"varMapping":{"__isSmartRef__":true,"id":12184},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":12185},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12184":{"this":{"__isSmartRef__":true,"id":12069}},"12185":{"timestamp":{"__isSmartRef__":true,"id":12186},"user":"sebastianwoinar","tags":[]},"12186":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"12187":{"varMapping":{"__isSmartRef__":true,"id":12188},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12189},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12188":{"this":{"__isSmartRef__":true,"id":12069}},"12189":{"timestamp":{"__isSmartRef__":true,"id":12190},"user":"sebastianwoinar","tags":[]},"12190":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"12191":{"isActive":true,"alpha":-13,"beta":10000000000000,"i":4,"m":-13,"d":0},"12192":{"buildChildNodes":{"__isSmartRef__":true,"id":12193},"getGameTree":{"__isSmartRef__":true,"id":12197},"getLevel":{"__isSmartRef__":true,"id":12201},"getLevelWeight":{"__isSmartRef__":true,"id":12205},"getWeight":{"__isSmartRef__":true,"id":12209},"setNode":{"__isSmartRef__":true,"id":12213},"setParent":{"__isSmartRef__":true,"id":12217},"getParent":{"__isSmartRef__":true,"id":12221},"deactivate":{"__isSmartRef__":true,"id":12225},"blink":{"__isSmartRef__":true,"id":12229},"ABPreturn":{"__isSmartRef__":true,"id":12233},"ABPstart":{"__isSmartRef__":true,"id":12237},"ABPcontinue":{"__isSmartRef__":true,"id":12241},"ABPshowValue":{"__isSmartRef__":true,"id":12245},"ABPgetValue":{"__isSmartRef__":true,"id":12249},"ABPhasChildNodes":{"__isSmartRef__":true,"id":12253},"onMouseDown":{"__isSmartRef__":true,"id":12257},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":12265},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":12269},"ABPmarkAsDone":{"__isSmartRef__":true,"id":12273},"ABPmarkAsActive":{"__isSmartRef__":true,"id":12277},"getStateMorph":{"__isSmartRef__":true,"id":12281},"showState":{"__isSmartRef__":true,"id":12285}},"12193":{"varMapping":{"__isSmartRef__":true,"id":12194},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":12195},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12194":{"this":{"__isSmartRef__":true,"id":11435}},"12195":{"timestamp":{"__isSmartRef__":true,"id":12196},"user":"sebastianwoinar","tags":[]},"12196":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"12197":{"varMapping":{"__isSmartRef__":true,"id":12198},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":12199},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12198":{"this":{"__isSmartRef__":true,"id":11435}},"12199":{"timestamp":{"__isSmartRef__":true,"id":12200},"user":"sebastianwoinar","tags":[]},"12200":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12201":{"varMapping":{"__isSmartRef__":true,"id":12202},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":12203},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12202":{"this":{"__isSmartRef__":true,"id":11435}},"12203":{"timestamp":{"__isSmartRef__":true,"id":12204},"user":"sebastianwoinar","tags":[]},"12204":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12205":{"varMapping":{"__isSmartRef__":true,"id":12206},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12207},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12206":{"this":{"__isSmartRef__":true,"id":11435}},"12207":{"timestamp":{"__isSmartRef__":true,"id":12208},"user":"sebastianwoinar","tags":[]},"12208":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12209":{"varMapping":{"__isSmartRef__":true,"id":12210},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":12211},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12210":{"this":{"__isSmartRef__":true,"id":11435}},"12211":{"timestamp":{"__isSmartRef__":true,"id":12212},"user":"sebastianwoinar","tags":[]},"12212":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12213":{"varMapping":{"__isSmartRef__":true,"id":12214},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":12215},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12214":{"this":{"__isSmartRef__":true,"id":11435}},"12215":{"timestamp":{"__isSmartRef__":true,"id":12216},"user":"sebastianwoinar","tags":[]},"12216":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12217":{"varMapping":{"__isSmartRef__":true,"id":12218},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":12219},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12218":{"this":{"__isSmartRef__":true,"id":11435}},"12219":{"timestamp":{"__isSmartRef__":true,"id":12220},"user":"sebastianwoinar","tags":[]},"12220":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12221":{"varMapping":{"__isSmartRef__":true,"id":12222},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":12223},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12222":{"this":{"__isSmartRef__":true,"id":11435}},"12223":{"timestamp":{"__isSmartRef__":true,"id":12224},"user":"sebastianwoinar","tags":[]},"12224":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"12225":{"varMapping":{"__isSmartRef__":true,"id":12226},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12227},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12226":{"this":{"__isSmartRef__":true,"id":11435}},"12227":{"timestamp":{"__isSmartRef__":true,"id":12228},"user":"sebastianwoinar","tags":[]},"12228":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"12229":{"varMapping":{"__isSmartRef__":true,"id":12230},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":12231},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12230":{"this":{"__isSmartRef__":true,"id":11435}},"12231":{"timestamp":{"__isSmartRef__":true,"id":12232},"user":"sebastianwoinar","tags":[]},"12232":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"12233":{"varMapping":{"__isSmartRef__":true,"id":12234},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":12235},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12234":{"this":{"__isSmartRef__":true,"id":11435}},"12235":{"timestamp":{"__isSmartRef__":true,"id":12236},"user":"sebastianwoinar","tags":[]},"12236":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"12237":{"varMapping":{"__isSmartRef__":true,"id":12238},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":12239},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12238":{"this":{"__isSmartRef__":true,"id":11435}},"12239":{"timestamp":{"__isSmartRef__":true,"id":12240},"user":"sebastianwoinar","tags":[]},"12240":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"12241":{"varMapping":{"__isSmartRef__":true,"id":12242},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":12243},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12242":{"this":{"__isSmartRef__":true,"id":11435}},"12243":{"timestamp":{"__isSmartRef__":true,"id":12244},"user":"sebastianwoinar","tags":[]},"12244":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"12245":{"varMapping":{"__isSmartRef__":true,"id":12246},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":12247},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12246":{"this":{"__isSmartRef__":true,"id":11435}},"12247":{"timestamp":{"__isSmartRef__":true,"id":12248},"user":"sebastianwoinar","tags":[]},"12248":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"12249":{"varMapping":{"__isSmartRef__":true,"id":12250},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":12251},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12250":{"this":{"__isSmartRef__":true,"id":11435}},"12251":{"timestamp":{"__isSmartRef__":true,"id":12252},"user":"sebastianwoinar","tags":[]},"12252":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"12253":{"varMapping":{"__isSmartRef__":true,"id":12254},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":12255},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12254":{"this":{"__isSmartRef__":true,"id":11435}},"12255":{"timestamp":{"__isSmartRef__":true,"id":12256},"user":"sebastianwoinar","tags":[]},"12256":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"12257":{"varMapping":{"__isSmartRef__":true,"id":12258},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":12263},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12258":{"this":{"__isSmartRef__":true,"id":11435},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12259}},"12259":{"$super":{"__isSmartRef__":true,"id":12260}},"12260":{"varMapping":{"__isSmartRef__":true,"id":12261},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12262},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12261":{"obj":{"__isSmartRef__":true,"id":11435},"name":"onMouseDown"},"12262":{},"12263":{"timestamp":{"__isSmartRef__":true,"id":12264},"user":"sebastianwoinar","tags":[]},"12264":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"12265":{"varMapping":{"__isSmartRef__":true,"id":12266},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":12267},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12266":{"this":{"__isSmartRef__":true,"id":11435}},"12267":{"timestamp":{"__isSmartRef__":true,"id":12268},"user":"sebastianwoinar","tags":[]},"12268":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"12269":{"varMapping":{"__isSmartRef__":true,"id":12270},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":12271},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12270":{"this":{"__isSmartRef__":true,"id":11435}},"12271":{"timestamp":{"__isSmartRef__":true,"id":12272},"user":"sebastianwoinar","tags":[]},"12272":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"12273":{"varMapping":{"__isSmartRef__":true,"id":12274},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12275},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12274":{"this":{"__isSmartRef__":true,"id":11435}},"12275":{"timestamp":{"__isSmartRef__":true,"id":12276},"user":"sebastianwoinar","tags":[]},"12276":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"12277":{"varMapping":{"__isSmartRef__":true,"id":12278},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":12279},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12278":{"this":{"__isSmartRef__":true,"id":11435}},"12279":{"timestamp":{"__isSmartRef__":true,"id":12280},"user":"sebastianwoinar","tags":[]},"12280":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"12281":{"varMapping":{"__isSmartRef__":true,"id":12282},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":12283},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12282":{"this":{"__isSmartRef__":true,"id":11435}},"12283":{"timestamp":{"__isSmartRef__":true,"id":12284},"user":"sebastianwoinar","tags":[]},"12284":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"12285":{"varMapping":{"__isSmartRef__":true,"id":12286},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12287},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12286":{"this":{"__isSmartRef__":true,"id":11435}},"12287":{"timestamp":{"__isSmartRef__":true,"id":12288},"user":"sebastianwoinar","tags":[]},"12288":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"12289":{"isActive":true,"alpha":13,"beta":13,"i":1,"m":13,"d":0},"12290":{"buildChildNodes":{"__isSmartRef__":true,"id":12291},"getGameTree":{"__isSmartRef__":true,"id":12295},"getLevel":{"__isSmartRef__":true,"id":12299},"getLevelWeight":{"__isSmartRef__":true,"id":12303},"getWeight":{"__isSmartRef__":true,"id":12307},"setNode":{"__isSmartRef__":true,"id":12311},"setParent":{"__isSmartRef__":true,"id":12315},"getParent":{"__isSmartRef__":true,"id":12319},"deactivate":{"__isSmartRef__":true,"id":12323},"blink":{"__isSmartRef__":true,"id":12327},"ABPreturn":{"__isSmartRef__":true,"id":12331},"ABPstart":{"__isSmartRef__":true,"id":12335},"ABPcontinue":{"__isSmartRef__":true,"id":12339},"ABPshowValue":{"__isSmartRef__":true,"id":12343},"ABPgetValue":{"__isSmartRef__":true,"id":12347},"ABPhasChildNodes":{"__isSmartRef__":true,"id":12351},"onMouseDown":{"__isSmartRef__":true,"id":12355},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":12363},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":12367},"ABPmarkAsDone":{"__isSmartRef__":true,"id":12371},"ABPmarkAsActive":{"__isSmartRef__":true,"id":12375},"getStateMorph":{"__isSmartRef__":true,"id":12379},"showState":{"__isSmartRef__":true,"id":12383}},"12291":{"varMapping":{"__isSmartRef__":true,"id":12292},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":12293},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12292":{"this":{"__isSmartRef__":true,"id":11411}},"12293":{"timestamp":{"__isSmartRef__":true,"id":12294},"user":"sebastianwoinar","tags":[]},"12294":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"12295":{"varMapping":{"__isSmartRef__":true,"id":12296},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":12297},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12296":{"this":{"__isSmartRef__":true,"id":11411}},"12297":{"timestamp":{"__isSmartRef__":true,"id":12298},"user":"sebastianwoinar","tags":[]},"12298":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12299":{"varMapping":{"__isSmartRef__":true,"id":12300},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":12301},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12300":{"this":{"__isSmartRef__":true,"id":11411}},"12301":{"timestamp":{"__isSmartRef__":true,"id":12302},"user":"sebastianwoinar","tags":[]},"12302":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12303":{"varMapping":{"__isSmartRef__":true,"id":12304},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12305},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12304":{"this":{"__isSmartRef__":true,"id":11411}},"12305":{"timestamp":{"__isSmartRef__":true,"id":12306},"user":"sebastianwoinar","tags":[]},"12306":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12307":{"varMapping":{"__isSmartRef__":true,"id":12308},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":12309},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12308":{"this":{"__isSmartRef__":true,"id":11411}},"12309":{"timestamp":{"__isSmartRef__":true,"id":12310},"user":"sebastianwoinar","tags":[]},"12310":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12311":{"varMapping":{"__isSmartRef__":true,"id":12312},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":12313},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12312":{"this":{"__isSmartRef__":true,"id":11411}},"12313":{"timestamp":{"__isSmartRef__":true,"id":12314},"user":"sebastianwoinar","tags":[]},"12314":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12315":{"varMapping":{"__isSmartRef__":true,"id":12316},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":12317},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12316":{"this":{"__isSmartRef__":true,"id":11411}},"12317":{"timestamp":{"__isSmartRef__":true,"id":12318},"user":"sebastianwoinar","tags":[]},"12318":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12319":{"varMapping":{"__isSmartRef__":true,"id":12320},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":12321},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12320":{"this":{"__isSmartRef__":true,"id":11411}},"12321":{"timestamp":{"__isSmartRef__":true,"id":12322},"user":"sebastianwoinar","tags":[]},"12322":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"12323":{"varMapping":{"__isSmartRef__":true,"id":12324},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12325},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12324":{"this":{"__isSmartRef__":true,"id":11411}},"12325":{"timestamp":{"__isSmartRef__":true,"id":12326},"user":"sebastianwoinar","tags":[]},"12326":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"12327":{"varMapping":{"__isSmartRef__":true,"id":12328},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":12329},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12328":{"this":{"__isSmartRef__":true,"id":11411}},"12329":{"timestamp":{"__isSmartRef__":true,"id":12330},"user":"sebastianwoinar","tags":[]},"12330":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"12331":{"varMapping":{"__isSmartRef__":true,"id":12332},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":12333},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12332":{"this":{"__isSmartRef__":true,"id":11411}},"12333":{"timestamp":{"__isSmartRef__":true,"id":12334},"user":"sebastianwoinar","tags":[]},"12334":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"12335":{"varMapping":{"__isSmartRef__":true,"id":12336},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":12337},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12336":{"this":{"__isSmartRef__":true,"id":11411}},"12337":{"timestamp":{"__isSmartRef__":true,"id":12338},"user":"sebastianwoinar","tags":[]},"12338":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"12339":{"varMapping":{"__isSmartRef__":true,"id":12340},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":12341},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12340":{"this":{"__isSmartRef__":true,"id":11411}},"12341":{"timestamp":{"__isSmartRef__":true,"id":12342},"user":"sebastianwoinar","tags":[]},"12342":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"12343":{"varMapping":{"__isSmartRef__":true,"id":12344},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":12345},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12344":{"this":{"__isSmartRef__":true,"id":11411}},"12345":{"timestamp":{"__isSmartRef__":true,"id":12346},"user":"sebastianwoinar","tags":[]},"12346":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"12347":{"varMapping":{"__isSmartRef__":true,"id":12348},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":12349},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12348":{"this":{"__isSmartRef__":true,"id":11411}},"12349":{"timestamp":{"__isSmartRef__":true,"id":12350},"user":"sebastianwoinar","tags":[]},"12350":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"12351":{"varMapping":{"__isSmartRef__":true,"id":12352},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":12353},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12352":{"this":{"__isSmartRef__":true,"id":11411}},"12353":{"timestamp":{"__isSmartRef__":true,"id":12354},"user":"sebastianwoinar","tags":[]},"12354":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"12355":{"varMapping":{"__isSmartRef__":true,"id":12356},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":12361},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12356":{"this":{"__isSmartRef__":true,"id":11411},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12357}},"12357":{"$super":{"__isSmartRef__":true,"id":12358}},"12358":{"varMapping":{"__isSmartRef__":true,"id":12359},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12360},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12359":{"obj":{"__isSmartRef__":true,"id":11411},"name":"onMouseDown"},"12360":{},"12361":{"timestamp":{"__isSmartRef__":true,"id":12362},"user":"sebastianwoinar","tags":[]},"12362":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"12363":{"varMapping":{"__isSmartRef__":true,"id":12364},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":12365},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12364":{"this":{"__isSmartRef__":true,"id":11411}},"12365":{"timestamp":{"__isSmartRef__":true,"id":12366},"user":"sebastianwoinar","tags":[]},"12366":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"12367":{"varMapping":{"__isSmartRef__":true,"id":12368},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":12369},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12368":{"this":{"__isSmartRef__":true,"id":11411}},"12369":{"timestamp":{"__isSmartRef__":true,"id":12370},"user":"sebastianwoinar","tags":[]},"12370":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"12371":{"varMapping":{"__isSmartRef__":true,"id":12372},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12373},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12372":{"this":{"__isSmartRef__":true,"id":11411}},"12373":{"timestamp":{"__isSmartRef__":true,"id":12374},"user":"sebastianwoinar","tags":[]},"12374":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"12375":{"varMapping":{"__isSmartRef__":true,"id":12376},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":12377},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12376":{"this":{"__isSmartRef__":true,"id":11411}},"12377":{"timestamp":{"__isSmartRef__":true,"id":12378},"user":"sebastianwoinar","tags":[]},"12378":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"12379":{"varMapping":{"__isSmartRef__":true,"id":12380},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":12381},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12380":{"this":{"__isSmartRef__":true,"id":11411}},"12381":{"timestamp":{"__isSmartRef__":true,"id":12382},"user":"sebastianwoinar","tags":[]},"12382":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"12383":{"varMapping":{"__isSmartRef__":true,"id":12384},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12385},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12384":{"this":{"__isSmartRef__":true,"id":11411}},"12385":{"timestamp":{"__isSmartRef__":true,"id":12386},"user":"sebastianwoinar","tags":[]},"12386":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"12387":{"submorphs":[{"__isSmartRef__":true,"id":12388}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12405},"id":"D32CD073-37FD-4F3A-8A1B-10CD5A777FCC","eventHandler":{"__isSmartRef__":true,"id":12406},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":12407},"name":"node50","partsBinMetaInfo":{"__isSmartRef__":true,"id":12408},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6646},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":12411}],"parent":{"__isSmartRef__":true,"id":6526},"level":1,"abp":{"__isSmartRef__":true,"id":13143},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":13144},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(967.9,110.0)"},"12388":{"submorphs":[],"scripts":[],"id":"D6433A6E-1645-4EC8-A65A-151F1B230746","shape":{"__isSmartRef__":true,"id":12389},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":12390},"textChunks":[{"__isSmartRef__":true,"id":12402}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":12404},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":12387},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"12389":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"12390":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":12391},{"__isSmartRef__":true,"id":12393},{"__isSmartRef__":true,"id":12395},{"__isSmartRef__":true,"id":12397},{"__isSmartRef__":true,"id":12399}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":12401},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12391":{"date":{"__isSmartRef__":true,"id":12392},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"12392":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"12393":{"date":{"__isSmartRef__":true,"id":12394},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"12394":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"12395":{"date":{"__isSmartRef__":true,"id":12396},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"12396":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"12397":{"date":{"__isSmartRef__":true,"id":12398},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"12398":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"12399":{"date":{"__isSmartRef__":true,"id":12400},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"12400":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"12401":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"12402":{"style":{"__isSmartRef__":true,"id":12403},"chunkOwner":{"__isSmartRef__":true,"id":12388},"_id":"_3665","storedString":"13","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12403":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12404":{"morph":{"__isSmartRef__":true,"id":12388},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12405":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"12406":{"morph":{"__isSmartRef__":true,"id":12387},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12407":{},"12408":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":12409}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12409":{"date":{"__isSmartRef__":true,"id":12410},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"12410":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"12411":{"submorphs":[{"__isSmartRef__":true,"id":12412}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12429},"id":"A9B1DBC0-1FA2-4FDA-8BBF-2F3060464E62","eventHandler":{"__isSmartRef__":true,"id":12430},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":12431},"name":"node51","partsBinMetaInfo":{"__isSmartRef__":true,"id":12432},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6648},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":12435},{"__isSmartRef__":true,"id":12679},{"__isSmartRef__":true,"id":12801},{"__isSmartRef__":true,"id":12923}],"parent":{"__isSmartRef__":true,"id":12387},"level":2,"abp":{"__isSmartRef__":true,"id":13045},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":13046},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(1014.7,160.0)"},"12412":{"submorphs":[],"scripts":[],"id":"4E3D9D9E-EB3C-4994-9AB7-95D4EE00CD71","shape":{"__isSmartRef__":true,"id":12413},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":12414},"textChunks":[{"__isSmartRef__":true,"id":12426}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":12428},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":12411},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"12413":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"12414":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":12415},{"__isSmartRef__":true,"id":12417},{"__isSmartRef__":true,"id":12419},{"__isSmartRef__":true,"id":12421},{"__isSmartRef__":true,"id":12423}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":12425},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12415":{"date":{"__isSmartRef__":true,"id":12416},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"12416":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"12417":{"date":{"__isSmartRef__":true,"id":12418},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"12418":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"12419":{"date":{"__isSmartRef__":true,"id":12420},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"12420":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"12421":{"date":{"__isSmartRef__":true,"id":12422},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"12422":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"12423":{"date":{"__isSmartRef__":true,"id":12424},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"12424":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"12425":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"12426":{"style":{"__isSmartRef__":true,"id":12427},"chunkOwner":{"__isSmartRef__":true,"id":12412},"_id":"_3662","storedString":"-13","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12427":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12428":{"morph":{"__isSmartRef__":true,"id":12412},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12429":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"12430":{"morph":{"__isSmartRef__":true,"id":12411},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12431":{},"12432":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":12433}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12433":{"date":{"__isSmartRef__":true,"id":12434},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"12434":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"12435":{"submorphs":[{"__isSmartRef__":true,"id":12436}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12453},"id":"EEB9B191-4F39-4B4C-824F-D34E0CD5EA61","eventHandler":{"__isSmartRef__":true,"id":12454},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":12455},"name":"node52","partsBinMetaInfo":{"__isSmartRef__":true,"id":12456},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6650},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[{"__isSmartRef__":true,"id":12459}],"parent":{"__isSmartRef__":true,"id":12411},"level":3,"abp":{"__isSmartRef__":true,"id":12581},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12582},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(988.7,210.0)"},"12436":{"submorphs":[],"scripts":[],"id":"AF0A2120-C933-4709-ABF2-11FAFB34F963","shape":{"__isSmartRef__":true,"id":12437},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":12438},"textChunks":[{"__isSmartRef__":true,"id":12450}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":12452},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":12435},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"12437":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"12438":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":12439},{"__isSmartRef__":true,"id":12441},{"__isSmartRef__":true,"id":12443},{"__isSmartRef__":true,"id":12445},{"__isSmartRef__":true,"id":12447}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":12449},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12439":{"date":{"__isSmartRef__":true,"id":12440},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"12440":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"12441":{"date":{"__isSmartRef__":true,"id":12442},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"12442":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"12443":{"date":{"__isSmartRef__":true,"id":12444},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"12444":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"12445":{"date":{"__isSmartRef__":true,"id":12446},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"12446":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"12447":{"date":{"__isSmartRef__":true,"id":12448},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"12448":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"12449":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"12450":{"style":{"__isSmartRef__":true,"id":12451},"chunkOwner":{"__isSmartRef__":true,"id":12436},"_id":"_3636","storedString":"26","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12451":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12452":{"morph":{"__isSmartRef__":true,"id":12436},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12453":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"12454":{"morph":{"__isSmartRef__":true,"id":12435},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12455":{},"12456":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":12457}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12457":{"date":{"__isSmartRef__":true,"id":12458},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"12458":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"12459":{"submorphs":[{"__isSmartRef__":true,"id":12460}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12477},"id":"BD184755-CC4E-4F23-BDC4-C87E0C6B085A","eventHandler":{"__isSmartRef__":true,"id":12478},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":12479},"name":"node53","partsBinMetaInfo":{"__isSmartRef__":true,"id":12480},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6652},"owner":{"__isSmartRef__":true,"id":6525},"parent":{"__isSmartRef__":true,"id":12435},"level":4,"abp":{"__isSmartRef__":true,"id":12483},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12484},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(1089.1,260.0)"},"12460":{"submorphs":[],"scripts":[],"id":"10F4F4C8-DC61-414A-86E6-EA761BC6CFF8","shape":{"__isSmartRef__":true,"id":12461},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":12462},"textChunks":[{"__isSmartRef__":true,"id":12474}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":12476},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":12459},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"12461":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"12462":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":12463},{"__isSmartRef__":true,"id":12465},{"__isSmartRef__":true,"id":12467},{"__isSmartRef__":true,"id":12469},{"__isSmartRef__":true,"id":12471}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":12473},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12463":{"date":{"__isSmartRef__":true,"id":12464},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"12464":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"12465":{"date":{"__isSmartRef__":true,"id":12466},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"12466":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"12467":{"date":{"__isSmartRef__":true,"id":12468},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"12468":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"12469":{"date":{"__isSmartRef__":true,"id":12470},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"12470":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"12471":{"date":{"__isSmartRef__":true,"id":12472},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"12472":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"12473":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"12474":{"style":{"__isSmartRef__":true,"id":12475},"chunkOwner":{"__isSmartRef__":true,"id":12460},"_id":"_3633","storedString":"-26","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12475":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12476":{"morph":{"__isSmartRef__":true,"id":12460},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12477":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"12478":{"morph":{"__isSmartRef__":true,"id":12459},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12479":{},"12480":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":12481}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12481":{"date":{"__isSmartRef__":true,"id":12482},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"12482":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"12483":{"isActive":true,"alpha":-13,"beta":10000000000000,"i":0,"m":-26,"d":0},"12484":{"buildChildNodes":{"__isSmartRef__":true,"id":12485},"getGameTree":{"__isSmartRef__":true,"id":12489},"getLevel":{"__isSmartRef__":true,"id":12493},"getLevelWeight":{"__isSmartRef__":true,"id":12497},"getWeight":{"__isSmartRef__":true,"id":12501},"setNode":{"__isSmartRef__":true,"id":12505},"setParent":{"__isSmartRef__":true,"id":12509},"getParent":{"__isSmartRef__":true,"id":12513},"deactivate":{"__isSmartRef__":true,"id":12517},"blink":{"__isSmartRef__":true,"id":12521},"ABPreturn":{"__isSmartRef__":true,"id":12525},"ABPstart":{"__isSmartRef__":true,"id":12529},"ABPcontinue":{"__isSmartRef__":true,"id":12533},"ABPshowValue":{"__isSmartRef__":true,"id":12537},"ABPgetValue":{"__isSmartRef__":true,"id":12541},"ABPhasChildNodes":{"__isSmartRef__":true,"id":12545},"onMouseDown":{"__isSmartRef__":true,"id":12549},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":12557},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":12561},"ABPmarkAsDone":{"__isSmartRef__":true,"id":12565},"ABPmarkAsActive":{"__isSmartRef__":true,"id":12569},"getStateMorph":{"__isSmartRef__":true,"id":12573},"showState":{"__isSmartRef__":true,"id":12577}},"12485":{"varMapping":{"__isSmartRef__":true,"id":12486},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":12487},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12486":{"this":{"__isSmartRef__":true,"id":12459}},"12487":{"timestamp":{"__isSmartRef__":true,"id":12488},"user":"sebastianwoinar","tags":[]},"12488":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"12489":{"varMapping":{"__isSmartRef__":true,"id":12490},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":12491},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12490":{"this":{"__isSmartRef__":true,"id":12459}},"12491":{"timestamp":{"__isSmartRef__":true,"id":12492},"user":"sebastianwoinar","tags":[]},"12492":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12493":{"varMapping":{"__isSmartRef__":true,"id":12494},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":12495},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12494":{"this":{"__isSmartRef__":true,"id":12459}},"12495":{"timestamp":{"__isSmartRef__":true,"id":12496},"user":"sebastianwoinar","tags":[]},"12496":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12497":{"varMapping":{"__isSmartRef__":true,"id":12498},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12499},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12498":{"this":{"__isSmartRef__":true,"id":12459}},"12499":{"timestamp":{"__isSmartRef__":true,"id":12500},"user":"sebastianwoinar","tags":[]},"12500":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12501":{"varMapping":{"__isSmartRef__":true,"id":12502},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":12503},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12502":{"this":{"__isSmartRef__":true,"id":12459}},"12503":{"timestamp":{"__isSmartRef__":true,"id":12504},"user":"sebastianwoinar","tags":[]},"12504":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12505":{"varMapping":{"__isSmartRef__":true,"id":12506},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":12507},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12506":{"this":{"__isSmartRef__":true,"id":12459}},"12507":{"timestamp":{"__isSmartRef__":true,"id":12508},"user":"sebastianwoinar","tags":[]},"12508":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12509":{"varMapping":{"__isSmartRef__":true,"id":12510},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":12511},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12510":{"this":{"__isSmartRef__":true,"id":12459}},"12511":{"timestamp":{"__isSmartRef__":true,"id":12512},"user":"sebastianwoinar","tags":[]},"12512":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12513":{"varMapping":{"__isSmartRef__":true,"id":12514},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":12515},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12514":{"this":{"__isSmartRef__":true,"id":12459}},"12515":{"timestamp":{"__isSmartRef__":true,"id":12516},"user":"sebastianwoinar","tags":[]},"12516":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"12517":{"varMapping":{"__isSmartRef__":true,"id":12518},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12519},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12518":{"this":{"__isSmartRef__":true,"id":12459}},"12519":{"timestamp":{"__isSmartRef__":true,"id":12520},"user":"sebastianwoinar","tags":[]},"12520":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"12521":{"varMapping":{"__isSmartRef__":true,"id":12522},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":12523},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12522":{"this":{"__isSmartRef__":true,"id":12459}},"12523":{"timestamp":{"__isSmartRef__":true,"id":12524},"user":"sebastianwoinar","tags":[]},"12524":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"12525":{"varMapping":{"__isSmartRef__":true,"id":12526},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":12527},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12526":{"this":{"__isSmartRef__":true,"id":12459}},"12527":{"timestamp":{"__isSmartRef__":true,"id":12528},"user":"sebastianwoinar","tags":[]},"12528":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"12529":{"varMapping":{"__isSmartRef__":true,"id":12530},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":12531},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12530":{"this":{"__isSmartRef__":true,"id":12459}},"12531":{"timestamp":{"__isSmartRef__":true,"id":12532},"user":"sebastianwoinar","tags":[]},"12532":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"12533":{"varMapping":{"__isSmartRef__":true,"id":12534},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":12535},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12534":{"this":{"__isSmartRef__":true,"id":12459}},"12535":{"timestamp":{"__isSmartRef__":true,"id":12536},"user":"sebastianwoinar","tags":[]},"12536":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"12537":{"varMapping":{"__isSmartRef__":true,"id":12538},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":12539},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12538":{"this":{"__isSmartRef__":true,"id":12459}},"12539":{"timestamp":{"__isSmartRef__":true,"id":12540},"user":"sebastianwoinar","tags":[]},"12540":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"12541":{"varMapping":{"__isSmartRef__":true,"id":12542},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":12543},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12542":{"this":{"__isSmartRef__":true,"id":12459}},"12543":{"timestamp":{"__isSmartRef__":true,"id":12544},"user":"sebastianwoinar","tags":[]},"12544":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"12545":{"varMapping":{"__isSmartRef__":true,"id":12546},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":12547},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12546":{"this":{"__isSmartRef__":true,"id":12459}},"12547":{"timestamp":{"__isSmartRef__":true,"id":12548},"user":"sebastianwoinar","tags":[]},"12548":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"12549":{"varMapping":{"__isSmartRef__":true,"id":12550},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":12555},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12550":{"this":{"__isSmartRef__":true,"id":12459},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12551}},"12551":{"$super":{"__isSmartRef__":true,"id":12552}},"12552":{"varMapping":{"__isSmartRef__":true,"id":12553},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12554},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12553":{"obj":{"__isSmartRef__":true,"id":12459},"name":"onMouseDown"},"12554":{},"12555":{"timestamp":{"__isSmartRef__":true,"id":12556},"user":"sebastianwoinar","tags":[]},"12556":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"12557":{"varMapping":{"__isSmartRef__":true,"id":12558},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":12559},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12558":{"this":{"__isSmartRef__":true,"id":12459}},"12559":{"timestamp":{"__isSmartRef__":true,"id":12560},"user":"sebastianwoinar","tags":[]},"12560":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"12561":{"varMapping":{"__isSmartRef__":true,"id":12562},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":12563},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12562":{"this":{"__isSmartRef__":true,"id":12459}},"12563":{"timestamp":{"__isSmartRef__":true,"id":12564},"user":"sebastianwoinar","tags":[]},"12564":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"12565":{"varMapping":{"__isSmartRef__":true,"id":12566},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12567},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12566":{"this":{"__isSmartRef__":true,"id":12459}},"12567":{"timestamp":{"__isSmartRef__":true,"id":12568},"user":"sebastianwoinar","tags":[]},"12568":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"12569":{"varMapping":{"__isSmartRef__":true,"id":12570},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":12571},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12570":{"this":{"__isSmartRef__":true,"id":12459}},"12571":{"timestamp":{"__isSmartRef__":true,"id":12572},"user":"sebastianwoinar","tags":[]},"12572":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"12573":{"varMapping":{"__isSmartRef__":true,"id":12574},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":12575},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12574":{"this":{"__isSmartRef__":true,"id":12459}},"12575":{"timestamp":{"__isSmartRef__":true,"id":12576},"user":"sebastianwoinar","tags":[]},"12576":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"12577":{"varMapping":{"__isSmartRef__":true,"id":12578},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12579},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12578":{"this":{"__isSmartRef__":true,"id":12459}},"12579":{"timestamp":{"__isSmartRef__":true,"id":12580},"user":"sebastianwoinar","tags":[]},"12580":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"12581":{"isActive":true,"alpha":26,"beta":13,"i":1,"m":26,"d":0},"12582":{"buildChildNodes":{"__isSmartRef__":true,"id":12583},"getGameTree":{"__isSmartRef__":true,"id":12587},"getLevel":{"__isSmartRef__":true,"id":12591},"getLevelWeight":{"__isSmartRef__":true,"id":12595},"getWeight":{"__isSmartRef__":true,"id":12599},"setNode":{"__isSmartRef__":true,"id":12603},"setParent":{"__isSmartRef__":true,"id":12607},"getParent":{"__isSmartRef__":true,"id":12611},"deactivate":{"__isSmartRef__":true,"id":12615},"blink":{"__isSmartRef__":true,"id":12619},"ABPreturn":{"__isSmartRef__":true,"id":12623},"ABPstart":{"__isSmartRef__":true,"id":12627},"ABPcontinue":{"__isSmartRef__":true,"id":12631},"ABPshowValue":{"__isSmartRef__":true,"id":12635},"ABPgetValue":{"__isSmartRef__":true,"id":12639},"ABPhasChildNodes":{"__isSmartRef__":true,"id":12643},"onMouseDown":{"__isSmartRef__":true,"id":12647},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":12655},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":12659},"ABPmarkAsDone":{"__isSmartRef__":true,"id":12663},"ABPmarkAsActive":{"__isSmartRef__":true,"id":12667},"getStateMorph":{"__isSmartRef__":true,"id":12671},"showState":{"__isSmartRef__":true,"id":12675}},"12583":{"varMapping":{"__isSmartRef__":true,"id":12584},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":12585},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12584":{"this":{"__isSmartRef__":true,"id":12435}},"12585":{"timestamp":{"__isSmartRef__":true,"id":12586},"user":"sebastianwoinar","tags":[]},"12586":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"12587":{"varMapping":{"__isSmartRef__":true,"id":12588},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":12589},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12588":{"this":{"__isSmartRef__":true,"id":12435}},"12589":{"timestamp":{"__isSmartRef__":true,"id":12590},"user":"sebastianwoinar","tags":[]},"12590":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12591":{"varMapping":{"__isSmartRef__":true,"id":12592},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":12593},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12592":{"this":{"__isSmartRef__":true,"id":12435}},"12593":{"timestamp":{"__isSmartRef__":true,"id":12594},"user":"sebastianwoinar","tags":[]},"12594":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12595":{"varMapping":{"__isSmartRef__":true,"id":12596},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12597},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12596":{"this":{"__isSmartRef__":true,"id":12435}},"12597":{"timestamp":{"__isSmartRef__":true,"id":12598},"user":"sebastianwoinar","tags":[]},"12598":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12599":{"varMapping":{"__isSmartRef__":true,"id":12600},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":12601},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12600":{"this":{"__isSmartRef__":true,"id":12435}},"12601":{"timestamp":{"__isSmartRef__":true,"id":12602},"user":"sebastianwoinar","tags":[]},"12602":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12603":{"varMapping":{"__isSmartRef__":true,"id":12604},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":12605},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12604":{"this":{"__isSmartRef__":true,"id":12435}},"12605":{"timestamp":{"__isSmartRef__":true,"id":12606},"user":"sebastianwoinar","tags":[]},"12606":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12607":{"varMapping":{"__isSmartRef__":true,"id":12608},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":12609},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12608":{"this":{"__isSmartRef__":true,"id":12435}},"12609":{"timestamp":{"__isSmartRef__":true,"id":12610},"user":"sebastianwoinar","tags":[]},"12610":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12611":{"varMapping":{"__isSmartRef__":true,"id":12612},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":12613},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12612":{"this":{"__isSmartRef__":true,"id":12435}},"12613":{"timestamp":{"__isSmartRef__":true,"id":12614},"user":"sebastianwoinar","tags":[]},"12614":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"12615":{"varMapping":{"__isSmartRef__":true,"id":12616},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12617},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12616":{"this":{"__isSmartRef__":true,"id":12435}},"12617":{"timestamp":{"__isSmartRef__":true,"id":12618},"user":"sebastianwoinar","tags":[]},"12618":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"12619":{"varMapping":{"__isSmartRef__":true,"id":12620},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":12621},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12620":{"this":{"__isSmartRef__":true,"id":12435}},"12621":{"timestamp":{"__isSmartRef__":true,"id":12622},"user":"sebastianwoinar","tags":[]},"12622":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"12623":{"varMapping":{"__isSmartRef__":true,"id":12624},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":12625},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12624":{"this":{"__isSmartRef__":true,"id":12435}},"12625":{"timestamp":{"__isSmartRef__":true,"id":12626},"user":"sebastianwoinar","tags":[]},"12626":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"12627":{"varMapping":{"__isSmartRef__":true,"id":12628},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":12629},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12628":{"this":{"__isSmartRef__":true,"id":12435}},"12629":{"timestamp":{"__isSmartRef__":true,"id":12630},"user":"sebastianwoinar","tags":[]},"12630":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"12631":{"varMapping":{"__isSmartRef__":true,"id":12632},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":12633},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12632":{"this":{"__isSmartRef__":true,"id":12435}},"12633":{"timestamp":{"__isSmartRef__":true,"id":12634},"user":"sebastianwoinar","tags":[]},"12634":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"12635":{"varMapping":{"__isSmartRef__":true,"id":12636},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":12637},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12636":{"this":{"__isSmartRef__":true,"id":12435}},"12637":{"timestamp":{"__isSmartRef__":true,"id":12638},"user":"sebastianwoinar","tags":[]},"12638":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"12639":{"varMapping":{"__isSmartRef__":true,"id":12640},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":12641},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12640":{"this":{"__isSmartRef__":true,"id":12435}},"12641":{"timestamp":{"__isSmartRef__":true,"id":12642},"user":"sebastianwoinar","tags":[]},"12642":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"12643":{"varMapping":{"__isSmartRef__":true,"id":12644},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":12645},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12644":{"this":{"__isSmartRef__":true,"id":12435}},"12645":{"timestamp":{"__isSmartRef__":true,"id":12646},"user":"sebastianwoinar","tags":[]},"12646":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"12647":{"varMapping":{"__isSmartRef__":true,"id":12648},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":12653},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12648":{"this":{"__isSmartRef__":true,"id":12435},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12649}},"12649":{"$super":{"__isSmartRef__":true,"id":12650}},"12650":{"varMapping":{"__isSmartRef__":true,"id":12651},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12652},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12651":{"obj":{"__isSmartRef__":true,"id":12435},"name":"onMouseDown"},"12652":{},"12653":{"timestamp":{"__isSmartRef__":true,"id":12654},"user":"sebastianwoinar","tags":[]},"12654":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"12655":{"varMapping":{"__isSmartRef__":true,"id":12656},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":12657},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12656":{"this":{"__isSmartRef__":true,"id":12435}},"12657":{"timestamp":{"__isSmartRef__":true,"id":12658},"user":"sebastianwoinar","tags":[]},"12658":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"12659":{"varMapping":{"__isSmartRef__":true,"id":12660},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":12661},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12660":{"this":{"__isSmartRef__":true,"id":12435}},"12661":{"timestamp":{"__isSmartRef__":true,"id":12662},"user":"sebastianwoinar","tags":[]},"12662":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"12663":{"varMapping":{"__isSmartRef__":true,"id":12664},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12665},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12664":{"this":{"__isSmartRef__":true,"id":12435}},"12665":{"timestamp":{"__isSmartRef__":true,"id":12666},"user":"sebastianwoinar","tags":[]},"12666":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"12667":{"varMapping":{"__isSmartRef__":true,"id":12668},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":12669},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12668":{"this":{"__isSmartRef__":true,"id":12435}},"12669":{"timestamp":{"__isSmartRef__":true,"id":12670},"user":"sebastianwoinar","tags":[]},"12670":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"12671":{"varMapping":{"__isSmartRef__":true,"id":12672},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":12673},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12672":{"this":{"__isSmartRef__":true,"id":12435}},"12673":{"timestamp":{"__isSmartRef__":true,"id":12674},"user":"sebastianwoinar","tags":[]},"12674":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"12675":{"varMapping":{"__isSmartRef__":true,"id":12676},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12677},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12676":{"this":{"__isSmartRef__":true,"id":12435}},"12677":{"timestamp":{"__isSmartRef__":true,"id":12678},"user":"sebastianwoinar","tags":[]},"12678":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"12679":{"submorphs":[{"__isSmartRef__":true,"id":12680}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12697},"id":"B8292028-FD4C-4A2F-A793-F67B427CB88E","eventHandler":{"__isSmartRef__":true,"id":12698},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":12699},"name":"node54","partsBinMetaInfo":{"__isSmartRef__":true,"id":12700},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6654},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[],"parent":{"__isSmartRef__":true,"id":12411},"level":3,"abp":{"__isSmartRef__":true,"id":12703},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12704},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(1030.3,210.0)"},"12680":{"submorphs":[],"scripts":[],"id":"397F0764-D46D-4699-AE84-B12D097B09B2","shape":{"__isSmartRef__":true,"id":12681},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":12682},"textChunks":[{"__isSmartRef__":true,"id":12694}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":12696},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":12679},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"12681":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"12682":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":12683},{"__isSmartRef__":true,"id":12685},{"__isSmartRef__":true,"id":12687},{"__isSmartRef__":true,"id":12689},{"__isSmartRef__":true,"id":12691}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":12693},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12683":{"date":{"__isSmartRef__":true,"id":12684},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"12684":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"12685":{"date":{"__isSmartRef__":true,"id":12686},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"12686":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"12687":{"date":{"__isSmartRef__":true,"id":12688},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"12688":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"12689":{"date":{"__isSmartRef__":true,"id":12690},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"12690":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"12691":{"date":{"__isSmartRef__":true,"id":12692},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"12692":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"12693":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"12694":{"style":{"__isSmartRef__":true,"id":12695},"chunkOwner":{"__isSmartRef__":true,"id":12680},"_id":"_3643","storedString":"25","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12695":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12696":{"morph":{"__isSmartRef__":true,"id":12680},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12697":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"12698":{"morph":{"__isSmartRef__":true,"id":12679},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12699":{},"12700":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":12701}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12701":{"date":{"__isSmartRef__":true,"id":12702},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"12702":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"12703":{"isActive":true,"alpha":-10000000000000,"beta":13,"i":0,"m":25,"d":0},"12704":{"buildChildNodes":{"__isSmartRef__":true,"id":12705},"getGameTree":{"__isSmartRef__":true,"id":12709},"getLevel":{"__isSmartRef__":true,"id":12713},"getLevelWeight":{"__isSmartRef__":true,"id":12717},"getWeight":{"__isSmartRef__":true,"id":12721},"setNode":{"__isSmartRef__":true,"id":12725},"setParent":{"__isSmartRef__":true,"id":12729},"getParent":{"__isSmartRef__":true,"id":12733},"deactivate":{"__isSmartRef__":true,"id":12737},"blink":{"__isSmartRef__":true,"id":12741},"ABPreturn":{"__isSmartRef__":true,"id":12745},"ABPstart":{"__isSmartRef__":true,"id":12749},"ABPcontinue":{"__isSmartRef__":true,"id":12753},"ABPshowValue":{"__isSmartRef__":true,"id":12757},"ABPgetValue":{"__isSmartRef__":true,"id":12761},"ABPhasChildNodes":{"__isSmartRef__":true,"id":12765},"onMouseDown":{"__isSmartRef__":true,"id":12769},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":12777},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":12781},"ABPmarkAsDone":{"__isSmartRef__":true,"id":12785},"ABPmarkAsActive":{"__isSmartRef__":true,"id":12789},"getStateMorph":{"__isSmartRef__":true,"id":12793},"showState":{"__isSmartRef__":true,"id":12797}},"12705":{"varMapping":{"__isSmartRef__":true,"id":12706},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":12707},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12706":{"this":{"__isSmartRef__":true,"id":12679}},"12707":{"timestamp":{"__isSmartRef__":true,"id":12708},"user":"sebastianwoinar","tags":[]},"12708":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"12709":{"varMapping":{"__isSmartRef__":true,"id":12710},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":12711},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12710":{"this":{"__isSmartRef__":true,"id":12679}},"12711":{"timestamp":{"__isSmartRef__":true,"id":12712},"user":"sebastianwoinar","tags":[]},"12712":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12713":{"varMapping":{"__isSmartRef__":true,"id":12714},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":12715},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12714":{"this":{"__isSmartRef__":true,"id":12679}},"12715":{"timestamp":{"__isSmartRef__":true,"id":12716},"user":"sebastianwoinar","tags":[]},"12716":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12717":{"varMapping":{"__isSmartRef__":true,"id":12718},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12719},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12718":{"this":{"__isSmartRef__":true,"id":12679}},"12719":{"timestamp":{"__isSmartRef__":true,"id":12720},"user":"sebastianwoinar","tags":[]},"12720":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12721":{"varMapping":{"__isSmartRef__":true,"id":12722},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":12723},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12722":{"this":{"__isSmartRef__":true,"id":12679}},"12723":{"timestamp":{"__isSmartRef__":true,"id":12724},"user":"sebastianwoinar","tags":[]},"12724":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12725":{"varMapping":{"__isSmartRef__":true,"id":12726},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":12727},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12726":{"this":{"__isSmartRef__":true,"id":12679}},"12727":{"timestamp":{"__isSmartRef__":true,"id":12728},"user":"sebastianwoinar","tags":[]},"12728":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12729":{"varMapping":{"__isSmartRef__":true,"id":12730},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":12731},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12730":{"this":{"__isSmartRef__":true,"id":12679}},"12731":{"timestamp":{"__isSmartRef__":true,"id":12732},"user":"sebastianwoinar","tags":[]},"12732":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12733":{"varMapping":{"__isSmartRef__":true,"id":12734},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":12735},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12734":{"this":{"__isSmartRef__":true,"id":12679}},"12735":{"timestamp":{"__isSmartRef__":true,"id":12736},"user":"sebastianwoinar","tags":[]},"12736":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"12737":{"varMapping":{"__isSmartRef__":true,"id":12738},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12739},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12738":{"this":{"__isSmartRef__":true,"id":12679}},"12739":{"timestamp":{"__isSmartRef__":true,"id":12740},"user":"sebastianwoinar","tags":[]},"12740":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"12741":{"varMapping":{"__isSmartRef__":true,"id":12742},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":12743},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12742":{"this":{"__isSmartRef__":true,"id":12679}},"12743":{"timestamp":{"__isSmartRef__":true,"id":12744},"user":"sebastianwoinar","tags":[]},"12744":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"12745":{"varMapping":{"__isSmartRef__":true,"id":12746},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":12747},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12746":{"this":{"__isSmartRef__":true,"id":12679}},"12747":{"timestamp":{"__isSmartRef__":true,"id":12748},"user":"sebastianwoinar","tags":[]},"12748":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"12749":{"varMapping":{"__isSmartRef__":true,"id":12750},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":12751},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12750":{"this":{"__isSmartRef__":true,"id":12679}},"12751":{"timestamp":{"__isSmartRef__":true,"id":12752},"user":"sebastianwoinar","tags":[]},"12752":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"12753":{"varMapping":{"__isSmartRef__":true,"id":12754},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":12755},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12754":{"this":{"__isSmartRef__":true,"id":12679}},"12755":{"timestamp":{"__isSmartRef__":true,"id":12756},"user":"sebastianwoinar","tags":[]},"12756":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"12757":{"varMapping":{"__isSmartRef__":true,"id":12758},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":12759},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12758":{"this":{"__isSmartRef__":true,"id":12679}},"12759":{"timestamp":{"__isSmartRef__":true,"id":12760},"user":"sebastianwoinar","tags":[]},"12760":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"12761":{"varMapping":{"__isSmartRef__":true,"id":12762},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":12763},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12762":{"this":{"__isSmartRef__":true,"id":12679}},"12763":{"timestamp":{"__isSmartRef__":true,"id":12764},"user":"sebastianwoinar","tags":[]},"12764":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"12765":{"varMapping":{"__isSmartRef__":true,"id":12766},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":12767},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12766":{"this":{"__isSmartRef__":true,"id":12679}},"12767":{"timestamp":{"__isSmartRef__":true,"id":12768},"user":"sebastianwoinar","tags":[]},"12768":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"12769":{"varMapping":{"__isSmartRef__":true,"id":12770},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":12775},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12770":{"this":{"__isSmartRef__":true,"id":12679},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12771}},"12771":{"$super":{"__isSmartRef__":true,"id":12772}},"12772":{"varMapping":{"__isSmartRef__":true,"id":12773},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12774},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12773":{"obj":{"__isSmartRef__":true,"id":12679},"name":"onMouseDown"},"12774":{},"12775":{"timestamp":{"__isSmartRef__":true,"id":12776},"user":"sebastianwoinar","tags":[]},"12776":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"12777":{"varMapping":{"__isSmartRef__":true,"id":12778},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":12779},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12778":{"this":{"__isSmartRef__":true,"id":12679}},"12779":{"timestamp":{"__isSmartRef__":true,"id":12780},"user":"sebastianwoinar","tags":[]},"12780":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"12781":{"varMapping":{"__isSmartRef__":true,"id":12782},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":12783},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12782":{"this":{"__isSmartRef__":true,"id":12679}},"12783":{"timestamp":{"__isSmartRef__":true,"id":12784},"user":"sebastianwoinar","tags":[]},"12784":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"12785":{"varMapping":{"__isSmartRef__":true,"id":12786},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12787},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12786":{"this":{"__isSmartRef__":true,"id":12679}},"12787":{"timestamp":{"__isSmartRef__":true,"id":12788},"user":"sebastianwoinar","tags":[]},"12788":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"12789":{"varMapping":{"__isSmartRef__":true,"id":12790},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":12791},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12790":{"this":{"__isSmartRef__":true,"id":12679}},"12791":{"timestamp":{"__isSmartRef__":true,"id":12792},"user":"sebastianwoinar","tags":[]},"12792":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"12793":{"varMapping":{"__isSmartRef__":true,"id":12794},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":12795},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12794":{"this":{"__isSmartRef__":true,"id":12679}},"12795":{"timestamp":{"__isSmartRef__":true,"id":12796},"user":"sebastianwoinar","tags":[]},"12796":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"12797":{"varMapping":{"__isSmartRef__":true,"id":12798},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12799},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12798":{"this":{"__isSmartRef__":true,"id":12679}},"12799":{"timestamp":{"__isSmartRef__":true,"id":12800},"user":"sebastianwoinar","tags":[]},"12800":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"12801":{"submorphs":[{"__isSmartRef__":true,"id":12802}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12819},"id":"7F9CF18E-B887-4E1C-8E0E-0F6009C2FDCB","eventHandler":{"__isSmartRef__":true,"id":12820},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":12821},"name":"node55","partsBinMetaInfo":{"__isSmartRef__":true,"id":12822},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6656},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[],"parent":{"__isSmartRef__":true,"id":12411},"level":3,"abp":{"__isSmartRef__":true,"id":12825},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12826},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(1072.0,210.0)"},"12802":{"submorphs":[],"scripts":[],"id":"33253354-D06D-4E09-8B1A-B2104921713A","shape":{"__isSmartRef__":true,"id":12803},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":12804},"textChunks":[{"__isSmartRef__":true,"id":12816}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":12818},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":12801},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"12803":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"12804":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":12805},{"__isSmartRef__":true,"id":12807},{"__isSmartRef__":true,"id":12809},{"__isSmartRef__":true,"id":12811},{"__isSmartRef__":true,"id":12813}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":12815},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12805":{"date":{"__isSmartRef__":true,"id":12806},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"12806":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"12807":{"date":{"__isSmartRef__":true,"id":12808},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"12808":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"12809":{"date":{"__isSmartRef__":true,"id":12810},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"12810":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"12811":{"date":{"__isSmartRef__":true,"id":12812},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"12812":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"12813":{"date":{"__isSmartRef__":true,"id":12814},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"12814":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"12815":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"12816":{"style":{"__isSmartRef__":true,"id":12817},"chunkOwner":{"__isSmartRef__":true,"id":12802},"_id":"_3650","storedString":"17","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12817":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12818":{"morph":{"__isSmartRef__":true,"id":12802},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12819":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"12820":{"morph":{"__isSmartRef__":true,"id":12801},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12821":{},"12822":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":12823}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12823":{"date":{"__isSmartRef__":true,"id":12824},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"12824":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"12825":{"isActive":true,"alpha":-10000000000000,"beta":13,"i":0,"m":17,"d":0},"12826":{"buildChildNodes":{"__isSmartRef__":true,"id":12827},"getGameTree":{"__isSmartRef__":true,"id":12831},"getLevel":{"__isSmartRef__":true,"id":12835},"getLevelWeight":{"__isSmartRef__":true,"id":12839},"getWeight":{"__isSmartRef__":true,"id":12843},"setNode":{"__isSmartRef__":true,"id":12847},"setParent":{"__isSmartRef__":true,"id":12851},"getParent":{"__isSmartRef__":true,"id":12855},"deactivate":{"__isSmartRef__":true,"id":12859},"blink":{"__isSmartRef__":true,"id":12863},"ABPreturn":{"__isSmartRef__":true,"id":12867},"ABPstart":{"__isSmartRef__":true,"id":12871},"ABPcontinue":{"__isSmartRef__":true,"id":12875},"ABPshowValue":{"__isSmartRef__":true,"id":12879},"ABPgetValue":{"__isSmartRef__":true,"id":12883},"ABPhasChildNodes":{"__isSmartRef__":true,"id":12887},"onMouseDown":{"__isSmartRef__":true,"id":12891},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":12899},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":12903},"ABPmarkAsDone":{"__isSmartRef__":true,"id":12907},"ABPmarkAsActive":{"__isSmartRef__":true,"id":12911},"getStateMorph":{"__isSmartRef__":true,"id":12915},"showState":{"__isSmartRef__":true,"id":12919}},"12827":{"varMapping":{"__isSmartRef__":true,"id":12828},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":12829},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12828":{"this":{"__isSmartRef__":true,"id":12801}},"12829":{"timestamp":{"__isSmartRef__":true,"id":12830},"user":"sebastianwoinar","tags":[]},"12830":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"12831":{"varMapping":{"__isSmartRef__":true,"id":12832},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":12833},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12832":{"this":{"__isSmartRef__":true,"id":12801}},"12833":{"timestamp":{"__isSmartRef__":true,"id":12834},"user":"sebastianwoinar","tags":[]},"12834":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12835":{"varMapping":{"__isSmartRef__":true,"id":12836},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":12837},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12836":{"this":{"__isSmartRef__":true,"id":12801}},"12837":{"timestamp":{"__isSmartRef__":true,"id":12838},"user":"sebastianwoinar","tags":[]},"12838":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12839":{"varMapping":{"__isSmartRef__":true,"id":12840},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12841},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12840":{"this":{"__isSmartRef__":true,"id":12801}},"12841":{"timestamp":{"__isSmartRef__":true,"id":12842},"user":"sebastianwoinar","tags":[]},"12842":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12843":{"varMapping":{"__isSmartRef__":true,"id":12844},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":12845},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12844":{"this":{"__isSmartRef__":true,"id":12801}},"12845":{"timestamp":{"__isSmartRef__":true,"id":12846},"user":"sebastianwoinar","tags":[]},"12846":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12847":{"varMapping":{"__isSmartRef__":true,"id":12848},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":12849},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12848":{"this":{"__isSmartRef__":true,"id":12801}},"12849":{"timestamp":{"__isSmartRef__":true,"id":12850},"user":"sebastianwoinar","tags":[]},"12850":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12851":{"varMapping":{"__isSmartRef__":true,"id":12852},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":12853},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12852":{"this":{"__isSmartRef__":true,"id":12801}},"12853":{"timestamp":{"__isSmartRef__":true,"id":12854},"user":"sebastianwoinar","tags":[]},"12854":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12855":{"varMapping":{"__isSmartRef__":true,"id":12856},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":12857},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12856":{"this":{"__isSmartRef__":true,"id":12801}},"12857":{"timestamp":{"__isSmartRef__":true,"id":12858},"user":"sebastianwoinar","tags":[]},"12858":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"12859":{"varMapping":{"__isSmartRef__":true,"id":12860},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12861},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12860":{"this":{"__isSmartRef__":true,"id":12801}},"12861":{"timestamp":{"__isSmartRef__":true,"id":12862},"user":"sebastianwoinar","tags":[]},"12862":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"12863":{"varMapping":{"__isSmartRef__":true,"id":12864},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":12865},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12864":{"this":{"__isSmartRef__":true,"id":12801}},"12865":{"timestamp":{"__isSmartRef__":true,"id":12866},"user":"sebastianwoinar","tags":[]},"12866":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"12867":{"varMapping":{"__isSmartRef__":true,"id":12868},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":12869},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12868":{"this":{"__isSmartRef__":true,"id":12801}},"12869":{"timestamp":{"__isSmartRef__":true,"id":12870},"user":"sebastianwoinar","tags":[]},"12870":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"12871":{"varMapping":{"__isSmartRef__":true,"id":12872},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":12873},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12872":{"this":{"__isSmartRef__":true,"id":12801}},"12873":{"timestamp":{"__isSmartRef__":true,"id":12874},"user":"sebastianwoinar","tags":[]},"12874":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"12875":{"varMapping":{"__isSmartRef__":true,"id":12876},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":12877},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12876":{"this":{"__isSmartRef__":true,"id":12801}},"12877":{"timestamp":{"__isSmartRef__":true,"id":12878},"user":"sebastianwoinar","tags":[]},"12878":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"12879":{"varMapping":{"__isSmartRef__":true,"id":12880},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":12881},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12880":{"this":{"__isSmartRef__":true,"id":12801}},"12881":{"timestamp":{"__isSmartRef__":true,"id":12882},"user":"sebastianwoinar","tags":[]},"12882":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"12883":{"varMapping":{"__isSmartRef__":true,"id":12884},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":12885},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12884":{"this":{"__isSmartRef__":true,"id":12801}},"12885":{"timestamp":{"__isSmartRef__":true,"id":12886},"user":"sebastianwoinar","tags":[]},"12886":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"12887":{"varMapping":{"__isSmartRef__":true,"id":12888},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":12889},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12888":{"this":{"__isSmartRef__":true,"id":12801}},"12889":{"timestamp":{"__isSmartRef__":true,"id":12890},"user":"sebastianwoinar","tags":[]},"12890":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"12891":{"varMapping":{"__isSmartRef__":true,"id":12892},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":12897},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12892":{"this":{"__isSmartRef__":true,"id":12801},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12893}},"12893":{"$super":{"__isSmartRef__":true,"id":12894}},"12894":{"varMapping":{"__isSmartRef__":true,"id":12895},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12896},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12895":{"obj":{"__isSmartRef__":true,"id":12801},"name":"onMouseDown"},"12896":{},"12897":{"timestamp":{"__isSmartRef__":true,"id":12898},"user":"sebastianwoinar","tags":[]},"12898":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"12899":{"varMapping":{"__isSmartRef__":true,"id":12900},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":12901},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12900":{"this":{"__isSmartRef__":true,"id":12801}},"12901":{"timestamp":{"__isSmartRef__":true,"id":12902},"user":"sebastianwoinar","tags":[]},"12902":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"12903":{"varMapping":{"__isSmartRef__":true,"id":12904},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":12905},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12904":{"this":{"__isSmartRef__":true,"id":12801}},"12905":{"timestamp":{"__isSmartRef__":true,"id":12906},"user":"sebastianwoinar","tags":[]},"12906":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"12907":{"varMapping":{"__isSmartRef__":true,"id":12908},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12909},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12908":{"this":{"__isSmartRef__":true,"id":12801}},"12909":{"timestamp":{"__isSmartRef__":true,"id":12910},"user":"sebastianwoinar","tags":[]},"12910":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"12911":{"varMapping":{"__isSmartRef__":true,"id":12912},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":12913},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12912":{"this":{"__isSmartRef__":true,"id":12801}},"12913":{"timestamp":{"__isSmartRef__":true,"id":12914},"user":"sebastianwoinar","tags":[]},"12914":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"12915":{"varMapping":{"__isSmartRef__":true,"id":12916},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":12917},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12916":{"this":{"__isSmartRef__":true,"id":12801}},"12917":{"timestamp":{"__isSmartRef__":true,"id":12918},"user":"sebastianwoinar","tags":[]},"12918":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"12919":{"varMapping":{"__isSmartRef__":true,"id":12920},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12921},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12920":{"this":{"__isSmartRef__":true,"id":12801}},"12921":{"timestamp":{"__isSmartRef__":true,"id":12922},"user":"sebastianwoinar","tags":[]},"12922":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"12923":{"submorphs":[{"__isSmartRef__":true,"id":12924}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12941},"id":"6DB6A1CD-77C5-495E-BE3D-E832829573EC","eventHandler":{"__isSmartRef__":true,"id":12942},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"layout":{"__isSmartRef__":true,"id":12943},"name":"node56","partsBinMetaInfo":{"__isSmartRef__":true,"id":12944},"derivationIds":[113,"07BC3F00-A1CC-4E18-8B69-527B6067A724","B7D04369-41DD-48AC-BC75-866BFB6D5CA5"],"_ClipMode":"visible","#startLetters":"no","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position"],"node":{"__isSmartRef__":true,"id":6658},"owner":{"__isSmartRef__":true,"id":6525},"childNodes":[],"parent":{"__isSmartRef__":true,"id":12411},"level":3,"abp":{"__isSmartRef__":true,"id":12947},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12948},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(1113.6,210.0)"},"12924":{"submorphs":[],"scripts":[],"id":"A9711983-B109-45FB-A6BA-AEB447CE868D","shape":{"__isSmartRef__":true,"id":12925},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"textMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":12926},"textChunks":[{"__isSmartRef__":true,"id":12938}],"charsReplaced":"Some","lastFindLoc":4,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":12940},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","49C188EA-7F40-4BB7-BCD9-47A2DBD456F4","23D4F552-5160-46E1-A76D-8354DAB108DA"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":12923},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-49.0,-47.7)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(32.5,-7.9)"},"12925":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(19.7,22.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"12926":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":12927},{"__isSmartRef__":true,"id":12929},{"__isSmartRef__":true,"id":12931},{"__isSmartRef__":true,"id":12933},{"__isSmartRef__":true,"id":12935}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":12937},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12927":{"date":{"__isSmartRef__":true,"id":12928},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"12928":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"12929":{"date":{"__isSmartRef__":true,"id":12930},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"12930":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"12931":{"date":{"__isSmartRef__":true,"id":12932},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"12932":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"12933":{"date":{"__isSmartRef__":true,"id":12934},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"12934":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"12935":{"date":{"__isSmartRef__":true,"id":12936},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"12936":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"12937":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"12938":{"style":{"__isSmartRef__":true,"id":12939},"chunkOwner":{"__isSmartRef__":true,"id":12924},"_id":"_3657","storedString":"15","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12939":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12940":{"morph":{"__isSmartRef__":true,"id":12924},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12941":{"_ClipMode":"visible","_BorderWidth":3.184,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Ellipse","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(-50.0,-50.0)","_Extent":"lively.pt(27.0,28.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"12942":{"morph":{"__isSmartRef__":true,"id":12923},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12943":{},"12944":{"partName":"Ellipse","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"undefined","changes":[{"__isSmartRef__":true,"id":12945}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12945":{"date":{"__isSmartRef__":true,"id":12946},"author":"undefined","message":"reverted changes - was there any description of this morph?","id":"C3C03411-9523-4F35-89EC-B20E24B3C287"},"12946":{"isSerializedDate":true,"string":"Tue Apr 03 2012 09:08:08 GMT+0200 (CEST)"},"12947":{"isActive":true,"alpha":-10000000000000,"beta":13,"i":0,"m":15,"d":0},"12948":{"buildChildNodes":{"__isSmartRef__":true,"id":12949},"getGameTree":{"__isSmartRef__":true,"id":12953},"getLevel":{"__isSmartRef__":true,"id":12957},"getLevelWeight":{"__isSmartRef__":true,"id":12961},"getWeight":{"__isSmartRef__":true,"id":12965},"setNode":{"__isSmartRef__":true,"id":12969},"setParent":{"__isSmartRef__":true,"id":12973},"getParent":{"__isSmartRef__":true,"id":12977},"deactivate":{"__isSmartRef__":true,"id":12981},"blink":{"__isSmartRef__":true,"id":12985},"ABPreturn":{"__isSmartRef__":true,"id":12989},"ABPstart":{"__isSmartRef__":true,"id":12993},"ABPcontinue":{"__isSmartRef__":true,"id":12997},"ABPshowValue":{"__isSmartRef__":true,"id":13001},"ABPgetValue":{"__isSmartRef__":true,"id":13005},"ABPhasChildNodes":{"__isSmartRef__":true,"id":13009},"onMouseDown":{"__isSmartRef__":true,"id":13013},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":13021},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":13025},"ABPmarkAsDone":{"__isSmartRef__":true,"id":13029},"ABPmarkAsActive":{"__isSmartRef__":true,"id":13033},"getStateMorph":{"__isSmartRef__":true,"id":13037},"showState":{"__isSmartRef__":true,"id":13041}},"12949":{"varMapping":{"__isSmartRef__":true,"id":12950},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":12951},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12950":{"this":{"__isSmartRef__":true,"id":12923}},"12951":{"timestamp":{"__isSmartRef__":true,"id":12952},"user":"sebastianwoinar","tags":[]},"12952":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"12953":{"varMapping":{"__isSmartRef__":true,"id":12954},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":12955},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12954":{"this":{"__isSmartRef__":true,"id":12923}},"12955":{"timestamp":{"__isSmartRef__":true,"id":12956},"user":"sebastianwoinar","tags":[]},"12956":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12957":{"varMapping":{"__isSmartRef__":true,"id":12958},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":12959},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12958":{"this":{"__isSmartRef__":true,"id":12923}},"12959":{"timestamp":{"__isSmartRef__":true,"id":12960},"user":"sebastianwoinar","tags":[]},"12960":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12961":{"varMapping":{"__isSmartRef__":true,"id":12962},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12963},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12962":{"this":{"__isSmartRef__":true,"id":12923}},"12963":{"timestamp":{"__isSmartRef__":true,"id":12964},"user":"sebastianwoinar","tags":[]},"12964":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12965":{"varMapping":{"__isSmartRef__":true,"id":12966},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":12967},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12966":{"this":{"__isSmartRef__":true,"id":12923}},"12967":{"timestamp":{"__isSmartRef__":true,"id":12968},"user":"sebastianwoinar","tags":[]},"12968":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12969":{"varMapping":{"__isSmartRef__":true,"id":12970},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":12971},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12970":{"this":{"__isSmartRef__":true,"id":12923}},"12971":{"timestamp":{"__isSmartRef__":true,"id":12972},"user":"sebastianwoinar","tags":[]},"12972":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12973":{"varMapping":{"__isSmartRef__":true,"id":12974},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":12975},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12974":{"this":{"__isSmartRef__":true,"id":12923}},"12975":{"timestamp":{"__isSmartRef__":true,"id":12976},"user":"sebastianwoinar","tags":[]},"12976":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"12977":{"varMapping":{"__isSmartRef__":true,"id":12978},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":12979},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12978":{"this":{"__isSmartRef__":true,"id":12923}},"12979":{"timestamp":{"__isSmartRef__":true,"id":12980},"user":"sebastianwoinar","tags":[]},"12980":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"12981":{"varMapping":{"__isSmartRef__":true,"id":12982},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":12983},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12982":{"this":{"__isSmartRef__":true,"id":12923}},"12983":{"timestamp":{"__isSmartRef__":true,"id":12984},"user":"sebastianwoinar","tags":[]},"12984":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"12985":{"varMapping":{"__isSmartRef__":true,"id":12986},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":12987},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12986":{"this":{"__isSmartRef__":true,"id":12923}},"12987":{"timestamp":{"__isSmartRef__":true,"id":12988},"user":"sebastianwoinar","tags":[]},"12988":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"12989":{"varMapping":{"__isSmartRef__":true,"id":12990},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":12991},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12990":{"this":{"__isSmartRef__":true,"id":12923}},"12991":{"timestamp":{"__isSmartRef__":true,"id":12992},"user":"sebastianwoinar","tags":[]},"12992":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"12993":{"varMapping":{"__isSmartRef__":true,"id":12994},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":12995},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12994":{"this":{"__isSmartRef__":true,"id":12923}},"12995":{"timestamp":{"__isSmartRef__":true,"id":12996},"user":"sebastianwoinar","tags":[]},"12996":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"12997":{"varMapping":{"__isSmartRef__":true,"id":12998},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":12999},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12998":{"this":{"__isSmartRef__":true,"id":12923}},"12999":{"timestamp":{"__isSmartRef__":true,"id":13000},"user":"sebastianwoinar","tags":[]},"13000":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"13001":{"varMapping":{"__isSmartRef__":true,"id":13002},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":13003},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13002":{"this":{"__isSmartRef__":true,"id":12923}},"13003":{"timestamp":{"__isSmartRef__":true,"id":13004},"user":"sebastianwoinar","tags":[]},"13004":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"13005":{"varMapping":{"__isSmartRef__":true,"id":13006},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":13007},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13006":{"this":{"__isSmartRef__":true,"id":12923}},"13007":{"timestamp":{"__isSmartRef__":true,"id":13008},"user":"sebastianwoinar","tags":[]},"13008":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"13009":{"varMapping":{"__isSmartRef__":true,"id":13010},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":13011},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13010":{"this":{"__isSmartRef__":true,"id":12923}},"13011":{"timestamp":{"__isSmartRef__":true,"id":13012},"user":"sebastianwoinar","tags":[]},"13012":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"13013":{"varMapping":{"__isSmartRef__":true,"id":13014},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":13019},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13014":{"this":{"__isSmartRef__":true,"id":12923},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":13015}},"13015":{"$super":{"__isSmartRef__":true,"id":13016}},"13016":{"varMapping":{"__isSmartRef__":true,"id":13017},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":13018},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13017":{"obj":{"__isSmartRef__":true,"id":12923},"name":"onMouseDown"},"13018":{},"13019":{"timestamp":{"__isSmartRef__":true,"id":13020},"user":"sebastianwoinar","tags":[]},"13020":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"13021":{"varMapping":{"__isSmartRef__":true,"id":13022},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":13023},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13022":{"this":{"__isSmartRef__":true,"id":12923}},"13023":{"timestamp":{"__isSmartRef__":true,"id":13024},"user":"sebastianwoinar","tags":[]},"13024":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"13025":{"varMapping":{"__isSmartRef__":true,"id":13026},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":13027},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13026":{"this":{"__isSmartRef__":true,"id":12923}},"13027":{"timestamp":{"__isSmartRef__":true,"id":13028},"user":"sebastianwoinar","tags":[]},"13028":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"13029":{"varMapping":{"__isSmartRef__":true,"id":13030},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":13031},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13030":{"this":{"__isSmartRef__":true,"id":12923}},"13031":{"timestamp":{"__isSmartRef__":true,"id":13032},"user":"sebastianwoinar","tags":[]},"13032":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"13033":{"varMapping":{"__isSmartRef__":true,"id":13034},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":13035},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13034":{"this":{"__isSmartRef__":true,"id":12923}},"13035":{"timestamp":{"__isSmartRef__":true,"id":13036},"user":"sebastianwoinar","tags":[]},"13036":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"13037":{"varMapping":{"__isSmartRef__":true,"id":13038},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":13039},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13038":{"this":{"__isSmartRef__":true,"id":12923}},"13039":{"timestamp":{"__isSmartRef__":true,"id":13040},"user":"sebastianwoinar","tags":[]},"13040":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"13041":{"varMapping":{"__isSmartRef__":true,"id":13042},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":13043},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13042":{"this":{"__isSmartRef__":true,"id":12923}},"13043":{"timestamp":{"__isSmartRef__":true,"id":13044},"user":"sebastianwoinar","tags":[]},"13044":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"13045":{"isActive":true,"alpha":-13,"beta":10000000000000,"i":4,"m":-13,"d":0},"13046":{"buildChildNodes":{"__isSmartRef__":true,"id":13047},"getGameTree":{"__isSmartRef__":true,"id":13051},"getLevel":{"__isSmartRef__":true,"id":13055},"getLevelWeight":{"__isSmartRef__":true,"id":13059},"getWeight":{"__isSmartRef__":true,"id":13063},"setNode":{"__isSmartRef__":true,"id":13067},"setParent":{"__isSmartRef__":true,"id":13071},"getParent":{"__isSmartRef__":true,"id":13075},"deactivate":{"__isSmartRef__":true,"id":13079},"blink":{"__isSmartRef__":true,"id":13083},"ABPreturn":{"__isSmartRef__":true,"id":13087},"ABPstart":{"__isSmartRef__":true,"id":13091},"ABPcontinue":{"__isSmartRef__":true,"id":13095},"ABPshowValue":{"__isSmartRef__":true,"id":13099},"ABPgetValue":{"__isSmartRef__":true,"id":13103},"ABPhasChildNodes":{"__isSmartRef__":true,"id":13107},"onMouseDown":{"__isSmartRef__":true,"id":13111},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":13119},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":13123},"ABPmarkAsDone":{"__isSmartRef__":true,"id":13127},"ABPmarkAsActive":{"__isSmartRef__":true,"id":13131},"getStateMorph":{"__isSmartRef__":true,"id":13135},"showState":{"__isSmartRef__":true,"id":13139}},"13047":{"varMapping":{"__isSmartRef__":true,"id":13048},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":13049},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13048":{"this":{"__isSmartRef__":true,"id":12411}},"13049":{"timestamp":{"__isSmartRef__":true,"id":13050},"user":"sebastianwoinar","tags":[]},"13050":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"13051":{"varMapping":{"__isSmartRef__":true,"id":13052},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":13053},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13052":{"this":{"__isSmartRef__":true,"id":12411}},"13053":{"timestamp":{"__isSmartRef__":true,"id":13054},"user":"sebastianwoinar","tags":[]},"13054":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13055":{"varMapping":{"__isSmartRef__":true,"id":13056},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":13057},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13056":{"this":{"__isSmartRef__":true,"id":12411}},"13057":{"timestamp":{"__isSmartRef__":true,"id":13058},"user":"sebastianwoinar","tags":[]},"13058":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13059":{"varMapping":{"__isSmartRef__":true,"id":13060},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":13061},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13060":{"this":{"__isSmartRef__":true,"id":12411}},"13061":{"timestamp":{"__isSmartRef__":true,"id":13062},"user":"sebastianwoinar","tags":[]},"13062":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13063":{"varMapping":{"__isSmartRef__":true,"id":13064},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":13065},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13064":{"this":{"__isSmartRef__":true,"id":12411}},"13065":{"timestamp":{"__isSmartRef__":true,"id":13066},"user":"sebastianwoinar","tags":[]},"13066":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13067":{"varMapping":{"__isSmartRef__":true,"id":13068},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":13069},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13068":{"this":{"__isSmartRef__":true,"id":12411}},"13069":{"timestamp":{"__isSmartRef__":true,"id":13070},"user":"sebastianwoinar","tags":[]},"13070":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13071":{"varMapping":{"__isSmartRef__":true,"id":13072},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":13073},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13072":{"this":{"__isSmartRef__":true,"id":12411}},"13073":{"timestamp":{"__isSmartRef__":true,"id":13074},"user":"sebastianwoinar","tags":[]},"13074":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13075":{"varMapping":{"__isSmartRef__":true,"id":13076},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":13077},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13076":{"this":{"__isSmartRef__":true,"id":12411}},"13077":{"timestamp":{"__isSmartRef__":true,"id":13078},"user":"sebastianwoinar","tags":[]},"13078":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"13079":{"varMapping":{"__isSmartRef__":true,"id":13080},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":13081},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13080":{"this":{"__isSmartRef__":true,"id":12411}},"13081":{"timestamp":{"__isSmartRef__":true,"id":13082},"user":"sebastianwoinar","tags":[]},"13082":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"13083":{"varMapping":{"__isSmartRef__":true,"id":13084},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":13085},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13084":{"this":{"__isSmartRef__":true,"id":12411}},"13085":{"timestamp":{"__isSmartRef__":true,"id":13086},"user":"sebastianwoinar","tags":[]},"13086":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"13087":{"varMapping":{"__isSmartRef__":true,"id":13088},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":13089},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13088":{"this":{"__isSmartRef__":true,"id":12411}},"13089":{"timestamp":{"__isSmartRef__":true,"id":13090},"user":"sebastianwoinar","tags":[]},"13090":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"13091":{"varMapping":{"__isSmartRef__":true,"id":13092},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":13093},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13092":{"this":{"__isSmartRef__":true,"id":12411}},"13093":{"timestamp":{"__isSmartRef__":true,"id":13094},"user":"sebastianwoinar","tags":[]},"13094":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"13095":{"varMapping":{"__isSmartRef__":true,"id":13096},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":13097},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13096":{"this":{"__isSmartRef__":true,"id":12411}},"13097":{"timestamp":{"__isSmartRef__":true,"id":13098},"user":"sebastianwoinar","tags":[]},"13098":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"13099":{"varMapping":{"__isSmartRef__":true,"id":13100},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":13101},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13100":{"this":{"__isSmartRef__":true,"id":12411}},"13101":{"timestamp":{"__isSmartRef__":true,"id":13102},"user":"sebastianwoinar","tags":[]},"13102":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"13103":{"varMapping":{"__isSmartRef__":true,"id":13104},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":13105},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13104":{"this":{"__isSmartRef__":true,"id":12411}},"13105":{"timestamp":{"__isSmartRef__":true,"id":13106},"user":"sebastianwoinar","tags":[]},"13106":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"13107":{"varMapping":{"__isSmartRef__":true,"id":13108},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":13109},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13108":{"this":{"__isSmartRef__":true,"id":12411}},"13109":{"timestamp":{"__isSmartRef__":true,"id":13110},"user":"sebastianwoinar","tags":[]},"13110":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"13111":{"varMapping":{"__isSmartRef__":true,"id":13112},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":13117},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13112":{"this":{"__isSmartRef__":true,"id":12411},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":13113}},"13113":{"$super":{"__isSmartRef__":true,"id":13114}},"13114":{"varMapping":{"__isSmartRef__":true,"id":13115},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":13116},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13115":{"obj":{"__isSmartRef__":true,"id":12411},"name":"onMouseDown"},"13116":{},"13117":{"timestamp":{"__isSmartRef__":true,"id":13118},"user":"sebastianwoinar","tags":[]},"13118":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"13119":{"varMapping":{"__isSmartRef__":true,"id":13120},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":13121},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13120":{"this":{"__isSmartRef__":true,"id":12411}},"13121":{"timestamp":{"__isSmartRef__":true,"id":13122},"user":"sebastianwoinar","tags":[]},"13122":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"13123":{"varMapping":{"__isSmartRef__":true,"id":13124},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":13125},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13124":{"this":{"__isSmartRef__":true,"id":12411}},"13125":{"timestamp":{"__isSmartRef__":true,"id":13126},"user":"sebastianwoinar","tags":[]},"13126":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"13127":{"varMapping":{"__isSmartRef__":true,"id":13128},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":13129},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13128":{"this":{"__isSmartRef__":true,"id":12411}},"13129":{"timestamp":{"__isSmartRef__":true,"id":13130},"user":"sebastianwoinar","tags":[]},"13130":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"13131":{"varMapping":{"__isSmartRef__":true,"id":13132},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":13133},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13132":{"this":{"__isSmartRef__":true,"id":12411}},"13133":{"timestamp":{"__isSmartRef__":true,"id":13134},"user":"sebastianwoinar","tags":[]},"13134":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"13135":{"varMapping":{"__isSmartRef__":true,"id":13136},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":13137},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13136":{"this":{"__isSmartRef__":true,"id":12411}},"13137":{"timestamp":{"__isSmartRef__":true,"id":13138},"user":"sebastianwoinar","tags":[]},"13138":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"13139":{"varMapping":{"__isSmartRef__":true,"id":13140},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":13141},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13140":{"this":{"__isSmartRef__":true,"id":12411}},"13141":{"timestamp":{"__isSmartRef__":true,"id":13142},"user":"sebastianwoinar","tags":[]},"13142":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"13143":{"isActive":true,"alpha":13,"beta":13,"i":1,"m":13,"d":0},"13144":{"buildChildNodes":{"__isSmartRef__":true,"id":13145},"getGameTree":{"__isSmartRef__":true,"id":13149},"getLevel":{"__isSmartRef__":true,"id":13153},"getLevelWeight":{"__isSmartRef__":true,"id":13157},"getWeight":{"__isSmartRef__":true,"id":13161},"setNode":{"__isSmartRef__":true,"id":13165},"setParent":{"__isSmartRef__":true,"id":13169},"getParent":{"__isSmartRef__":true,"id":13173},"deactivate":{"__isSmartRef__":true,"id":13177},"blink":{"__isSmartRef__":true,"id":13181},"ABPreturn":{"__isSmartRef__":true,"id":13185},"ABPstart":{"__isSmartRef__":true,"id":13189},"ABPcontinue":{"__isSmartRef__":true,"id":13193},"ABPshowValue":{"__isSmartRef__":true,"id":13197},"ABPgetValue":{"__isSmartRef__":true,"id":13201},"ABPhasChildNodes":{"__isSmartRef__":true,"id":13205},"onMouseDown":{"__isSmartRef__":true,"id":13209},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":13217},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":13221},"ABPmarkAsDone":{"__isSmartRef__":true,"id":13225},"ABPmarkAsActive":{"__isSmartRef__":true,"id":13229},"getStateMorph":{"__isSmartRef__":true,"id":13233},"showState":{"__isSmartRef__":true,"id":13237}},"13145":{"varMapping":{"__isSmartRef__":true,"id":13146},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":13147},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13146":{"this":{"__isSmartRef__":true,"id":12387}},"13147":{"timestamp":{"__isSmartRef__":true,"id":13148},"user":"sebastianwoinar","tags":[]},"13148":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"13149":{"varMapping":{"__isSmartRef__":true,"id":13150},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":13151},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13150":{"this":{"__isSmartRef__":true,"id":12387}},"13151":{"timestamp":{"__isSmartRef__":true,"id":13152},"user":"sebastianwoinar","tags":[]},"13152":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13153":{"varMapping":{"__isSmartRef__":true,"id":13154},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":13155},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13154":{"this":{"__isSmartRef__":true,"id":12387}},"13155":{"timestamp":{"__isSmartRef__":true,"id":13156},"user":"sebastianwoinar","tags":[]},"13156":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13157":{"varMapping":{"__isSmartRef__":true,"id":13158},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":13159},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13158":{"this":{"__isSmartRef__":true,"id":12387}},"13159":{"timestamp":{"__isSmartRef__":true,"id":13160},"user":"sebastianwoinar","tags":[]},"13160":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13161":{"varMapping":{"__isSmartRef__":true,"id":13162},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":13163},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13162":{"this":{"__isSmartRef__":true,"id":12387}},"13163":{"timestamp":{"__isSmartRef__":true,"id":13164},"user":"sebastianwoinar","tags":[]},"13164":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13165":{"varMapping":{"__isSmartRef__":true,"id":13166},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":13167},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13166":{"this":{"__isSmartRef__":true,"id":12387}},"13167":{"timestamp":{"__isSmartRef__":true,"id":13168},"user":"sebastianwoinar","tags":[]},"13168":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13169":{"varMapping":{"__isSmartRef__":true,"id":13170},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":13171},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13170":{"this":{"__isSmartRef__":true,"id":12387}},"13171":{"timestamp":{"__isSmartRef__":true,"id":13172},"user":"sebastianwoinar","tags":[]},"13172":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13173":{"varMapping":{"__isSmartRef__":true,"id":13174},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":13175},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13174":{"this":{"__isSmartRef__":true,"id":12387}},"13175":{"timestamp":{"__isSmartRef__":true,"id":13176},"user":"sebastianwoinar","tags":[]},"13176":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"13177":{"varMapping":{"__isSmartRef__":true,"id":13178},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":13179},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13178":{"this":{"__isSmartRef__":true,"id":12387}},"13179":{"timestamp":{"__isSmartRef__":true,"id":13180},"user":"sebastianwoinar","tags":[]},"13180":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"13181":{"varMapping":{"__isSmartRef__":true,"id":13182},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":13183},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13182":{"this":{"__isSmartRef__":true,"id":12387}},"13183":{"timestamp":{"__isSmartRef__":true,"id":13184},"user":"sebastianwoinar","tags":[]},"13184":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"13185":{"varMapping":{"__isSmartRef__":true,"id":13186},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":13187},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13186":{"this":{"__isSmartRef__":true,"id":12387}},"13187":{"timestamp":{"__isSmartRef__":true,"id":13188},"user":"sebastianwoinar","tags":[]},"13188":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"13189":{"varMapping":{"__isSmartRef__":true,"id":13190},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":13191},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13190":{"this":{"__isSmartRef__":true,"id":12387}},"13191":{"timestamp":{"__isSmartRef__":true,"id":13192},"user":"sebastianwoinar","tags":[]},"13192":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"13193":{"varMapping":{"__isSmartRef__":true,"id":13194},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":13195},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13194":{"this":{"__isSmartRef__":true,"id":12387}},"13195":{"timestamp":{"__isSmartRef__":true,"id":13196},"user":"sebastianwoinar","tags":[]},"13196":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"13197":{"varMapping":{"__isSmartRef__":true,"id":13198},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":13199},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13198":{"this":{"__isSmartRef__":true,"id":12387}},"13199":{"timestamp":{"__isSmartRef__":true,"id":13200},"user":"sebastianwoinar","tags":[]},"13200":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"13201":{"varMapping":{"__isSmartRef__":true,"id":13202},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":13203},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13202":{"this":{"__isSmartRef__":true,"id":12387}},"13203":{"timestamp":{"__isSmartRef__":true,"id":13204},"user":"sebastianwoinar","tags":[]},"13204":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"13205":{"varMapping":{"__isSmartRef__":true,"id":13206},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":13207},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13206":{"this":{"__isSmartRef__":true,"id":12387}},"13207":{"timestamp":{"__isSmartRef__":true,"id":13208},"user":"sebastianwoinar","tags":[]},"13208":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"13209":{"varMapping":{"__isSmartRef__":true,"id":13210},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":13215},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13210":{"this":{"__isSmartRef__":true,"id":12387},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":13211}},"13211":{"$super":{"__isSmartRef__":true,"id":13212}},"13212":{"varMapping":{"__isSmartRef__":true,"id":13213},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":13214},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13213":{"obj":{"__isSmartRef__":true,"id":12387},"name":"onMouseDown"},"13214":{},"13215":{"timestamp":{"__isSmartRef__":true,"id":13216},"user":"sebastianwoinar","tags":[]},"13216":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"13217":{"varMapping":{"__isSmartRef__":true,"id":13218},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":13219},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13218":{"this":{"__isSmartRef__":true,"id":12387}},"13219":{"timestamp":{"__isSmartRef__":true,"id":13220},"user":"sebastianwoinar","tags":[]},"13220":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"13221":{"varMapping":{"__isSmartRef__":true,"id":13222},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":13223},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13222":{"this":{"__isSmartRef__":true,"id":12387}},"13223":{"timestamp":{"__isSmartRef__":true,"id":13224},"user":"sebastianwoinar","tags":[]},"13224":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"13225":{"varMapping":{"__isSmartRef__":true,"id":13226},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":13227},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13226":{"this":{"__isSmartRef__":true,"id":12387}},"13227":{"timestamp":{"__isSmartRef__":true,"id":13228},"user":"sebastianwoinar","tags":[]},"13228":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"13229":{"varMapping":{"__isSmartRef__":true,"id":13230},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":13231},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13230":{"this":{"__isSmartRef__":true,"id":12387}},"13231":{"timestamp":{"__isSmartRef__":true,"id":13232},"user":"sebastianwoinar","tags":[]},"13232":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"13233":{"varMapping":{"__isSmartRef__":true,"id":13234},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":13235},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13234":{"this":{"__isSmartRef__":true,"id":12387}},"13235":{"timestamp":{"__isSmartRef__":true,"id":13236},"user":"sebastianwoinar","tags":[]},"13236":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"13237":{"varMapping":{"__isSmartRef__":true,"id":13238},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":13239},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13238":{"this":{"__isSmartRef__":true,"id":12387}},"13239":{"timestamp":{"__isSmartRef__":true,"id":13240},"user":"sebastianwoinar","tags":[]},"13240":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"13241":{"isActive":true,"alpha":-13,"beta":10000000000000,"i":5,"m":-13,"d":0},"13242":{"buildChildNodes":{"__isSmartRef__":true,"id":13243},"getGameTree":{"__isSmartRef__":true,"id":13247},"getLevel":{"__isSmartRef__":true,"id":13251},"getLevelWeight":{"__isSmartRef__":true,"id":13255},"getWeight":{"__isSmartRef__":true,"id":13259},"setNode":{"__isSmartRef__":true,"id":13263},"setParent":{"__isSmartRef__":true,"id":13267},"getParent":{"__isSmartRef__":true,"id":13271},"deactivate":{"__isSmartRef__":true,"id":13275},"blink":{"__isSmartRef__":true,"id":13279},"ABPreturn":{"__isSmartRef__":true,"id":13283},"ABPstart":{"__isSmartRef__":true,"id":13287},"ABPcontinue":{"__isSmartRef__":true,"id":13291},"ABPshowValue":{"__isSmartRef__":true,"id":13295},"ABPgetValue":{"__isSmartRef__":true,"id":13299},"ABPhasChildNodes":{"__isSmartRef__":true,"id":13303},"onMouseDown":{"__isSmartRef__":true,"id":13307},"ABPmarkChildNodesAsSkippedAfter":{"__isSmartRef__":true,"id":13315},"ABPmarkAsSkipped":{"__isSmartRef__":true,"id":13319},"ABPmarkAsDone":{"__isSmartRef__":true,"id":13323},"ABPmarkAsActive":{"__isSmartRef__":true,"id":13327},"getStateMorph":{"__isSmartRef__":true,"id":13331},"showState":{"__isSmartRef__":true,"id":13335}},"13243":{"varMapping":{"__isSmartRef__":true,"id":13244},"source":"function buildChildNodes() {\n if(this.getLevel() >= this.getGameTree().getMovesCount()){\n return;\n }\n var that = this;\n this.childNodes = new Array();\n this.node.buildChildNodes();\n this.node.getChilds().forEach(function(node){\n var child = that.getGameTree().getNewNode();\n child.setNode(node);\n that.getGameTree().addNode(child);\n that.getGameTree().addMorph(child);\n child.buildChildNodes();\n child.setParent(that);\n that.childNodes.push(child);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":13245},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13244":{"this":{"__isSmartRef__":true,"id":6526}},"13245":{"timestamp":{"__isSmartRef__":true,"id":13246},"user":"sebastianwoinar","tags":[]},"13246":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:40:39 GMT+0100 (CET)"},"13247":{"varMapping":{"__isSmartRef__":true,"id":13248},"source":"function getGameTree() {\n return this.owner;\n}","funcProperties":{"__isSmartRef__":true,"id":13249},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13248":{"this":{"__isSmartRef__":true,"id":6526}},"13249":{"timestamp":{"__isSmartRef__":true,"id":13250},"user":"sebastianwoinar","tags":[]},"13250":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13251":{"varMapping":{"__isSmartRef__":true,"id":13252},"source":"function getLevel() {\n return this.node.level;\n}","funcProperties":{"__isSmartRef__":true,"id":13253},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13252":{"this":{"__isSmartRef__":true,"id":6526}},"13253":{"timestamp":{"__isSmartRef__":true,"id":13254},"user":"sebastianwoinar","tags":[]},"13254":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13255":{"varMapping":{"__isSmartRef__":true,"id":13256},"source":"function getLevelWeight(level) {\n if (level == 0) {\n return 1;\n } else if (this.level == level - 1) {\n return this.childNodes.length;\n } else {\n var weight = 0;\n this.childNodes.forEach(function(ele) {\n weight = weight + ele.getLevelWeight(level);\n });\n return weight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":13257},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13256":{"this":{"__isSmartRef__":true,"id":6526}},"13257":{"timestamp":{"__isSmartRef__":true,"id":13258},"user":"sebastianwoinar","tags":[]},"13258":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13259":{"varMapping":{"__isSmartRef__":true,"id":13260},"source":"function getWeight() {\n return this.childNodes.length;\n}","funcProperties":{"__isSmartRef__":true,"id":13261},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13260":{"this":{"__isSmartRef__":true,"id":6526}},"13261":{"timestamp":{"__isSmartRef__":true,"id":13262},"user":"sebastianwoinar","tags":[]},"13262":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13263":{"varMapping":{"__isSmartRef__":true,"id":13264},"source":"function setNode(node) {\n this.node = node;\n}","funcProperties":{"__isSmartRef__":true,"id":13265},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13264":{"this":{"__isSmartRef__":true,"id":6526}},"13265":{"timestamp":{"__isSmartRef__":true,"id":13266},"user":"sebastianwoinar","tags":[]},"13266":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13267":{"varMapping":{"__isSmartRef__":true,"id":13268},"source":"function setParent(parent) {\n this.parent = parent;\n this.level = parent.getLevel() + 1;\n}","funcProperties":{"__isSmartRef__":true,"id":13269},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13268":{"this":{"__isSmartRef__":true,"id":6526}},"13269":{"timestamp":{"__isSmartRef__":true,"id":13270},"user":"sebastianwoinar","tags":[]},"13270":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:58:16 GMT+0100 (CET)"},"13271":{"varMapping":{"__isSmartRef__":true,"id":13272},"source":"function getParent() {\n return this.parent;\n}","funcProperties":{"__isSmartRef__":true,"id":13273},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13272":{"this":{"__isSmartRef__":true,"id":6526}},"13273":{"timestamp":{"__isSmartRef__":true,"id":13274},"user":"sebastianwoinar","tags":[]},"13274":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:39 GMT+0100 (CET)"},"13275":{"varMapping":{"__isSmartRef__":true,"id":13276},"source":"function deactivate() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":13277},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13276":{"this":{"__isSmartRef__":true,"id":6526}},"13277":{"timestamp":{"__isSmartRef__":true,"id":13278},"user":"sebastianwoinar","tags":[]},"13278":{"isSerializedDate":true,"string":"Sun Dec 02 2012 13:48:19 GMT+0100 (CET)"},"13279":{"varMapping":{"__isSmartRef__":true,"id":13280},"source":"function blink() {\n this.jQuery().fadeOut().fadeIn();\n}","funcProperties":{"__isSmartRef__":true,"id":13281},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13280":{"this":{"__isSmartRef__":true,"id":6526}},"13281":{"timestamp":{"__isSmartRef__":true,"id":13282},"user":"sebastianwoinar","tags":[]},"13282":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:49:46 GMT+0100 (CET)"},"13283":{"varMapping":{"__isSmartRef__":true,"id":13284},"source":"function ABPreturn() {\n this.blink();\n this.ABPshowValue();\n setTimeout(function(){\n this.ABPmarkAsDone();\n this.getGameTree().ABPreturn(this.abp.parentCallback);\n }.bind(this), 300); \n}","funcProperties":{"__isSmartRef__":true,"id":13285},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13284":{"this":{"__isSmartRef__":true,"id":6526}},"13285":{"timestamp":{"__isSmartRef__":true,"id":13286},"user":"sebastianwoinar","tags":[]},"13286":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:53 GMT+0100 (CET)"},"13287":{"varMapping":{"__isSmartRef__":true,"id":13288},"source":"function ABPstart(useABP, alpha, beta, callbackFn) {\n // initiliaze instance variabels for \n this.ABPmarkAsActive();\n this.abp = {\n \"isActive\" : useABP,\n \"alpha\" : alpha,\n \"beta\" : beta,\n \"i\" : 0,\n \"m\" : alpha,\n \"d\" : 0,\n \"parentCallback\" : callbackFn\n };\n this.ABPcontinue();\n}","funcProperties":{"__isSmartRef__":true,"id":13289},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13288":{"this":{"__isSmartRef__":true,"id":6526}},"13289":{"timestamp":{"__isSmartRef__":true,"id":13290},"user":"sebastianwoinar","tags":[]},"13290":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:07:16 GMT+0100 (CET)"},"13291":{"varMapping":{"__isSmartRef__":true,"id":13292},"source":"function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}","funcProperties":{"__isSmartRef__":true,"id":13293},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13292":{"this":{"__isSmartRef__":true,"id":6526}},"13293":{"timestamp":{"__isSmartRef__":true,"id":13294},"user":"sebastianwoinar","tags":[]},"13294":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:42:36 GMT+0100 (CET)"},"13295":{"varMapping":{"__isSmartRef__":true,"id":13296},"source":"function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}","funcProperties":{"__isSmartRef__":true,"id":13297},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13296":{"this":{"__isSmartRef__":true,"id":6526}},"13297":{"timestamp":{"__isSmartRef__":true,"id":13298},"user":"sebastianwoinar","tags":[]},"13298":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:51:07 GMT+0100 (CET)"},"13299":{"varMapping":{"__isSmartRef__":true,"id":13300},"source":"function ABPgetValue() {\n return this.abp.m;\n}","funcProperties":{"__isSmartRef__":true,"id":13301},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13300":{"this":{"__isSmartRef__":true,"id":6526}},"13301":{"timestamp":{"__isSmartRef__":true,"id":13302},"user":"sebastianwoinar","tags":[]},"13302":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:02:26 GMT+0100 (CET)"},"13303":{"varMapping":{"__isSmartRef__":true,"id":13304},"source":"function ABPhasChildNodes() {\n return typeof this.childNodes != \"undefined\" && this.childNodes.length > 0;\n}","funcProperties":{"__isSmartRef__":true,"id":13305},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13304":{"this":{"__isSmartRef__":true,"id":6526}},"13305":{"timestamp":{"__isSmartRef__":true,"id":13306},"user":"sebastianwoinar","tags":[]},"13306":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:07:07 GMT+0100 (CET)"},"13307":{"varMapping":{"__isSmartRef__":true,"id":13308},"source":"function onMouseDown(evt) {\n this.showState();\n this.getGameTree().showStateOf(this);\n \n $super(evt);\n}","funcProperties":{"__isSmartRef__":true,"id":13313},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13308":{"this":{"__isSmartRef__":true,"id":6526},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":13309}},"13309":{"$super":{"__isSmartRef__":true,"id":13310}},"13310":{"varMapping":{"__isSmartRef__":true,"id":13311},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":13312},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13311":{"obj":{"__isSmartRef__":true,"id":6526},"name":"onMouseDown"},"13312":{},"13313":{"timestamp":{"__isSmartRef__":true,"id":13314},"user":"sebastianwoinar","tags":[]},"13314":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:39:29 GMT+0100 (CET)"},"13315":{"varMapping":{"__isSmartRef__":true,"id":13316},"source":"function ABPmarkChildNodesAsSkippedAfter(index) {\n if(typeof this.childNodes != \"undefined\"){\n for(var i = index ; i < this.childNodes.length; i++) {\n var child = this.childNodes[i];\n child.ABPmarkAsSkipped();\n child.ABPmarkChildNodesAsSkippedAfter(0);\n }\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":13317},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13316":{"this":{"__isSmartRef__":true,"id":6526}},"13317":{"timestamp":{"__isSmartRef__":true,"id":13318},"user":"sebastianwoinar","tags":[]},"13318":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:39:49 GMT+0100 (CET)"},"13319":{"varMapping":{"__isSmartRef__":true,"id":13320},"source":"function ABPmarkAsSkipped() {\n this.setBorderColor(Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":13321},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13320":{"this":{"__isSmartRef__":true,"id":6526}},"13321":{"timestamp":{"__isSmartRef__":true,"id":13322},"user":"sebastianwoinar","tags":[]},"13322":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:27 GMT+0100 (CET)"},"13323":{"varMapping":{"__isSmartRef__":true,"id":13324},"source":"function ABPmarkAsDone() {\n this.setBorderColor(Color.black);\n}","funcProperties":{"__isSmartRef__":true,"id":13325},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13324":{"this":{"__isSmartRef__":true,"id":6526}},"13325":{"timestamp":{"__isSmartRef__":true,"id":13326},"user":"sebastianwoinar","tags":[]},"13326":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:08:22 GMT+0100 (CET)"},"13327":{"varMapping":{"__isSmartRef__":true,"id":13328},"source":"function ABPmarkAsActive() {\n this.setBorderColor(Color.red);\n}","funcProperties":{"__isSmartRef__":true,"id":13329},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13328":{"this":{"__isSmartRef__":true,"id":6526}},"13329":{"timestamp":{"__isSmartRef__":true,"id":13330},"user":"sebastianwoinar","tags":[]},"13330":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:06:59 GMT+0100 (CET)"},"13331":{"varMapping":{"__isSmartRef__":true,"id":13332},"source":"function getStateMorph() {\n return $morph(\"ABPstateMorph\");\n}","funcProperties":{"__isSmartRef__":true,"id":13333},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13332":{"this":{"__isSmartRef__":true,"id":6526}},"13333":{"timestamp":{"__isSmartRef__":true,"id":13334},"user":"sebastianwoinar","tags":[]},"13334":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:34:19 GMT+0100 (CET)"},"13335":{"varMapping":{"__isSmartRef__":true,"id":13336},"source":"function showState() {\n if(typeof this.abp != \"undefined\") {\n var m = this.getStateMorph();\n m.setAlpha(this.abp.alpha);\n m.setBeta(this.abp.beta);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":13337},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13336":{"this":{"__isSmartRef__":true,"id":6526}},"13337":{"timestamp":{"__isSmartRef__":true,"id":13338},"user":"sebastianwoinar","tags":[]},"13338":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:23:13 GMT+0100 (CET)"},"13339":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13340},"id":"AF0F00C8-9F44-46F3-A0BE-CBD86DC5066F","eventHandler":{"__isSmartRef__":true,"id":13343},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13344},{"__isSmartRef__":true,"id":13345}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13346},"name":"edge1","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(556.9,24.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13340":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13341},{"__isSmartRef__":true,"id":13342}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-376.6,12.0)","_Extent":"lively.pt(377.6,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13341":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13342":{"isAbsolute":true,"x":-374.5666666666667,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13343":{"morph":{"__isSmartRef__":true,"id":13339},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13344":{"morph":{"__isSmartRef__":true,"id":13339},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13345":{"morph":{"__isSmartRef__":true,"id":13339},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13346":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13347":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13348},"id":"B0E50446-2C14-4DE7-BF66-6A8A19615100","eventHandler":{"__isSmartRef__":true,"id":13351},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13352},{"__isSmartRef__":true,"id":13353}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13354},"name":"edge2","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(556.9,24.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13348":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13349},{"__isSmartRef__":true,"id":13350}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-189.3,12.0)","_Extent":"lively.pt(190.3,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13349":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13350":{"isAbsolute":true,"x":-187.28333333333336,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13351":{"morph":{"__isSmartRef__":true,"id":13347},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13352":{"morph":{"__isSmartRef__":true,"id":13347},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13353":{"morph":{"__isSmartRef__":true,"id":13347},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13354":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13355":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13356},"id":"08A80AB4-000E-4C0D-989C-90F9679A2321","eventHandler":{"__isSmartRef__":true,"id":13359},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13360},{"__isSmartRef__":true,"id":13361}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13362},"name":"edge3","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(556.9,24.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13356":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13357},{"__isSmartRef__":true,"id":13358}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(3.0,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13357":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13358":{"isAbsolute":true,"x":0,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13359":{"morph":{"__isSmartRef__":true,"id":13355},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13360":{"morph":{"__isSmartRef__":true,"id":13355},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13361":{"morph":{"__isSmartRef__":true,"id":13355},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13362":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13363":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13364},"id":"6697C1A5-9A9D-4A42-B1E2-232D09807B28","eventHandler":{"__isSmartRef__":true,"id":13367},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13368},{"__isSmartRef__":true,"id":13369}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13370},"name":"edge4","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(556.9,24.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13364":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13365},{"__isSmartRef__":true,"id":13366}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(190.3,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13365":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13366":{"isAbsolute":true,"x":187.2833333333333,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13367":{"morph":{"__isSmartRef__":true,"id":13363},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13368":{"morph":{"__isSmartRef__":true,"id":13363},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13369":{"morph":{"__isSmartRef__":true,"id":13363},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13370":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13371":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13372},"id":"1525AC78-75E5-480B-AB1A-E8F47FAC606C","eventHandler":{"__isSmartRef__":true,"id":13375},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13376},{"__isSmartRef__":true,"id":13377}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13378},"name":"edge5","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(556.9,24.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13372":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13373},{"__isSmartRef__":true,"id":13374}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(377.6,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13373":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13374":{"isAbsolute":true,"x":374.5666666666666,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13375":{"morph":{"__isSmartRef__":true,"id":13371},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13376":{"morph":{"__isSmartRef__":true,"id":13371},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13377":{"morph":{"__isSmartRef__":true,"id":13371},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13378":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13379":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13380},"id":"4EA03F3D-7423-4048-8AB1-0A9ABAE5053B","eventHandler":{"__isSmartRef__":true,"id":13383},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13384},{"__isSmartRef__":true,"id":13385}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13386},"name":"edge6","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(182.3,74.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13380":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13381},{"__isSmartRef__":true,"id":13382}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-48.8,12.0)","_Extent":"lively.pt(49.8,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13381":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13382":{"isAbsolute":true,"x":-46.820833333333326,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13383":{"morph":{"__isSmartRef__":true,"id":13379},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13384":{"morph":{"__isSmartRef__":true,"id":13379},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13385":{"morph":{"__isSmartRef__":true,"id":13379},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13386":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13387":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13388},"id":"8CAA917D-D4CC-4269-86A0-9DAC76BBA47D","eventHandler":{"__isSmartRef__":true,"id":13391},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13392},{"__isSmartRef__":true,"id":13393}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13394},"name":"edge7","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(182.3,74.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13388":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13389},{"__isSmartRef__":true,"id":13390}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(96.6,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13389":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13390":{"isAbsolute":true,"x":93.64166666666668,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13391":{"morph":{"__isSmartRef__":true,"id":13387},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13392":{"morph":{"__isSmartRef__":true,"id":13387},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13393":{"morph":{"__isSmartRef__":true,"id":13387},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13394":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13395":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13396},"id":"CDBEA534-720F-4952-B1D4-4B129A89DE75","eventHandler":{"__isSmartRef__":true,"id":13399},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13400},{"__isSmartRef__":true,"id":13401}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13402},"name":"edge8","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(369.6,74.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13396":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13397},{"__isSmartRef__":true,"id":13398}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(49.8,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13397":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13398":{"isAbsolute":true,"x":46.82083333333338,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13399":{"morph":{"__isSmartRef__":true,"id":13395},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13400":{"morph":{"__isSmartRef__":true,"id":13395},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13401":{"morph":{"__isSmartRef__":true,"id":13395},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13402":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13403":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13404},"id":"BAE0F7F5-C566-49A9-9AB2-7BA2132C9F56","eventHandler":{"__isSmartRef__":true,"id":13407},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13408},{"__isSmartRef__":true,"id":13409}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13410},"name":"edge9","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(556.9,74.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13404":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13405},{"__isSmartRef__":true,"id":13406}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(3.0,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13405":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13406":{"isAbsolute":true,"x":0,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13407":{"morph":{"__isSmartRef__":true,"id":13403},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13408":{"morph":{"__isSmartRef__":true,"id":13403},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13409":{"morph":{"__isSmartRef__":true,"id":13403},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13410":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13411":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13412},"id":"525349DC-CA48-4EA7-A491-A6DEEEF2067F","eventHandler":{"__isSmartRef__":true,"id":13415},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13416},{"__isSmartRef__":true,"id":13417}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13418},"name":"edge10","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(556.9,74.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13412":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13413},{"__isSmartRef__":true,"id":13414}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(143.5,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13413":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13414":{"isAbsolute":true,"x":140.46249999999998,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13415":{"morph":{"__isSmartRef__":true,"id":13411},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13416":{"morph":{"__isSmartRef__":true,"id":13411},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13417":{"morph":{"__isSmartRef__":true,"id":13411},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13418":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13419":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13420},"id":"40874EBF-95D1-417D-B17D-F3E9C51F6C57","eventHandler":{"__isSmartRef__":true,"id":13423},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13424},{"__isSmartRef__":true,"id":13425}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13426},"name":"edge11","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(744.1,74.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13420":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13421},{"__isSmartRef__":true,"id":13422}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(96.6,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13421":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13422":{"isAbsolute":true,"x":93.64166666666677,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13423":{"morph":{"__isSmartRef__":true,"id":13419},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13424":{"morph":{"__isSmartRef__":true,"id":13419},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13425":{"morph":{"__isSmartRef__":true,"id":13419},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13426":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13427":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13428},"id":"C6CFDA22-AD6D-4A45-BDE4-366773A82B1F","eventHandler":{"__isSmartRef__":true,"id":13431},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13432},{"__isSmartRef__":true,"id":13433}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13434},"name":"edge12","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(931.4,74.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13428":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13429},{"__isSmartRef__":true,"id":13430}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(49.8,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13429":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13430":{"isAbsolute":true,"x":46.82083333333355,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13431":{"morph":{"__isSmartRef__":true,"id":13427},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13432":{"morph":{"__isSmartRef__":true,"id":13427},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13433":{"morph":{"__isSmartRef__":true,"id":13427},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13434":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13435":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13436},"id":"ABE44E8A-FE46-4C38-A972-5D067B8508BB","eventHandler":{"__isSmartRef__":true,"id":13439},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13440},{"__isSmartRef__":true,"id":13441}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13442},"name":"edge13","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(135.5,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13436":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13437},{"__isSmartRef__":true,"id":13438}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-100.8,12.0)","_Extent":"lively.pt(101.8,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13437":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13438":{"isAbsolute":true,"x":-98.84398148148148,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13439":{"morph":{"__isSmartRef__":true,"id":13435},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13440":{"morph":{"__isSmartRef__":true,"id":13435},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13441":{"morph":{"__isSmartRef__":true,"id":13435},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13442":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13443":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13444},"id":"F31D4091-1C27-486D-BB01-1D3AC6A67738","eventHandler":{"__isSmartRef__":true,"id":13447},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13448},{"__isSmartRef__":true,"id":13449}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13450},"name":"edge14","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(135.5,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13444":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13445},{"__isSmartRef__":true,"id":13446}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-59.2,12.0)","_Extent":"lively.pt(60.2,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13445":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13446":{"isAbsolute":true,"x":-57.22546296296295,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13447":{"morph":{"__isSmartRef__":true,"id":13443},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13448":{"morph":{"__isSmartRef__":true,"id":13443},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13449":{"morph":{"__isSmartRef__":true,"id":13443},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13450":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13451":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13452},"id":"90A90C05-EF72-416D-A5FB-ED0D48986EB3","eventHandler":{"__isSmartRef__":true,"id":13455},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13456},{"__isSmartRef__":true,"id":13457}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13458},"name":"edge15","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(135.5,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13452":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13453},{"__isSmartRef__":true,"id":13454}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-17.6,12.0)","_Extent":"lively.pt(18.6,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13453":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13454":{"isAbsolute":true,"x":-15.606944444444451,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13455":{"morph":{"__isSmartRef__":true,"id":13451},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13456":{"morph":{"__isSmartRef__":true,"id":13451},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13457":{"morph":{"__isSmartRef__":true,"id":13451},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13458":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13459":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13460},"id":"52ADAECB-6F92-4E32-A972-16D86F95E647","eventHandler":{"__isSmartRef__":true,"id":13463},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13464},{"__isSmartRef__":true,"id":13465}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13466},"name":"edge16","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(135.5,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13460":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13461},{"__isSmartRef__":true,"id":13462}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(29.0,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13461":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13462":{"isAbsolute":true,"x":26.011574074074076,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13463":{"morph":{"__isSmartRef__":true,"id":13459},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13464":{"morph":{"__isSmartRef__":true,"id":13459},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13465":{"morph":{"__isSmartRef__":true,"id":13459},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13466":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13467":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13468},"id":"37BD28E5-A82F-4571-960E-973A200ECAB8","eventHandler":{"__isSmartRef__":true,"id":13471},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13472},{"__isSmartRef__":true,"id":13473}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13474},"name":"edge17","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(275.9,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13468":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13469},{"__isSmartRef__":true,"id":13470}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-74.8,12.0)","_Extent":"lively.pt(75.8,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13469":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13470":{"isAbsolute":true,"x":-72.8324074074074,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13471":{"morph":{"__isSmartRef__":true,"id":13467},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13472":{"morph":{"__isSmartRef__":true,"id":13467},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13473":{"morph":{"__isSmartRef__":true,"id":13467},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13474":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13475":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13476},"id":"9CEFA54C-84C8-4B6C-A623-2604B56DA588","eventHandler":{"__isSmartRef__":true,"id":13479},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13480},{"__isSmartRef__":true,"id":13481}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13482},"name":"edge18","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(275.9,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13476":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13477},{"__isSmartRef__":true,"id":13478}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-33.2,12.0)","_Extent":"lively.pt(34.2,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13477":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13478":{"isAbsolute":true,"x":-31.213888888888903,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13479":{"morph":{"__isSmartRef__":true,"id":13475},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13480":{"morph":{"__isSmartRef__":true,"id":13475},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13481":{"morph":{"__isSmartRef__":true,"id":13475},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13482":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13483":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13484},"id":"CFD8BB0B-6634-4298-AEC3-AB1822D153EB","eventHandler":{"__isSmartRef__":true,"id":13487},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13488},{"__isSmartRef__":true,"id":13489}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13490},"name":"edge19","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(275.9,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13484":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13485},{"__isSmartRef__":true,"id":13486}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(13.4,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13485":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13486":{"isAbsolute":true,"x":10.404629629629653,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13487":{"morph":{"__isSmartRef__":true,"id":13483},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13488":{"morph":{"__isSmartRef__":true,"id":13483},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13489":{"morph":{"__isSmartRef__":true,"id":13483},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13490":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13491":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13492},"id":"2AD27FA2-4466-49C5-A9DB-E829694EA408","eventHandler":{"__isSmartRef__":true,"id":13495},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13496},{"__isSmartRef__":true,"id":13497}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13498},"name":"edge20","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(275.9,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13492":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13493},{"__isSmartRef__":true,"id":13494}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(55.0,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13493":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13494":{"isAbsolute":true,"x":52.02314814814815,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13495":{"morph":{"__isSmartRef__":true,"id":13491},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13496":{"morph":{"__isSmartRef__":true,"id":13491},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13497":{"morph":{"__isSmartRef__":true,"id":13491},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13498":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13499":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13500},"id":"F5520C2A-3481-4892-8E36-7AEA28C3FCB1","eventHandler":{"__isSmartRef__":true,"id":13503},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13504},{"__isSmartRef__":true,"id":13505}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13506},"name":"edge21","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(416.4,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13500":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13501},{"__isSmartRef__":true,"id":13502}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-48.8,12.0)","_Extent":"lively.pt(49.8,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13501":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13502":{"isAbsolute":true,"x":-46.82083333333338,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13503":{"morph":{"__isSmartRef__":true,"id":13499},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13504":{"morph":{"__isSmartRef__":true,"id":13499},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13505":{"morph":{"__isSmartRef__":true,"id":13499},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13506":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13507":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13508},"id":"4B06E0DE-96C7-4170-AA8F-1334B0D621B0","eventHandler":{"__isSmartRef__":true,"id":13511},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13512},{"__isSmartRef__":true,"id":13513}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13514},"name":"edge22","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(416.4,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13508":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13509},{"__isSmartRef__":true,"id":13510}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-7.2,12.0)","_Extent":"lively.pt(8.2,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13509":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13510":{"isAbsolute":true,"x":-5.202314814814827,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13511":{"morph":{"__isSmartRef__":true,"id":13507},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13512":{"morph":{"__isSmartRef__":true,"id":13507},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13513":{"morph":{"__isSmartRef__":true,"id":13507},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13514":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13515":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13516},"id":"A2D09968-6092-45A8-B2D5-08DC0232FEA5","eventHandler":{"__isSmartRef__":true,"id":13519},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13520},{"__isSmartRef__":true,"id":13521}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13522},"name":"edge23","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(416.4,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13516":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13517},{"__isSmartRef__":true,"id":13518}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(39.4,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13517":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13518":{"isAbsolute":true,"x":36.41620370370367,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13519":{"morph":{"__isSmartRef__":true,"id":13515},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13520":{"morph":{"__isSmartRef__":true,"id":13515},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13521":{"morph":{"__isSmartRef__":true,"id":13515},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13522":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13523":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13524},"id":"4897FB6F-941E-4354-988A-276335B0AC4B","eventHandler":{"__isSmartRef__":true,"id":13527},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13528},{"__isSmartRef__":true,"id":13529}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13530},"name":"edge24","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(416.4,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13524":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13525},{"__isSmartRef__":true,"id":13526}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(81.0,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13525":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13526":{"isAbsolute":true,"x":78.03472222222217,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13527":{"morph":{"__isSmartRef__":true,"id":13523},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13528":{"morph":{"__isSmartRef__":true,"id":13523},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13529":{"morph":{"__isSmartRef__":true,"id":13523},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13530":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13531":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13532},"id":"22F56176-BDCB-4492-85F1-CC9BC3166BEB","eventHandler":{"__isSmartRef__":true,"id":13535},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13536},{"__isSmartRef__":true,"id":13537}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13538},"name":"edge25","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(556.9,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13532":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13533},{"__isSmartRef__":true,"id":13534}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-22.8,12.0)","_Extent":"lively.pt(23.8,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13533":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13534":{"isAbsolute":true,"x":-20.809259259259306,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13535":{"morph":{"__isSmartRef__":true,"id":13531},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13536":{"morph":{"__isSmartRef__":true,"id":13531},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13537":{"morph":{"__isSmartRef__":true,"id":13531},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13538":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13539":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13540},"id":"5ECA0DD3-3EF3-4508-B687-2540FA59E6D7","eventHandler":{"__isSmartRef__":true,"id":13543},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13544},{"__isSmartRef__":true,"id":13545}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13546},"name":"edge26","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(556.9,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13540":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13541},{"__isSmartRef__":true,"id":13542}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(23.8,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13541":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13542":{"isAbsolute":true,"x":20.809259259259306,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13543":{"morph":{"__isSmartRef__":true,"id":13539},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13544":{"morph":{"__isSmartRef__":true,"id":13539},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13545":{"morph":{"__isSmartRef__":true,"id":13539},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13546":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13547":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13548},"id":"99F057C0-69E5-4B03-9F6A-A7E23D398ECC","eventHandler":{"__isSmartRef__":true,"id":13551},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13552},{"__isSmartRef__":true,"id":13553}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13554},"name":"edge27","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(556.9,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13548":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13549},{"__isSmartRef__":true,"id":13550}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(65.4,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13549":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13550":{"isAbsolute":true,"x":62.427777777777806,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13551":{"morph":{"__isSmartRef__":true,"id":13547},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13552":{"morph":{"__isSmartRef__":true,"id":13547},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13553":{"morph":{"__isSmartRef__":true,"id":13547},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13554":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13555":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13556},"id":"C5324873-29BD-4492-8F13-C72EE7998E5F","eventHandler":{"__isSmartRef__":true,"id":13559},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13560},{"__isSmartRef__":true,"id":13561}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13562},"name":"edge28","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(697.3,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13556":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13557},{"__isSmartRef__":true,"id":13558}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-38.4,12.0)","_Extent":"lively.pt(39.4,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13557":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13558":{"isAbsolute":true,"x":-36.41620370370367,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13559":{"morph":{"__isSmartRef__":true,"id":13555},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13560":{"morph":{"__isSmartRef__":true,"id":13555},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13561":{"morph":{"__isSmartRef__":true,"id":13555},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13562":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13563":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13564},"id":"C7C49F98-5381-4268-96AF-78F98DAFE2FB","eventHandler":{"__isSmartRef__":true,"id":13567},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13568},{"__isSmartRef__":true,"id":13569}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13570},"name":"edge29","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(697.3,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13564":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13565},{"__isSmartRef__":true,"id":13566}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(8.2,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13565":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13566":{"isAbsolute":true,"x":5.202314814814827,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13567":{"morph":{"__isSmartRef__":true,"id":13563},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13568":{"morph":{"__isSmartRef__":true,"id":13563},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13569":{"morph":{"__isSmartRef__":true,"id":13563},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13570":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13571":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13572},"id":"58B2BCD4-D370-4310-8508-2C56D33C5CDC","eventHandler":{"__isSmartRef__":true,"id":13575},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13576},{"__isSmartRef__":true,"id":13577}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13578},"name":"edge30","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(697.3,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13572":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13573},{"__isSmartRef__":true,"id":13574}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(49.8,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13573":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13574":{"isAbsolute":true,"x":46.820833333333326,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13575":{"morph":{"__isSmartRef__":true,"id":13571},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13576":{"morph":{"__isSmartRef__":true,"id":13571},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13577":{"morph":{"__isSmartRef__":true,"id":13571},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13578":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13579":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13580},"id":"CB28E5CC-ABAF-4CD8-B2AB-46EABBAF300D","eventHandler":{"__isSmartRef__":true,"id":13583},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13584},{"__isSmartRef__":true,"id":13585}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13586},"name":"edge31","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(837.8,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13580":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13581},{"__isSmartRef__":true,"id":13582}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-54.0,12.0)","_Extent":"lively.pt(55.0,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13581":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13582":{"isAbsolute":true,"x":-52.02314814814815,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13583":{"morph":{"__isSmartRef__":true,"id":13579},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13584":{"morph":{"__isSmartRef__":true,"id":13579},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13585":{"morph":{"__isSmartRef__":true,"id":13579},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13586":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13587":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13588},"id":"91A79801-C386-40C8-AFDD-D75FCB9BC262","eventHandler":{"__isSmartRef__":true,"id":13591},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13592},{"__isSmartRef__":true,"id":13593}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13594},"name":"edge32","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(837.8,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13588":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13589},{"__isSmartRef__":true,"id":13590}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-12.4,12.0)","_Extent":"lively.pt(13.4,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13589":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13590":{"isAbsolute":true,"x":-10.404629629629653,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13591":{"morph":{"__isSmartRef__":true,"id":13587},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13592":{"morph":{"__isSmartRef__":true,"id":13587},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13593":{"morph":{"__isSmartRef__":true,"id":13587},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13594":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13595":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13596},"id":"EE5A7D56-ABFE-4337-977B-32BCD4024A0D","eventHandler":{"__isSmartRef__":true,"id":13599},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13600},{"__isSmartRef__":true,"id":13601}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13602},"name":"edge33","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(837.8,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13596":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13597},{"__isSmartRef__":true,"id":13598}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(34.2,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13597":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13598":{"isAbsolute":true,"x":31.213888888888846,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13599":{"morph":{"__isSmartRef__":true,"id":13595},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13600":{"morph":{"__isSmartRef__":true,"id":13595},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13601":{"morph":{"__isSmartRef__":true,"id":13595},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13602":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13603":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13604},"id":"42C62C7F-51C7-4005-8975-FE23E3FB5DA0","eventHandler":{"__isSmartRef__":true,"id":13607},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13608},{"__isSmartRef__":true,"id":13609}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13610},"name":"edge34","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(837.8,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13604":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13605},{"__isSmartRef__":true,"id":13606}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(75.8,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13605":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13606":{"isAbsolute":true,"x":72.83240740740735,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13607":{"morph":{"__isSmartRef__":true,"id":13603},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13608":{"morph":{"__isSmartRef__":true,"id":13603},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13609":{"morph":{"__isSmartRef__":true,"id":13603},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13610":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13611":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13612},"id":"CF2316ED-B99B-4DB2-903B-CAA242CC6349","eventHandler":{"__isSmartRef__":true,"id":13615},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13616},{"__isSmartRef__":true,"id":13617}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13618},"name":"edge35","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(978.2,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13612":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13613},{"__isSmartRef__":true,"id":13614}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-28.0,12.0)","_Extent":"lively.pt(29.0,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13613":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13614":{"isAbsolute":true,"x":-26.011574074074247,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13615":{"morph":{"__isSmartRef__":true,"id":13611},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13616":{"morph":{"__isSmartRef__":true,"id":13611},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13617":{"morph":{"__isSmartRef__":true,"id":13611},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13618":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13619":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13620},"id":"6BDF1D14-A3AA-4815-BAE0-F66620A13C5F","eventHandler":{"__isSmartRef__":true,"id":13623},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13624},{"__isSmartRef__":true,"id":13625}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13626},"name":"edge36","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(978.2,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13620":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13621},{"__isSmartRef__":true,"id":13622}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(18.6,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13621":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13622":{"isAbsolute":true,"x":15.606944444444252,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13623":{"morph":{"__isSmartRef__":true,"id":13619},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13624":{"morph":{"__isSmartRef__":true,"id":13619},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13625":{"morph":{"__isSmartRef__":true,"id":13619},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13626":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13627":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13628},"id":"B455C133-C227-4DEA-BC6B-B0A85212EB39","eventHandler":{"__isSmartRef__":true,"id":13631},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13632},{"__isSmartRef__":true,"id":13633}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13634},"name":"edge37","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(978.2,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13628":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13629},{"__isSmartRef__":true,"id":13630}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(60.2,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13629":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13630":{"isAbsolute":true,"x":57.225462962962865,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13631":{"morph":{"__isSmartRef__":true,"id":13627},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13632":{"morph":{"__isSmartRef__":true,"id":13627},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13633":{"morph":{"__isSmartRef__":true,"id":13627},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13634":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13635":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13636},"id":"9BFD96BC-8193-42B5-ADDA-F738152EFC9A","eventHandler":{"__isSmartRef__":true,"id":13639},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13640},{"__isSmartRef__":true,"id":13641}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13642},"name":"edge38","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(978.2,124.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13636":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13637},{"__isSmartRef__":true,"id":13638}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(101.8,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13637":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13638":{"isAbsolute":true,"x":98.84398148148125,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13639":{"morph":{"__isSmartRef__":true,"id":13635},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13640":{"morph":{"__isSmartRef__":true,"id":13635},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13641":{"morph":{"__isSmartRef__":true,"id":13635},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13642":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13643":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13644},"id":"E28DCEF1-3D3B-4390-8191-481F5D20CEC6","eventHandler":{"__isSmartRef__":true,"id":13647},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13648},{"__isSmartRef__":true,"id":13649}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13650},"name":"edge39","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(119.9,174.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13644":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13645},{"__isSmartRef__":true,"id":13646}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-60.8,12.0)","_Extent":"lively.pt(61.8,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13645":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13646":{"isAbsolute":true,"x":-58.755555555555546,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13647":{"morph":{"__isSmartRef__":true,"id":13643},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13648":{"morph":{"__isSmartRef__":true,"id":13643},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13649":{"morph":{"__isSmartRef__":true,"id":13643},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13650":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13651":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13652},"id":"3837D0D0-9EC9-4902-9555-1C627F570B24","eventHandler":{"__isSmartRef__":true,"id":13655},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13656},{"__isSmartRef__":true,"id":13657}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13658},"name":"edge40","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(161.5,174.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13652":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13653},{"__isSmartRef__":true,"id":13654}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-36.3,12.0)","_Extent":"lively.pt(37.3,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13653":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13654":{"isAbsolute":true,"x":-34.274074074074065,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13655":{"morph":{"__isSmartRef__":true,"id":13651},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13656":{"morph":{"__isSmartRef__":true,"id":13651},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13657":{"morph":{"__isSmartRef__":true,"id":13651},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13658":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13659":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13660},"id":"BD950FCB-9AAA-47BF-8186-8F044907DEE3","eventHandler":{"__isSmartRef__":true,"id":13663},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13664},{"__isSmartRef__":true,"id":13665}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13666},"name":"edge41","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(244.7,174.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13660":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13661},{"__isSmartRef__":true,"id":13662}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-53.4,12.0)","_Extent":"lively.pt(54.4,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13661":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13662":{"isAbsolute":true,"x":-51.4111111111111,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13663":{"morph":{"__isSmartRef__":true,"id":13659},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13664":{"morph":{"__isSmartRef__":true,"id":13659},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13665":{"morph":{"__isSmartRef__":true,"id":13659},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13666":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13667":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13668},"id":"FA48BCD5-444F-4880-8231-5B5FF848F41E","eventHandler":{"__isSmartRef__":true,"id":13671},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13672},{"__isSmartRef__":true,"id":13673}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13674},"name":"edge42","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(286.3,174.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13668":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13669},{"__isSmartRef__":true,"id":13670}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-28.9,12.0)","_Extent":"lively.pt(29.9,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13669":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13670":{"isAbsolute":true,"x":-26.92962962962963,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13671":{"morph":{"__isSmartRef__":true,"id":13667},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13672":{"morph":{"__isSmartRef__":true,"id":13667},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13673":{"morph":{"__isSmartRef__":true,"id":13667},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13674":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13675":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13676},"id":"FB031E34-103A-4D58-B8BC-1BEAB73543B6","eventHandler":{"__isSmartRef__":true,"id":13679},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13680},{"__isSmartRef__":true,"id":13681}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13682},"name":"edge43","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(327.9,174.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13676":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13677},{"__isSmartRef__":true,"id":13678}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-4.4,12.0)","_Extent":"lively.pt(5.4,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13677":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13678":{"isAbsolute":true,"x":-2.448148148148107,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13679":{"morph":{"__isSmartRef__":true,"id":13675},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13680":{"morph":{"__isSmartRef__":true,"id":13675},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13681":{"morph":{"__isSmartRef__":true,"id":13675},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13682":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13683":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13684},"id":"DD06E818-8F75-4CEA-9362-AD6CF52A7C71","eventHandler":{"__isSmartRef__":true,"id":13687},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13688},{"__isSmartRef__":true,"id":13689}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13690},"name":"edge44","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(369.6,174.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13684":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13685},{"__isSmartRef__":true,"id":13686}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(25.0,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13685":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13686":{"isAbsolute":true,"x":22.03333333333336,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13687":{"morph":{"__isSmartRef__":true,"id":13683},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13688":{"morph":{"__isSmartRef__":true,"id":13683},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13689":{"morph":{"__isSmartRef__":true,"id":13683},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13690":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13691":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13692},"id":"CFA213CC-A78B-4072-ACFA-AEA4C8B625A4","eventHandler":{"__isSmartRef__":true,"id":13695},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13696},{"__isSmartRef__":true,"id":13697}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13698},"name":"edge45","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(411.2,174.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13692":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13693},{"__isSmartRef__":true,"id":13694}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(49.5,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13693":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13694":{"isAbsolute":true,"x":46.51481481481483,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13695":{"morph":{"__isSmartRef__":true,"id":13691},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13696":{"morph":{"__isSmartRef__":true,"id":13691},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13697":{"morph":{"__isSmartRef__":true,"id":13691},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13698":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13699":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13700},"id":"D5FCCF33-1C4E-45AA-B4E8-E93489D73FE1","eventHandler":{"__isSmartRef__":true,"id":13703},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13704},{"__isSmartRef__":true,"id":13705}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13706},"name":"edge46","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(536.0,174.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13700":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13701},{"__isSmartRef__":true,"id":13702}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-14.2,12.0)","_Extent":"lively.pt(15.2,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13701":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13702":{"isAbsolute":true,"x":-12.240740740740648,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13703":{"morph":{"__isSmartRef__":true,"id":13699},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13704":{"morph":{"__isSmartRef__":true,"id":13699},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13705":{"morph":{"__isSmartRef__":true,"id":13699},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13706":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13707":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13708},"id":"F0CF4409-103D-4517-80F0-FAA4F3265541","eventHandler":{"__isSmartRef__":true,"id":13711},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13712},{"__isSmartRef__":true,"id":13713}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13714},"name":"edge47","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(577.7,174.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13708":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13709},{"__isSmartRef__":true,"id":13710}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(15.2,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13709":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13710":{"isAbsolute":true,"x":12.240740740740762,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13711":{"morph":{"__isSmartRef__":true,"id":13707},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13712":{"morph":{"__isSmartRef__":true,"id":13707},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13713":{"morph":{"__isSmartRef__":true,"id":13707},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13714":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13715":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13716},"id":"87485E9D-28CF-43A7-BE23-34541A225EB7","eventHandler":{"__isSmartRef__":true,"id":13719},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13720},{"__isSmartRef__":true,"id":13721}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13722},"name":"edge48","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(619.3,174.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13716":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13717},{"__isSmartRef__":true,"id":13718}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(39.7,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13717":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13718":{"isAbsolute":true,"x":36.722222222222285,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13719":{"morph":{"__isSmartRef__":true,"id":13715},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13720":{"morph":{"__isSmartRef__":true,"id":13715},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13721":{"morph":{"__isSmartRef__":true,"id":13715},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13722":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13723":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13724},"id":"F5A9B099-B08A-4870-A0E4-3A25F84DF183","eventHandler":{"__isSmartRef__":true,"id":13727},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13728},{"__isSmartRef__":true,"id":13729}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13730},"name":"edge49","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(660.9,174.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13724":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13725},{"__isSmartRef__":true,"id":13726}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(64.2,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13725":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13726":{"isAbsolute":true,"x":61.20370370370381,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13727":{"morph":{"__isSmartRef__":true,"id":13723},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13728":{"morph":{"__isSmartRef__":true,"id":13723},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13729":{"morph":{"__isSmartRef__":true,"id":13723},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13730":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13731":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13732},"id":"28868726-1B94-4F00-A329-2316C23FE02A","eventHandler":{"__isSmartRef__":true,"id":13735},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13736},{"__isSmartRef__":true,"id":13737}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13738},"name":"edge50","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(702.5,174.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13732":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13733},{"__isSmartRef__":true,"id":13734}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(88.7,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13733":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13734":{"isAbsolute":true,"x":85.68518518518522,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13735":{"morph":{"__isSmartRef__":true,"id":13731},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13736":{"morph":{"__isSmartRef__":true,"id":13731},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13737":{"morph":{"__isSmartRef__":true,"id":13731},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13738":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13739":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13740},"id":"5FF2D60B-D727-4279-97C7-028482544890","eventHandler":{"__isSmartRef__":true,"id":13743},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13744},{"__isSmartRef__":true,"id":13745}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13746},"name":"edge51","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(744.1,174.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13740":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13741},{"__isSmartRef__":true,"id":13742}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(113.2,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13741":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13742":{"isAbsolute":true,"x":110.16666666666674,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13743":{"morph":{"__isSmartRef__":true,"id":13739},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13744":{"morph":{"__isSmartRef__":true,"id":13739},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13745":{"morph":{"__isSmartRef__":true,"id":13739},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13746":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13747":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13748},"id":"FEC728F3-2D4E-4D58-AC5C-D7B23D3C3A6B","eventHandler":{"__isSmartRef__":true,"id":13751},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13752},{"__isSmartRef__":true,"id":13753}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13754},"name":"edge52","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(785.8,174.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13748":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13749},{"__isSmartRef__":true,"id":13750}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(137.6,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13749":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13750":{"isAbsolute":true,"x":134.64814814814815,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13751":{"morph":{"__isSmartRef__":true,"id":13747},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13752":{"morph":{"__isSmartRef__":true,"id":13747},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13753":{"morph":{"__isSmartRef__":true,"id":13747},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13754":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13755":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13756},"id":"C264DC72-9945-4173-95AF-FC9EAF8CFEF5","eventHandler":{"__isSmartRef__":true,"id":13759},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13760},{"__isSmartRef__":true,"id":13761}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13762},"name":"edge53","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(869.0,174.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13756":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13757},{"__isSmartRef__":true,"id":13758}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(120.5,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13757":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13758":{"isAbsolute":true,"x":117.51111111111106,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13759":{"morph":{"__isSmartRef__":true,"id":13755},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13760":{"morph":{"__isSmartRef__":true,"id":13755},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13761":{"morph":{"__isSmartRef__":true,"id":13755},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13762":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13763":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13764},"id":"EE7553F4-8A64-4695-9594-5BC353E34A48","eventHandler":{"__isSmartRef__":true,"id":13767},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13768},{"__isSmartRef__":true,"id":13769}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13770},"name":"edge54","derivationIds":[731,"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(952.2,174.0)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13764":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13765},{"__isSmartRef__":true,"id":13766}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-2.0,12.0)","_Extent":"lively.pt(103.4,25.0)","_BorderColor":"Color.rgb(0,0,0)"},"13765":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13766":{"isAbsolute":true,"x":100.3740740740742,"y":36,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13767":{"morph":{"__isSmartRef__":true,"id":13763},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13768":{"morph":{"__isSmartRef__":true,"id":13763},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13769":{"morph":{"__isSmartRef__":true,"id":13763},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13770":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13771":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(1123.7,434.6)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(204,204,204)","_Padding":"lively.rect(0,0,0,0)"},"13772":{"partsSpaceName":"PartsBin/Basic","comment":"A simple box morph. A really orange one. Its amazing what you can build out of simple boxes.... Who needs stars when you got orange rectangles!","migrationLevel":4,"partName":"Rectangle","changes":[{"__isSmartRef__":true,"id":13773},{"__isSmartRef__":true,"id":13775},{"__isSmartRef__":true,"id":13777},{"__isSmartRef__":true,"id":13779},{"__isSmartRef__":true,"id":13781},{"__isSmartRef__":true,"id":13783},{"__isSmartRef__":true,"id":13785},{"__isSmartRef__":true,"id":13787}],"revisionOnLoad":184624,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13773":{"date":{"__isSmartRef__":true,"id":13774},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"13774":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"13775":{"date":{"__isSmartRef__":true,"id":13776},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"13776":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"13777":{"date":{"__isSmartRef__":true,"id":13778},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"13778":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"13779":{"date":{"__isSmartRef__":true,"id":13780},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"13780":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"13781":{"date":{"__isSmartRef__":true,"id":13782},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"13782":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"13783":{"date":{"__isSmartRef__":true,"id":13784},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"13784":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"13785":{"date":{"__isSmartRef__":true,"id":13786},"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8"},"13786":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)"},"13787":{"date":{"__isSmartRef__":true,"id":13788},"author":"jenslincke","message":"I want my blue rectangle back!","id":"5AA9291A-869F-4D36-8095-4721B5A5B205"},"13788":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:35:51 GMT+0100 (CET)"},"13789":{"morph":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13790":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":13791}},"13791":{"test01IsMorph":{"__isSmartRef__":true,"id":13792}},"13792":{"varMapping":{"__isSmartRef__":true,"id":13793},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":13794},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13793":{"this":{"__isSmartRef__":true,"id":13790}},"13794":{},"13795":{"rootNode":{"__isSmartRef__":true,"id":6550},"__LivelyClassName__":"ABPGameTree","__SourceModuleName__":"Global.projects.SWD12.reversi"},"13796":{"isActive":true,"alpha":-10000000000000,"beta":10000000000000,"done":true},"13797":{"init":{"__isSmartRef__":true,"id":13798},"setState":{"__isSmartRef__":true,"id":13802},"drawSkeleton":{"__isSmartRef__":true,"id":13806},"clean":{"__isSmartRef__":true,"id":13810},"getNewNode":{"__isSmartRef__":true,"id":13814},"buildSkeleton":{"__isSmartRef__":true,"id":13818},"getMovesCount":{"__isSmartRef__":true,"id":13822},"addNode":{"__isSmartRef__":true,"id":13826},"arrangeNode":{"__isSmartRef__":true,"id":13830},"connect":{"__isSmartRef__":true,"id":13834},"getNewEdge":{"__isSmartRef__":true,"id":13838},"finishStep":{"__isSmartRef__":true,"id":13842},"ABPreturn":{"__isSmartRef__":true,"id":13846},"ABPdone":{"__isSmartRef__":true,"id":13850},"ABPinit":{"__isSmartRef__":true,"id":13854},"showOriginalState":{"__isSmartRef__":true,"id":13858},"showStateOf":{"__isSmartRef__":true,"id":13862},"getGame":{"__isSmartRef__":true,"id":13866},"resize":{"__isSmartRef__":true,"id":13870},"NegaMaxInit":{"__isSmartRef__":true,"id":13874},"ABPstop":{"__isSmartRef__":true,"id":13878},"autorun":{"__isSmartRef__":true,"id":13882},"makeStep":{"__isSmartRef__":true,"id":13886},"initAlgorithm":{"__isSmartRef__":true,"id":13890}},"13798":{"varMapping":{"__isSmartRef__":true,"id":13799},"source":"function init() {\n this.levels = new Array();\n this.gameTree = new ABPGameTree();\n this.clean();\n this.abp.done = false;\n this.nextStep = undefined;\n\n }","funcProperties":{"__isSmartRef__":true,"id":13800},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13799":{"this":{"__isSmartRef__":true,"id":6525}},"13800":{"timestamp":{"__isSmartRef__":true,"id":13801},"user":"sebastianwoinar","tags":[]},"13801":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:02:27 GMT+0100 (CET)"},"13802":{"varMapping":{"__isSmartRef__":true,"id":13803},"source":"function setState(state) {\n this.resize();\n this.init();\n this.gameTree.buildWithState(state);\n this.buildSkeleton();\n this.drawSkeleton();\n}","funcProperties":{"__isSmartRef__":true,"id":13804},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13803":{"this":{"__isSmartRef__":true,"id":6525}},"13804":{"timestamp":{"__isSmartRef__":true,"id":13805},"user":"sebastianwoinar","tags":[]},"13805":{"isSerializedDate":true,"string":"Tue Dec 04 2012 15:39:56 GMT+0100 (CET)"},"13806":{"varMapping":{"__isSmartRef__":true,"id":13807},"source":"function drawSkeleton() {\n debugger;\n var extent = this.getExtent();\n for (var i = 0; i < this.levels.length; i++) {\n var distance = extent.x/(this.levels[i].length + 1);\n for (var j = 0; j < this.levels[i].length; j++){\n var node = this.levels[i][j];\n this.arrangeNode(node, distance, i, j);\n this.connect(node, node.getParent());\n }\n };\n}","funcProperties":{"__isSmartRef__":true,"id":13808},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13807":{"this":{"__isSmartRef__":true,"id":6525}},"13808":{"timestamp":{"__isSmartRef__":true,"id":13809},"user":"sebastianwoinar","tags":[]},"13809":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:55:54 GMT+0100 (CET)"},"13810":{"varMapping":{"__isSmartRef__":true,"id":13811},"source":"function clean() {\n this.submorphs.each(function(morph){\n morph.remove();\n });\n}","funcProperties":{"__isSmartRef__":true,"id":13812},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13811":{"this":{"__isSmartRef__":true,"id":6525}},"13812":{"timestamp":{"__isSmartRef__":true,"id":13813},"user":"sebastianwoinar","tags":[]},"13813":{"isSerializedDate":true,"string":"Tue Nov 27 2012 16:17:34 GMT+0100 (CET)"},"13814":{"varMapping":{"__isSmartRef__":true,"id":13815},"source":"function getNewNode() {\n return $morph(\"node\").copy();\n}","funcProperties":{"__isSmartRef__":true,"id":13816},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13815":{"this":{"__isSmartRef__":true,"id":6525}},"13816":{"timestamp":{"__isSmartRef__":true,"id":13817},"user":"sebastianwoinar","tags":[]},"13817":{"isSerializedDate":true,"string":"Tue Nov 27 2012 16:19:32 GMT+0100 (CET)"},"13818":{"varMapping":{"__isSmartRef__":true,"id":13819},"source":"function buildSkeleton() {\n this.rootNode = this.getNewNode();\n this.rootNode.setNode(this.gameTree.rootNode);\n this.addMorph(this.rootNode);\n this.addNode(this.rootNode);\n this.rootNode.buildChildNodes();\n}","funcProperties":{"__isSmartRef__":true,"id":13820},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13819":{"this":{"__isSmartRef__":true,"id":6525}},"13820":{"timestamp":{"__isSmartRef__":true,"id":13821},"user":"sebastianwoinar","tags":[]},"13821":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:45:04 GMT+0100 (CET)"},"13822":{"varMapping":{"__isSmartRef__":true,"id":13823},"source":"function getMovesCount() {\n return parseInt($morph(\"movesCount\").getTextString());\n}","funcProperties":{"__isSmartRef__":true,"id":13824},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13823":{"this":{"__isSmartRef__":true,"id":6525}},"13824":{"timestamp":{"__isSmartRef__":true,"id":13825},"user":"sebastianwoinar","tags":[]},"13825":{"isSerializedDate":true,"string":"Sat Dec 01 2012 15:35:18 GMT+0100 (CET)"},"13826":{"varMapping":{"__isSmartRef__":true,"id":13827},"source":"function addNode(node) {\n var nodeLevel = node.getLevel();\n if (typeof this.levels[nodeLevel] == \"undefined\") {\n this.levels[nodeLevel] = new Array();\n }\n this.levels[nodeLevel].push(node);\n}","funcProperties":{"__isSmartRef__":true,"id":13828},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13827":{"this":{"__isSmartRef__":true,"id":6525}},"13828":{"timestamp":{"__isSmartRef__":true,"id":13829},"user":"sebastianwoinar","tags":[]},"13829":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:35:56 GMT+0100 (CET)"},"13830":{"varMapping":{"__isSmartRef__":true,"id":13831},"source":"function arrangeNode(node, distance, level, nr) {\n var magicPaddingTop = 60, magicPaddingLeft = 45;\n node.setPosition(pt(magicPaddingLeft + distance*(nr+1)-node.getExtent().x/2,magicPaddingTop + level*50));\n}","funcProperties":{"__isSmartRef__":true,"id":13832},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13831":{"this":{"__isSmartRef__":true,"id":6525}},"13832":{"timestamp":{"__isSmartRef__":true,"id":13833},"user":"sebastianwoinar","tags":[]},"13833":{"isSerializedDate":true,"string":"Sat Dec 01 2012 18:16:05 GMT+0100 (CET)"},"13834":{"varMapping":{"__isSmartRef__":true,"id":13835},"source":"function connect(child, father) {\n debugger;\n if (typeof father == \"undefined\") {\n return;\n }\n var nodeFatherCenter = father.getCenter();\n var nodeChildCenter = child.getCenter();\n var delta = nodeChildCenter.subPt(nodeFatherCenter).addPt(pt(0,-14));\n var edge = this.getNewEdge();\n this.addMorph(edge);\n edge.setPosition(nodeFatherCenter);\n edge.shape.setVertices([pt(0,14),delta]);\n}","funcProperties":{"__isSmartRef__":true,"id":13836},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13835":{"this":{"__isSmartRef__":true,"id":6525}},"13836":{"timestamp":{"__isSmartRef__":true,"id":13837},"user":"sebastianwoinar","tags":[]},"13837":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:53:51 GMT+0100 (CET)"},"13838":{"varMapping":{"__isSmartRef__":true,"id":13839},"source":"function getNewEdge() {\n return $morph(\"edge\").copy();\n}","funcProperties":{"__isSmartRef__":true,"id":13840},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13839":{"this":{"__isSmartRef__":true,"id":6525}},"13840":{"timestamp":{"__isSmartRef__":true,"id":13841},"user":"sebastianwoinar","tags":[]},"13841":{"isSerializedDate":true,"string":"Sat Dec 01 2012 17:59:40 GMT+0100 (CET)"},"13842":{"varMapping":{"__isSmartRef__":true,"id":13843},"source":"function finishStep(callback) {\n this.abp.nextStep = callback;\n}","funcProperties":{"__isSmartRef__":true,"id":13844},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13843":{"this":{"__isSmartRef__":true,"id":6525}},"13844":{"timestamp":{"__isSmartRef__":true,"id":13845},"user":"sebastianwoinar","tags":[]},"13845":{"isSerializedDate":true,"string":"Sun Dec 02 2012 14:02:11 GMT+0100 (CET)"},"13846":{"varMapping":{"__isSmartRef__":true,"id":13847},"source":"function ABPreturn(callback) {\n this.nextStep = callback;\n}","funcProperties":{"__isSmartRef__":true,"id":13848},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13847":{"this":{"__isSmartRef__":true,"id":6525}},"13848":{"timestamp":{"__isSmartRef__":true,"id":13849},"user":"sebastianwoinar","tags":[]},"13849":{"isSerializedDate":true,"string":"Sun Dec 09 2012 11:04:45 GMT+0100 (CET)"},"13850":{"varMapping":{"__isSmartRef__":true,"id":13851},"source":"function ABPdone() {\n this.abp.done = true;\n alert(\"Done\");\n}","funcProperties":{"__isSmartRef__":true,"id":13852},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13851":{"this":{"__isSmartRef__":true,"id":6525}},"13852":{"timestamp":{"__isSmartRef__":true,"id":13853},"user":"sebastianwoinar","tags":[]},"13853":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:20:22 GMT+0100 (CET)"},"13854":{"varMapping":{"__isSmartRef__":true,"id":13855},"source":"function ABPinit() {\n var that = this;\n this.abp = {\n \"isActive\" : true,\n \"alpha\" : -10000000000000,\n \"beta\" : 10000000000000,\n \"done\" : false\n };\n this.nextStep = function(){\n this.rootNode.ABPstart( this.abp.isActive, this.abp.alpha, this.abp.beta, function(){\n that.ABPdone();\n });\n }.bind(this);\n \n}","funcProperties":{"__isSmartRef__":true,"id":13856},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13855":{"this":{"__isSmartRef__":true,"id":6525}},"13856":{"timestamp":{"__isSmartRef__":true,"id":13857},"user":"sebastianwoinar","tags":[]},"13857":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:05:01 GMT+0100 (CET)"},"13858":{"varMapping":{"__isSmartRef__":true,"id":13859},"source":"function showOriginalState() {\n this.showStateOf(this.rootNode);\n}","funcProperties":{"__isSmartRef__":true,"id":13860},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13859":{"this":{"__isSmartRef__":true,"id":6525}},"13860":{"timestamp":{"__isSmartRef__":true,"id":13861},"user":"sebastianwoinar","tags":[]},"13861":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:51:44 GMT+0100 (CET)"},"13862":{"varMapping":{"__isSmartRef__":true,"id":13863},"source":"function showStateOf(node) {\n this.getGame().drawState(node.node.state);\n}","funcProperties":{"__isSmartRef__":true,"id":13864},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13863":{"this":{"__isSmartRef__":true,"id":6525}},"13864":{"timestamp":{"__isSmartRef__":true,"id":13865},"user":"sebastianwoinar","tags":[]},"13865":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:50:59 GMT+0100 (CET)"},"13866":{"varMapping":{"__isSmartRef__":true,"id":13867},"source":"function getGame() {\n return $morph(\"Reversi\");\n}","funcProperties":{"__isSmartRef__":true,"id":13868},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13867":{"this":{"__isSmartRef__":true,"id":6525}},"13868":{"timestamp":{"__isSmartRef__":true,"id":13869},"user":"sebastianwoinar","tags":[]},"13869":{"isSerializedDate":true,"string":"Sun Dec 02 2012 15:49:49 GMT+0100 (CET)"},"13870":{"varMapping":{"__isSmartRef__":true,"id":13871},"source":"function resize() {\n this.setPosition(pt(-70,40)); // sophisticated numbers\n var sizeOfOwner = this.owner.getExtent();\n var mySize = sizeOfOwner.addPt(pt(-20,-96));\n this.setExtent(mySize);\n\n}","funcProperties":{"__isSmartRef__":true,"id":13872},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13871":{"this":{"__isSmartRef__":true,"id":6525}},"13872":{"timestamp":{"__isSmartRef__":true,"id":13873},"user":"sebastianwoinar","tags":[]},"13873":{"isSerializedDate":true,"string":"Tue Dec 04 2012 15:44:49 GMT+0100 (CET)"},"13874":{"varMapping":{"__isSmartRef__":true,"id":13875},"source":"function NegaMaxInit() {\n var that = this;\n this.abp = {\n \"isActive\" : false,\n \"alpha\" : -10000000000000,\n \"beta\" : 10000000000000,\n \"nextStep\" : null,\n \"done\" : false\n };\n this.nextStep = function(){\n this.rootNode.ABPstart( this.abp.isActive, this.abp.alpha, this.abp.beta, function(){\n that.ABPdone();\n });\n }.bind(this);\n \n}","funcProperties":{"__isSmartRef__":true,"id":13876},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13875":{"this":{"__isSmartRef__":true,"id":6525}},"13876":{"timestamp":{"__isSmartRef__":true,"id":13877},"user":"sebastianwoinar","tags":[]},"13877":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:04:29 GMT+0100 (CET)"},"13878":{"varMapping":{"__isSmartRef__":true,"id":13879},"source":"function ABPstop() {\n if( typeof this.autoRunInterval != \"undefined\") {\n clearInterval(this.autoRunInterval);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":13880},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13879":{"this":{"__isSmartRef__":true,"id":6525}},"13880":{"timestamp":{"__isSmartRef__":true,"id":13881},"user":"sebastianwoinar","tags":[]},"13881":{"isSerializedDate":true,"string":"Sun Dec 09 2012 10:16:47 GMT+0100 (CET)"},"13882":{"varMapping":{"__isSmartRef__":true,"id":13883},"source":"function autorun() {\n var that = this;\n \n if( typeof this.nextStep == \"undefined\") {\n this.initAlgorithm();\n }\n \n this.autoRunInterval = setInterval(function(){ if(that.abp.done){ clearInterval(this.autoRunInterval);} else { that.makeStep(); } }.bind(this), 1000);\n}","funcProperties":{"__isSmartRef__":true,"id":13884},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13883":{"this":{"__isSmartRef__":true,"id":6525}},"13884":{"timestamp":{"__isSmartRef__":true,"id":13885},"user":"sebastianwoinar","tags":[]},"13885":{"isSerializedDate":true,"string":"Mon Dec 10 2012 14:07:49 GMT+0100 (CET)"},"13886":{"varMapping":{"__isSmartRef__":true,"id":13887},"source":"function makeStep() {\n if( typeof this.nextStep == \"undefined\") {\n this.initAlgorithm();\n }\n if(this.abp.done == false) {\n this.nextStep();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":13888},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13887":{"this":{"__isSmartRef__":true,"id":6525}},"13888":{"timestamp":{"__isSmartRef__":true,"id":13889},"user":"sebastianwoinar","tags":[]},"13889":{"isSerializedDate":true,"string":"Sun Dec 09 2012 11:03:55 GMT+0100 (CET)"},"13890":{"varMapping":{"__isSmartRef__":true,"id":13891},"source":"function initAlgorithm() {\n if( $morph(\"chkbUseABP\").isChecked() ) {\n this.ABPinit();\n } else {\n this.NegaMaxInit();\n }\n\n}","funcProperties":{"__isSmartRef__":true,"id":13892},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13891":{"this":{"__isSmartRef__":true,"id":6525}},"13892":{"timestamp":{"__isSmartRef__":true,"id":13893},"user":"sebastianwoinar","tags":[]},"13893":{"isSerializedDate":true,"string":"Sun Dec 09 2012 11:08:34 GMT+0100 (CET)"},"13894":{"source":{"__isSmartRef__":true,"id":6490},"target":{"__isSmartRef__":true,"id":6525}},"13895":{"morph":{"__isSmartRef__":true,"id":6490},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13896":{"doAction":{"__isSmartRef__":true,"id":13897}},"13897":{"varMapping":{"__isSmartRef__":true,"id":13898},"source":"function doAction() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":13899},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13898":{"this":{"__isSmartRef__":true,"id":6490}},"13899":{"timestamp":{"__isSmartRef__":true,"id":13900},"user":"robertkrahn","tags":[]},"13900":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:02:40 GMT+0200 (CEST)"},"13901":{"submorphs":[{"__isSmartRef__":true,"id":13902}],"scripts":[],"id":"8D4FD94C-D603-411D-B19D-B20A70D4FD1F","shape":{"__isSmartRef__":true,"id":13907},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":13913},"lighterFill":{"__isSmartRef__":true,"id":13918},"label":{"__isSmartRef__":true,"id":13902},"name":"Button3","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13923},"attributeConnections":[{"__isSmartRef__":true,"id":13934},{"__isSmartRef__":true,"id":13935}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":13937},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","C95CA3B7-340C-4EA5-BC6C-D0F013C7C7E1","B5EFC9DC-5E60-4C1B-B452-1BED6BE55E9E"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":6262},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":13938},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(286.0,-16.0)","distanceToDragEvent":"lively.pt(45.4,-18.4)"},"13902":{"submorphs":[],"scripts":[],"id":"042ED58F-A124-4A81-B9B2-7DAEE5C3A0B7","shape":{"__isSmartRef__":true,"id":13903},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":100,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":13901},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":13904}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":13906},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[7252,"4881773E-A824-4992-B814-33C8D37580C6","EE955AA4-D648-4DFC-8E2D-08881D605170","7EC413DD-D34D-449D-B448-2F3904B04FA5","7939AA82-2A96-4559-9090-DD58B7C8868A","7AD8E6A9-40EE-4DFD-B063-EAE2F7B01D73","053C7887-1403-4628-BE8B-266056E62D29"],"_MinTextWidth":100,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"13903":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(59.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"13904":{"style":{"__isSmartRef__":true,"id":13905},"chunkOwner":{"__isSmartRef__":true,"id":13902},"_id":"_67859","storedString":"Play","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"13905":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"13906":{"morph":{"__isSmartRef__":true,"id":13902},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13907":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":13908},"_BorderRadius":5.2,"_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(59.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"13908":{"stops":[{"__isSmartRef__":true,"id":13909},{"__isSmartRef__":true,"id":13910},{"__isSmartRef__":true,"id":13911},{"__isSmartRef__":true,"id":13912}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"13909":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"13910":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"13911":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"13912":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"13913":{"stops":[{"__isSmartRef__":true,"id":13914},{"__isSmartRef__":true,"id":13915},{"__isSmartRef__":true,"id":13916},{"__isSmartRef__":true,"id":13917}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"13914":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"13915":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"13916":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"13917":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"13918":{"stops":[{"__isSmartRef__":true,"id":13919},{"__isSmartRef__":true,"id":13920},{"__isSmartRef__":true,"id":13921},{"__isSmartRef__":true,"id":13922}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"13919":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"13920":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"13921":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"13922":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"13923":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":13924},{"__isSmartRef__":true,"id":13926},{"__isSmartRef__":true,"id":13928},{"__isSmartRef__":true,"id":13930},{"__isSmartRef__":true,"id":13932}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13924":{"date":{"__isSmartRef__":true,"id":13925},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"13925":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"13926":{"date":{"__isSmartRef__":true,"id":13927},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"13927":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"13928":{"date":{"__isSmartRef__":true,"id":13929},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"13929":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"13930":{"date":{"__isSmartRef__":true,"id":13931},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"13931":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"13932":{"date":{"__isSmartRef__":true,"id":13933},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"13933":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"13934":{"sourceObj":{"__isSmartRef__":true,"id":13901},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":13901},"targetMethodName":"doAction","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"13935":{"sourceObj":{"__isSmartRef__":true,"id":13901},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6525},"targetMethodName":"autorun","varMapping":{"__isSmartRef__":true,"id":13936},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"13936":{"source":{"__isSmartRef__":true,"id":13901},"target":{"__isSmartRef__":true,"id":6525}},"13937":{"morph":{"__isSmartRef__":true,"id":13901},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13938":{"doAction":{"__isSmartRef__":true,"id":13939}},"13939":{"varMapping":{"__isSmartRef__":true,"id":13940},"source":"function doAction() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":13941},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"13940":{"this":{"__isSmartRef__":true,"id":13901}},"13941":{"timestamp":{"__isSmartRef__":true,"id":13942},"user":"robertkrahn","tags":[]},"13942":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:02:40 GMT+0200 (CEST)"},"13943":{"submorphs":[],"scripts":[],"id":"C8B16ACA-69BC-4C7F-B954-0DB44FA6F272","shape":{"__isSmartRef__":true,"id":13944},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"movesCount3","partsBinMetaInfo":{"__isSmartRef__":true,"id":13945},"textChunks":[{"__isSmartRef__":true,"id":13956}],"charsReplaced":"Select algorithm","lastFindLoc":16,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":13958},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","D211FB30-6129-4381-BEB8-26856DE96463","0CC6589E-629E-4971-A12A-BB9A7D5C5F66","5CC3357F-7B19-4567-AAFF-0F97EBF55F7C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"#startLetters":"getTextSt","owner":{"__isSmartRef__":true,"id":6262},"_Rotation":0,"_Scale":1,"priorSelectionRange":[0,15],"__serializedExpressions__":["_Position","textColor","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(-74.0,-12.8)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"13944":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(160.5,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"13945":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":13946},{"__isSmartRef__":true,"id":13948},{"__isSmartRef__":true,"id":13950},{"__isSmartRef__":true,"id":13952},{"__isSmartRef__":true,"id":13954}],"revisionOnLoad":160159,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13946":{"date":{"__isSmartRef__":true,"id":13947},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"13947":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"13948":{"date":{"__isSmartRef__":true,"id":13949},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"13949":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"13950":{"date":{"__isSmartRef__":true,"id":13951},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"13951":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"13952":{"date":{"__isSmartRef__":true,"id":13953},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"13953":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"13954":{"date":{"__isSmartRef__":true,"id":13955},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"13955":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"13956":{"style":{"__isSmartRef__":true,"id":13957},"morph":{"__isSmartRef__":true,"id":13943},"chunkOwner":{"__isSmartRef__":true,"id":13943},"storedString":"Number of moves","_id":"_19524","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"13957":{"fontSize":11,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"13958":{"morph":{"__isSmartRef__":true,"id":13943},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13959":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":13960},"id":"F8DE67DB-819B-4CFD-8F8B-7FC57BDC633F","eventHandler":{"__isSmartRef__":true,"id":13963},"droppingEnabled":true,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":13964},{"__isSmartRef__":true,"id":13965}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":13966},"name":"edge","derivationIds":[731],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":6262},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(259.4,245.4)","distanceToDragEvent":"lively.pt(95.1,-9.5)"},"13960":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":13961},{"__isSmartRef__":true,"id":13962}],"_ClipMode":"visible","_BorderWidth":2,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-108.6,8.0)","_Extent":"lively.pt(109.6,33.0)","_BorderColor":"Color.rgb(0,0,0)"},"13961":{"isAbsolute":true,"x":0,"y":10,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13962":{"isAbsolute":true,"x":-106.6110004440556,"y":40,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"13963":{"morph":{"__isSmartRef__":true,"id":13959},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13964":{"morph":{"__isSmartRef__":true,"id":13959},"index":0,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13965":{"morph":{"__isSmartRef__":true,"id":13959},"index":1,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"13966":{"requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Basic","comment":"a line","partName":"line","revisionOnLoad":148769,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13967":{"submorphs":[{"__isSmartRef__":true,"id":13968},{"__isSmartRef__":true,"id":13985},{"__isSmartRef__":true,"id":14002},{"__isSmartRef__":true,"id":14007}],"scripts":[],"id":"F6A654A2-EFE1-474E-B4E3-ED309363AE32","shape":{"__isSmartRef__":true,"id":14024},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ABPstateMorph","partsBinMetaInfo":{"__isSmartRef__":true,"id":14025},"eventHandler":{"__isSmartRef__":true,"id":14043},"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C","7EC17E78-593A-4CC8-B7E3-859BCBBFE785"],"partTests":{"__isSmartRef__":true,"id":14044},"_ClipMode":"visible","moved":true,"owner":{"__isSmartRef__":true,"id":6262},"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14049},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(679.4,-41.3)","distanceToDragEvent":"lively.pt(171.0,-10.9)"},"13968":{"submorphs":[],"scripts":[],"id":"C569D035-5C3C-45BB-846D-9CA533E46167","shape":{"__isSmartRef__":true,"id":13969},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"Text","partsBinMetaInfo":{"__isSmartRef__":true,"id":13970},"textChunks":[{"__isSmartRef__":true,"id":13982}],"charsReplaced":"Some Text","lastFindLoc":9,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":13984},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":13967},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(7.0,7.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(91.5,-11.9)"},"13969":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(128.7,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"13970":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":13971},{"__isSmartRef__":true,"id":13973},{"__isSmartRef__":true,"id":13975},{"__isSmartRef__":true,"id":13977},{"__isSmartRef__":true,"id":13979}],"lastModifiedDate":{"__isSmartRef__":true,"id":13981},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13971":{"date":{"__isSmartRef__":true,"id":13972},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"13972":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"13973":{"date":{"__isSmartRef__":true,"id":13974},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"13974":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"13975":{"date":{"__isSmartRef__":true,"id":13976},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"13976":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"13977":{"date":{"__isSmartRef__":true,"id":13978},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"13978":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"13979":{"date":{"__isSmartRef__":true,"id":13980},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"13980":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"13981":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"13982":{"style":{"__isSmartRef__":true,"id":13983},"morph":{"__isSmartRef__":true,"id":13968},"chunkOwner":{"__isSmartRef__":true,"id":13968},"storedString":"Alpha","_id":"_41336","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"13983":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"13984":{"morph":{"__isSmartRef__":true,"id":13968},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"13985":{"submorphs":[],"scripts":[],"id":"E6886695-9840-450D-9D73-588E4CE1E492","shape":{"__isSmartRef__":true,"id":13986},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"Text1","partsBinMetaInfo":{"__isSmartRef__":true,"id":13987},"textChunks":[{"__isSmartRef__":true,"id":13999}],"charsReplaced":"Alpha","lastFindLoc":5,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":14001},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","C569D035-5C3C-45BB-846D-9CA533E46167"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"previousSelection":[5,5],"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":13967},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(6.0,29.8)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"13986":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(128.7,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"13987":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":13988},{"__isSmartRef__":true,"id":13990},{"__isSmartRef__":true,"id":13992},{"__isSmartRef__":true,"id":13994},{"__isSmartRef__":true,"id":13996}],"revisionOnLoad":160159,"lastModifiedDate":{"__isSmartRef__":true,"id":13998},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"13988":{"date":{"__isSmartRef__":true,"id":13989},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"13989":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"13990":{"date":{"__isSmartRef__":true,"id":13991},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"13991":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"13992":{"date":{"__isSmartRef__":true,"id":13993},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"13993":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"13994":{"date":{"__isSmartRef__":true,"id":13995},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"13995":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"13996":{"date":{"__isSmartRef__":true,"id":13997},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"13997":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"13998":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"13999":{"style":{"__isSmartRef__":true,"id":14000},"morph":{"__isSmartRef__":true,"id":13985},"chunkOwner":{"__isSmartRef__":true,"id":13985},"storedString":"Beta","_id":"_41336","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14000":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14001":{"morph":{"__isSmartRef__":true,"id":13985},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14002":{"submorphs":[],"scripts":[],"id":"CFC3780D-7C56-4A35-B91E-2353A66C97E7","shape":{"__isSmartRef__":true,"id":14003},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"alpha","partsBinMetaInfo":{"__isSmartRef__":true,"id":13970},"textChunks":[{"__isSmartRef__":true,"id":14004}],"charsReplaced":"Some Text","lastFindLoc":9,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":14006},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":13967},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(111.3,3.0)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"14003":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(128.7,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"14004":{"style":{"__isSmartRef__":true,"id":14005},"chunkOwner":{"__isSmartRef__":true,"id":14002},"_id":"_3671","storedString":" -13","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14005":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14006":{"morph":{"__isSmartRef__":true,"id":14002},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14007":{"submorphs":[],"scripts":[],"id":"5FAA99FF-D360-466B-976A-5F3B7834F4D0","shape":{"__isSmartRef__":true,"id":14008},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":14,"name":"beta","partsBinMetaInfo":{"__isSmartRef__":true,"id":14009},"textChunks":[{"__isSmartRef__":true,"id":14021}],"charsReplaced":"Some Text","lastFindLoc":9,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":14023},"_ClipMode":"visible","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","CFC3780D-7C56-4A35-B91E-2353A66C97E7"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":13967},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(112.3,28.8)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)"},"14008":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(128.7,26.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"14009":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":14010},{"__isSmartRef__":true,"id":14012},{"__isSmartRef__":true,"id":14014},{"__isSmartRef__":true,"id":14016},{"__isSmartRef__":true,"id":14018}],"lastModifiedDate":{"__isSmartRef__":true,"id":14020},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"14010":{"date":{"__isSmartRef__":true,"id":14011},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"14011":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (CEST)"},"14012":{"date":{"__isSmartRef__":true,"id":14013},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"14013":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (CET)"},"14014":{"date":{"__isSmartRef__":true,"id":14015},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"14015":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (CEST)"},"14016":{"date":{"__isSmartRef__":true,"id":14017},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"14017":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (CEST)"},"14018":{"date":{"__isSmartRef__":true,"id":14019},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"14019":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (CEST)"},"14020":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"14021":{"style":{"__isSmartRef__":true,"id":14022},"chunkOwner":{"__isSmartRef__":true,"id":14007},"_id":"_3672","storedString":" oo","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14022":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14023":{"morph":{"__isSmartRef__":true,"id":14007},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14024":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(245.5,67.2)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"14025":{"partsSpaceName":"PartsBin/Basic","comment":"A simple box morph. A really orange one. Its amazing what you can build out of simple boxes.... Who needs stars when you got orange rectangles!","migrationLevel":4,"partName":"Rectangle","changes":[{"__isSmartRef__":true,"id":14026},{"__isSmartRef__":true,"id":14028},{"__isSmartRef__":true,"id":14030},{"__isSmartRef__":true,"id":14032},{"__isSmartRef__":true,"id":14034},{"__isSmartRef__":true,"id":14036},{"__isSmartRef__":true,"id":14038},{"__isSmartRef__":true,"id":14040}],"lastModifiedDate":{"__isSmartRef__":true,"id":14042},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"14026":{"date":{"__isSmartRef__":true,"id":14027},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"14027":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"14028":{"date":{"__isSmartRef__":true,"id":14029},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"14029":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"14030":{"date":{"__isSmartRef__":true,"id":14031},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"14031":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"14032":{"date":{"__isSmartRef__":true,"id":14033},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"14033":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"14034":{"date":{"__isSmartRef__":true,"id":14035},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"14035":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"14036":{"date":{"__isSmartRef__":true,"id":14037},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"14037":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"14038":{"date":{"__isSmartRef__":true,"id":14039},"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8"},"14039":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (CEST)"},"14040":{"date":{"__isSmartRef__":true,"id":14041},"author":"jenslincke","message":"I want my blue rectangle back!","id":"5AA9291A-869F-4D36-8095-4721B5A5B205"},"14041":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:35:51 GMT+0100 (CET)"},"14042":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:33:25 GMT+0100 (CET)"},"14043":{"morph":{"__isSmartRef__":true,"id":13967},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14044":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14045}},"14045":{"test01IsMorph":{"__isSmartRef__":true,"id":14046}},"14046":{"varMapping":{"__isSmartRef__":true,"id":14047},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":14048},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14047":{"this":{"__isSmartRef__":true,"id":14044}},"14048":{},"14049":{"setAlpha":{"__isSmartRef__":true,"id":14050},"setBeta":{"__isSmartRef__":true,"id":14054}},"14050":{"varMapping":{"__isSmartRef__":true,"id":14051},"source":"function setAlpha(value) {\n if(value > 100000){\n $morph(\"alpha\").setTextString(\" oo\");\n }else if(value < -100000){\n $morph(\"alpha\").setTextString(\"- oo\");\n }else {\n $morph(\"alpha\").setTextString(\" \" + value);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":14052},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14051":{"this":{"__isSmartRef__":true,"id":13967}},"14052":{"timestamp":{"__isSmartRef__":true,"id":14053},"user":"sebastianwoinar","tags":[]},"14053":{"isSerializedDate":true,"string":"Fri Dec 07 2012 22:49:08 GMT+0100 (CET)"},"14054":{"varMapping":{"__isSmartRef__":true,"id":14055},"source":"function setBeta(value) {\n if(value > 100000){\n $morph(\"beta\").setTextString(\" oo\");\n }else if(value < -100000){\n $morph(\"beta\").setTextString(\"- oo\");\n }else {\n $morph(\"beta\").setTextString(\" \" + value);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":14056},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14055":{"this":{"__isSmartRef__":true,"id":13967}},"14056":{"timestamp":{"__isSmartRef__":true,"id":14057},"user":"sebastianwoinar","tags":[]},"14057":{"isSerializedDate":true,"string":"Fri Dec 07 2012 22:49:08 GMT+0100 (CET)"},"14058":{"submorphs":[],"scripts":[],"id":"031DF93A-8386-425C-A29A-1FDCF864792D","shape":{"__isSmartRef__":true,"id":14059},"droppingEnabled":true,"halosEnabled":true,"checked":true,"showsHalos":false,"name":"chkbUseABP","partsBinMetaInfo":{"__isSmartRef__":true,"id":14060},"eventHandler":{"__isSmartRef__":true,"id":14062},"derivationIds":[6345],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":6262},"moved":true,"_Rotation":0,"_Scale":1,"#startLetters":"","__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.CheckBox","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(224.1,-41.3)"},"14059":{"stringifiedShapeNode":"","__serializedExpressions__":["extent","_Extent"],"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes","extent":"lively.pt(12.0,12.0)","_Extent":"lively.pt(12.0,12.0)"},"14060":{"requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Inputs/","partName":"CheckBox","lastModifiedDate":{"__isSmartRef__":true,"id":14061},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"14061":{"isSerializedDate":true,"string":"Fri Sep 07 2012 04:04:46 GMT+0200 (CEST)"},"14062":{"morph":{"__isSmartRef__":true,"id":14058},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14063":{"submorphs":[{"__isSmartRef__":true,"id":14064}],"scripts":[],"id":"8A45E8F7-872B-42FD-A5F5-BC62C73C13BE","shape":{"__isSmartRef__":true,"id":14069},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":14075},"lighterFill":{"__isSmartRef__":true,"id":14080},"label":{"__isSmartRef__":true,"id":14064},"name":"Button4","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":14085},"attributeConnections":[{"__isSmartRef__":true,"id":14096},{"__isSmartRef__":true,"id":14097}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":14099},"derivationIds":[7251,"3F26258D-0EE1-4A94-8419-5EE2BB6065A6","B624295D-42E3-4E0A-B370-844C2B43F4F0","F5D160C8-1C2F-47D9-9BE1-2FD26C53BFB3","7D4A1972-76E5-4369-9964-2F6ACB87C81F","C95CA3B7-340C-4EA5-BC6C-D0F013C7C7E1","B5EFC9DC-5E60-4C1B-B452-1BED6BE55E9E","8D4FD94C-D603-411D-B19D-B20A70D4FD1F"],"_ClipMode":"visible","isPressed":false,"owner":{"__isSmartRef__":true,"id":6262},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14100},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(350.6,-15.0)","distanceToDragEvent":"lively.pt(46.4,-15.4)"},"14064":{"submorphs":[],"scripts":[],"id":"EC467DE3-63D7-4F55-BA5B-601778B06390","shape":{"__isSmartRef__":true,"id":14065},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":100,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":14063},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":14066}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":14068},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[7252,"4881773E-A824-4992-B814-33C8D37580C6","EE955AA4-D648-4DFC-8E2D-08881D605170","7EC413DD-D34D-449D-B448-2F3904B04FA5","7939AA82-2A96-4559-9090-DD58B7C8868A","7AD8E6A9-40EE-4DFD-B063-EAE2F7B01D73","053C7887-1403-4628-BE8B-266056E62D29","042ED58F-A124-4A81-B9B2-7DAEE5C3A0B7"],"_MinTextWidth":100,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"14065":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(59.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"14066":{"style":{"__isSmartRef__":true,"id":14067},"chunkOwner":{"__isSmartRef__":true,"id":14064},"_id":"_14400","storedString":"Stop","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14067":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14068":{"morph":{"__isSmartRef__":true,"id":14064},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14069":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":14070},"_BorderRadius":5.2,"_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(59.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"14070":{"stops":[{"__isSmartRef__":true,"id":14071},{"__isSmartRef__":true,"id":14072},{"__isSmartRef__":true,"id":14073},{"__isSmartRef__":true,"id":14074}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"14071":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"14072":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"14073":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"14074":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"14075":{"stops":[{"__isSmartRef__":true,"id":14076},{"__isSmartRef__":true,"id":14077},{"__isSmartRef__":true,"id":14078},{"__isSmartRef__":true,"id":14079}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"14076":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"14077":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"14078":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"14079":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"14080":{"stops":[{"__isSmartRef__":true,"id":14081},{"__isSmartRef__":true,"id":14082},{"__isSmartRef__":true,"id":14083},{"__isSmartRef__":true,"id":14084}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"14081":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"14082":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"14083":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"14084":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"14085":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":14086},{"__isSmartRef__":true,"id":14088},{"__isSmartRef__":true,"id":14090},{"__isSmartRef__":true,"id":14092},{"__isSmartRef__":true,"id":14094}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"14086":{"date":{"__isSmartRef__":true,"id":14087},"author":"undefined","message":"","id":"7074B413-6CF0-4892-9D18-52009A2A2E03"},"14087":{"isSerializedDate":true,"string":"Fri Apr 13 2012 21:04:01 GMT+0200 (CEST)"},"14088":{"date":{"__isSmartRef__":true,"id":14089},"author":"sstamm","message":"reverted button","id":"9B7AA90A-42FC-4DE8-A4DE-51AB903A740E"},"14089":{"isSerializedDate":true,"string":"Mon Apr 16 2012 10:36:21 GMT+0200 (CEST)"},"14090":{"date":{"__isSmartRef__":true,"id":14091},"author":"robertkrahn","message":"no comment","id":"97D17254-EAC6-4494-8330-A347909590D6"},"14091":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:08:58 GMT+0200 (CEST)"},"14092":{"date":{"__isSmartRef__":true,"id":14093},"author":"robertkrahn","message":"no comment","id":"DDE22D44-9A6D-4485-80F3-262D5DA0CC07"},"14093":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:03:19 GMT+0200 (CEST)"},"14094":{"date":{"__isSmartRef__":true,"id":14095},"author":"bgnauk","message":"no comment","id":"FA43C1A3-19A9-4ED6-A014-82C74689A5C3"},"14095":{"isSerializedDate":true,"string":"Tue Jun 19 2012 23:39:23 GMT+0200 (CEST)"},"14096":{"sourceObj":{"__isSmartRef__":true,"id":14063},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14063},"targetMethodName":"doAction","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14097":{"sourceObj":{"__isSmartRef__":true,"id":14063},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6525},"targetMethodName":"ABPstop","varMapping":{"__isSmartRef__":true,"id":14098},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14098":{"source":{"__isSmartRef__":true,"id":14063},"target":{"__isSmartRef__":true,"id":6525}},"14099":{"morph":{"__isSmartRef__":true,"id":14063},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14100":{"doAction":{"__isSmartRef__":true,"id":14101}},"14101":{"varMapping":{"__isSmartRef__":true,"id":14102},"source":"function doAction() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":14103},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14102":{"this":{"__isSmartRef__":true,"id":14063}},"14103":{"timestamp":{"__isSmartRef__":true,"id":14104},"user":"robertkrahn","tags":[]},"14104":{"isSerializedDate":true,"string":"Tue Jun 05 2012 14:02:40 GMT+0200 (CEST)"},"14105":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(1143.7,530.6)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-81.0,-47.0)"},"14106":{"partsSpaceName":"PartsBin/sd1213/","comment":"Vsualization of the Alpha-Beta-Pruning algorithm","migrationLevel":4,"partName":"AlphaBetaPruning","changes":[{"__isSmartRef__":true,"id":14107},{"__isSmartRef__":true,"id":14109},{"__isSmartRef__":true,"id":14111},{"__isSmartRef__":true,"id":14113},{"__isSmartRef__":true,"id":14115},{"__isSmartRef__":true,"id":14117},{"__isSmartRef__":true,"id":14119},{"__isSmartRef__":true,"id":14121}],"revisionOnLoad":185895,"lastModifiedDate":{"__isSmartRef__":true,"id":14123},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"14107":{"date":{"__isSmartRef__":true,"id":14108},"author":"bgnauk","message":"no comment","id":"30E760F5-3ADF-4006-BBB0-64082A2BA1FD"},"14108":{"isSerializedDate":true,"string":"Thu Jun 07 2012 01:25:20 GMT+0200 (CEST)"},"14109":{"date":{"__isSmartRef__":true,"id":14110},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"14110":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"14111":{"date":{"__isSmartRef__":true,"id":14112},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"14112":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"14113":{"date":{"__isSmartRef__":true,"id":14114},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"14114":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"14115":{"date":{"__isSmartRef__":true,"id":14116},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"14116":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"14117":{"date":{"__isSmartRef__":true,"id":14118},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"14118":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"14119":{"date":{"__isSmartRef__":true,"id":14120},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"14120":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"14121":{"date":{"__isSmartRef__":true,"id":14122},"author":"sebastianwoinar","message":"first version","id":"2F234C09-A067-4F86-9918-A4D062196B9B"},"14122":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:54:05 GMT+0100 (CET)"},"14123":{"isSerializedDate":true,"string":"Tue Dec 04 2012 16:54:06 GMT+0100 (CET)"},"14124":{"morph":{"__isSmartRef__":true,"id":6262},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14125":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14126}},"14126":{"test01IsMorph":{"__isSmartRef__":true,"id":14127}},"14127":{"varMapping":{"__isSmartRef__":true,"id":14128},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":14129},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14128":{"this":{"__isSmartRef__":true,"id":14125}},"14129":{},"14130":{"gameboard":[["black","black",null,null,"black","black","black"],[null,"black","black","black","black","black","black"],["black","black","white","black","black","white","white"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":false,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"14131":{"gameboard":[["black","black","white",null,"black","black","black"],[null,"black","white","white","black","black","black"],["black","black","white","black","black","black","black","black"],["black","black","black","black","black","white","black","black"],["black","black","white","white","black","white","white","black"],["black","black","white","white","white","white","white","black"],["black","black","black","black","white","white","black","black"],[null,"black","black","black","black","black","black"]],"player":"white","nextPlayer":"black","valid":false,"__LivelyClassName__":"ABPReversiState","__SourceModuleName__":"Global.projects.SWD12.reversi"},"14132":{"getGame":{"__isSmartRef__":true,"id":14133},"setLastState":{"__isSmartRef__":true,"id":14137},"getLastState":{"__isSmartRef__":true,"id":14141},"updateGameTree":{"__isSmartRef__":true,"id":14145},"drawGameTree":{"__isSmartRef__":true,"id":14149}},"14133":{"varMapping":{"__isSmartRef__":true,"id":14134},"source":"function getGame() {\n return $morph(\"Reversi\");\n}","funcProperties":{"__isSmartRef__":true,"id":14135},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14134":{"this":{"__isSmartRef__":true,"id":6262}},"14135":{"timestamp":{"__isSmartRef__":true,"id":14136},"user":"sebastianwoinar","tags":[]},"14136":{"isSerializedDate":true,"string":"Tue Nov 27 2012 15:47:29 GMT+0100 (CET)"},"14137":{"varMapping":{"__isSmartRef__":true,"id":14138},"source":"function setLastState(state) {\n this.state = state;\n}","funcProperties":{"__isSmartRef__":true,"id":14139},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14138":{"this":{"__isSmartRef__":true,"id":6262}},"14139":{"timestamp":{"__isSmartRef__":true,"id":14140},"user":"sebastianwoinar","tags":[]},"14140":{"isSerializedDate":true,"string":"Tue Nov 27 2012 15:54:22 GMT+0100 (CET)"},"14141":{"varMapping":{"__isSmartRef__":true,"id":14142},"source":"function getLastState() {\n return this.state;\n}","funcProperties":{"__isSmartRef__":true,"id":14143},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14142":{"this":{"__isSmartRef__":true,"id":6262}},"14143":{"timestamp":{"__isSmartRef__":true,"id":14144},"user":"sebastianwoinar","tags":[]},"14144":{"isSerializedDate":true,"string":"Tue Nov 27 2012 15:54:33 GMT+0100 (CET)"},"14145":{"varMapping":{"__isSmartRef__":true,"id":14146},"source":"function updateGameTree() {\n if( this.getGame().getState().equalsTo(this.getLastState()) == false ) {\n this.drawGameTree(this.getGame().getState());\n }\n}","funcProperties":{"__isSmartRef__":true,"id":14147},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14146":{"this":{"__isSmartRef__":true,"id":6262}},"14147":{"timestamp":{"__isSmartRef__":true,"id":14148},"user":"sebastianwoinar","tags":[]},"14148":{"isSerializedDate":true,"string":"Tue Nov 27 2012 15:59:04 GMT+0100 (CET)"},"14149":{"varMapping":{"__isSmartRef__":true,"id":14150},"source":"function drawGameTree(state) {\n $morph(\"gameTree\").setState(state);\n}","funcProperties":{"__isSmartRef__":true,"id":14151},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14150":{"this":{"__isSmartRef__":true,"id":6262}},"14151":{"timestamp":{"__isSmartRef__":true,"id":14152},"user":"sebastianwoinar","tags":[]},"14152":{"isSerializedDate":true,"string":"Tue Nov 27 2012 16:30:48 GMT+0100 (CET)"},"14153":{"submorphs":[{"__isSmartRef__":true,"id":14154},{"__isSmartRef__":true,"id":14179},{"__isSmartRef__":true,"id":14204},{"__isSmartRef__":true,"id":14229},{"__isSmartRef__":true,"id":14277}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14593},"eventHandler":{"__isSmartRef__":true,"id":14594},"_ClipMode":"visible","derivationIds":[],"id":"D5E8525D-71C7-47BD-B5A3-12B344B4686E","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"layout":{"__isSmartRef__":true,"id":14595},"LK2":true,"targetMorph":{"__isSmartRef__":true,"id":14277},"reframeHandle":{"__isSmartRef__":true,"id":14154},"bottomReframeHandle":{"__isSmartRef__":true,"id":14179},"rightReframeHandle":{"__isSmartRef__":true,"id":14204},"titleBar":{"__isSmartRef__":true,"id":14229},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":0},"highlighted":false,"isBeingDragged":false,"prevScroll":[0,0],"__serializedExpressions__":["_Position","contentOffset","prevDragPos"],"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(1759.0,443.7)","contentOffset":"lively.pt(4.0,22.0)","prevDragPos":"lively.pt(2134.2,450.3)"},"14154":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14155},"eventHandler":{"__isSmartRef__":true,"id":14156},"_ClipMode":"visible","derivationIds":[],"id":"25CF342A-C3E2-47EC-8DE0-F2D8BABAFF0E","droppingEnabled":true,"halosEnabled":true,"_StyleClassNames":["reframe-handle corner"],"owner":{"__isSmartRef__":true,"id":14153},"__serializedExpressions__":["_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14157},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(814.0,562.0)"},"14155":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(14.0,14.0)","_Padding":"lively.rect(0,0,0,0)"},"14156":{"morph":{"__isSmartRef__":true,"id":14154},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14157":{"onDragStart":{"__isSmartRef__":true,"id":14158},"onDrag":{"__isSmartRef__":true,"id":14165},"onDragEnd":{"__isSmartRef__":true,"id":14172}},"14158":{"varMapping":{"__isSmartRef__":true,"id":14159},"source":"function onDragStart(evt) {\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetExtent = this.owner.getExtent();\n }","funcProperties":{"__isSmartRef__":true,"id":14164},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14159":{"this":{"__isSmartRef__":true,"id":14154},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14160}},"14160":{"$super":{"__isSmartRef__":true,"id":14161}},"14161":{"varMapping":{"__isSmartRef__":true,"id":14162},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14163},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14162":{"obj":{"__isSmartRef__":true,"id":14154},"name":"onDragStart"},"14163":{},"14164":{},"14165":{"varMapping":{"__isSmartRef__":true,"id":14166},"source":"function onDrag(evt) {\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n var newExtent = this.originalTargetExtent.addPt(moveDelta);\n if (newExtent.x < this.owner.minWidth) newExtent.x = this.owner.minWidth;\n if (newExtent.y < this.owner.minHeight) newExtent.y = this.owner.minHeight;\n this.owner.setExtent(newExtent);\n //console.log(\"WindowExtent: \"+this.owner.getExtent().x+\" , \"+this.owner.getExtent().y);\n this.align(this.bounds().bottomRight(), this.owner.getExtent());\n }","funcProperties":{"__isSmartRef__":true,"id":14171},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14166":{"this":{"__isSmartRef__":true,"id":14154},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14167}},"14167":{"$super":{"__isSmartRef__":true,"id":14168}},"14168":{"varMapping":{"__isSmartRef__":true,"id":14169},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14170},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14169":{"obj":{"__isSmartRef__":true,"id":14154},"name":"onDrag"},"14170":{},"14171":{},"14172":{"varMapping":{"__isSmartRef__":true,"id":14173},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetExtent = null;\n this.owner.alignBottomReframeHandle();\n this.owner.alignRightReframeHandle();\n }","funcProperties":{"__isSmartRef__":true,"id":14178},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14173":{"this":{"__isSmartRef__":true,"id":14154},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14174}},"14174":{"$super":{"__isSmartRef__":true,"id":14175}},"14175":{"varMapping":{"__isSmartRef__":true,"id":14176},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14177},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14176":{"obj":{"__isSmartRef__":true,"id":14154},"name":"onDragEnd"},"14177":{},"14178":{},"14179":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14180},"eventHandler":{"__isSmartRef__":true,"id":14181},"_ClipMode":"visible","derivationIds":[],"id":"19CBDA63-259B-41EC-91B2-23AC403B3817","droppingEnabled":true,"halosEnabled":true,"_StyleClassNames":["reframe-handle bottom"],"owner":{"__isSmartRef__":true,"id":14153},"__serializedExpressions__":["_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14182},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(0.0,572.0)"},"14180":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(814.0,4.0)","_Padding":"lively.rect(0,0,0,0)"},"14181":{"morph":{"__isSmartRef__":true,"id":14179},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14182":{"onDragStart":{"__isSmartRef__":true,"id":14183},"onDrag":{"__isSmartRef__":true,"id":14190},"onDragEnd":{"__isSmartRef__":true,"id":14197}},"14183":{"varMapping":{"__isSmartRef__":true,"id":14184},"source":"function onDragStart(evt) {\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetExtent = this.owner.getExtent();\n }","funcProperties":{"__isSmartRef__":true,"id":14189},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14184":{"this":{"__isSmartRef__":true,"id":14179},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14185}},"14185":{"$super":{"__isSmartRef__":true,"id":14186}},"14186":{"varMapping":{"__isSmartRef__":true,"id":14187},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14188},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14187":{"obj":{"__isSmartRef__":true,"id":14179},"name":"onDragStart"},"14188":{},"14189":{},"14190":{"varMapping":{"__isSmartRef__":true,"id":14191},"source":"function onDrag(evt) {\n var moveDelta = pt(0,evt.mousePoint.subPt(this.dragStartPoint).y);\n var newExtent = this.originalTargetExtent.addPt(moveDelta);\n if (newExtent.y < this.owner.minHeight) newExtent.y = this.owner.minHeight;\n this.owner.setExtent(newExtent);\n\n this.align(this.bounds().bottomLeft(), pt(0,this.owner.getExtent().y));\n }","funcProperties":{"__isSmartRef__":true,"id":14196},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14191":{"this":{"__isSmartRef__":true,"id":14179},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14192}},"14192":{"$super":{"__isSmartRef__":true,"id":14193}},"14193":{"varMapping":{"__isSmartRef__":true,"id":14194},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14195},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14194":{"obj":{"__isSmartRef__":true,"id":14179},"name":"onDrag"},"14195":{},"14196":{},"14197":{"varMapping":{"__isSmartRef__":true,"id":14198},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetExtent = null;\n this.owner.alignReframeHandle();\n this.owner.alignRightReframeHandle();\n }","funcProperties":{"__isSmartRef__":true,"id":14203},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14198":{"this":{"__isSmartRef__":true,"id":14179},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14199}},"14199":{"$super":{"__isSmartRef__":true,"id":14200}},"14200":{"varMapping":{"__isSmartRef__":true,"id":14201},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14202},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14201":{"obj":{"__isSmartRef__":true,"id":14179},"name":"onDragEnd"},"14202":{},"14203":{},"14204":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14205},"eventHandler":{"__isSmartRef__":true,"id":14206},"_ClipMode":"visible","derivationIds":[],"id":"B6868D03-44AB-4375-B591-3AEB2B3F3048","droppingEnabled":true,"halosEnabled":true,"_StyleClassNames":["reframe-handle right"],"owner":{"__isSmartRef__":true,"id":14153},"__serializedExpressions__":["_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14207},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(824.0,0.0)"},"14205":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(4.0,562.0)","_Padding":"lively.rect(0,0,0,0)"},"14206":{"morph":{"__isSmartRef__":true,"id":14204},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14207":{"onDragStart":{"__isSmartRef__":true,"id":14208},"onDrag":{"__isSmartRef__":true,"id":14215},"onDragEnd":{"__isSmartRef__":true,"id":14222}},"14208":{"varMapping":{"__isSmartRef__":true,"id":14209},"source":"function onDragStart(evt) {\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetExtent = this.owner.getExtent();\n }","funcProperties":{"__isSmartRef__":true,"id":14214},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14209":{"this":{"__isSmartRef__":true,"id":14204},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14210}},"14210":{"$super":{"__isSmartRef__":true,"id":14211}},"14211":{"varMapping":{"__isSmartRef__":true,"id":14212},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14213},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14212":{"obj":{"__isSmartRef__":true,"id":14204},"name":"onDragStart"},"14213":{},"14214":{},"14215":{"varMapping":{"__isSmartRef__":true,"id":14216},"source":"function onDrag(evt) {\n var moveDelta = pt(evt.mousePoint.subPt(this.dragStartPoint).x,0);\n var newExtent = this.originalTargetExtent.addPt(moveDelta);\n if (newExtent.x < this.owner.minWidth) newExtent.x = this.owner.minWidth;\n\n this.owner.setExtent(newExtent);\n this.align(this.bounds().topRight(), pt(this.owner.getExtent().x,0));\n }","funcProperties":{"__isSmartRef__":true,"id":14221},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14216":{"this":{"__isSmartRef__":true,"id":14204},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14217}},"14217":{"$super":{"__isSmartRef__":true,"id":14218}},"14218":{"varMapping":{"__isSmartRef__":true,"id":14219},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14220},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14219":{"obj":{"__isSmartRef__":true,"id":14204},"name":"onDrag"},"14220":{},"14221":{},"14222":{"varMapping":{"__isSmartRef__":true,"id":14223},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetExtent = null;\n this.owner.alignReframeHandle();\n this.owner.alignBottomReframeHandle();\n }","funcProperties":{"__isSmartRef__":true,"id":14228},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14223":{"this":{"__isSmartRef__":true,"id":14204},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14224}},"14224":{"$super":{"__isSmartRef__":true,"id":14225}},"14225":{"varMapping":{"__isSmartRef__":true,"id":14226},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14227},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14226":{"obj":{"__isSmartRef__":true,"id":14204},"name":"onDragEnd"},"14227":{},"14228":{},"14229":{"submorphs":[{"__isSmartRef__":true,"id":14230},{"__isSmartRef__":true,"id":14236},{"__isSmartRef__":true,"id":14249},{"__isSmartRef__":true,"id":14261}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14274},"eventHandler":{"__isSmartRef__":true,"id":14275},"_ClipMode":"visible","derivationIds":[],"id":"F83CE1A9-7AE6-41AC-805F-C00C4E47733A","droppingEnabled":false,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":14276},"windowMorph":{"__isSmartRef__":true,"id":14153},"label":{"__isSmartRef__":true,"id":14230},"closeButton":{"__isSmartRef__":true,"id":14236},"menuButton":{"__isSmartRef__":true,"id":14249},"collapseButton":{"__isSmartRef__":true,"id":14261},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":14153},"prevScroll":[0,0],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"14230":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14231},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14232}],"eventHandler":{"__isSmartRef__":true,"id":14234},"_ClipMode":"hidden","derivationIds":[],"id":"A2B6D2BB-5F01-495F-964F-2FF5A15DBA99","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"layout":{"__isSmartRef__":true,"id":14235},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":14229},"_StyleClassNames":["window-title"],"_TextStylingMode":true,"prevScroll":[0,0],"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(21.0,3.0)"},"14231":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(768.0,18.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14232":{"style":{"__isSmartRef__":true,"id":14233},"chunkOwner":{"__isSmartRef__":true,"id":14230},"_id":"_7483","storedString":"reversi.js:ABPGameboardPosition:-- all --","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14233":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14234":{"morph":{"__isSmartRef__":true,"id":14230},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14235":{"resizeWidth":true},"14236":{"submorphs":[{"__isSmartRef__":true,"id":14237}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14242},"eventHandler":{"__isSmartRef__":true,"id":14243},"_ClipMode":"visible","derivationIds":[],"id":"625CD45C-52B3-4119-8A5D-19F65F96A1B3","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":14237},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":14229},"layout":{"__isSmartRef__":true,"id":14244},"_StyleClassNames":["close"],"attributeConnections":[{"__isSmartRef__":true,"id":14245},{"__isSmartRef__":true,"id":14247}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(808.0,3.0)"},"14237":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14238},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14239}],"eventHandler":{"__isSmartRef__":true,"id":14241},"_ClipMode":"hidden","derivationIds":[],"id":"0C959F33-C2D0-4969-8B96-3ED318D68096","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14236},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,-1.0)"},"14238":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14239":{"style":{"__isSmartRef__":true,"id":14240},"chunkOwner":{"__isSmartRef__":true,"id":14237},"_id":"_5837","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14240":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14241":{"morph":{"__isSmartRef__":true,"id":14237},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14242":{"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"14243":{"morph":{"__isSmartRef__":true,"id":14236},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14244":{"moveHorizontal":true},"14245":{"sourceObj":{"__isSmartRef__":true,"id":14236},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14153},"targetMethodName":"getCloseHelp","varMapping":{"__isSmartRef__":true,"id":14246},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14246":{"source":{"__isSmartRef__":true,"id":14236},"target":{"__isSmartRef__":true,"id":14153}},"14247":{"sourceObj":{"__isSmartRef__":true,"id":14236},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14153},"targetMethodName":"initiateShutdown","varMapping":{"__isSmartRef__":true,"id":14248},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14248":{"source":{"__isSmartRef__":true,"id":14236},"target":{"__isSmartRef__":true,"id":14153}},"14249":{"submorphs":[{"__isSmartRef__":true,"id":14250}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14255},"eventHandler":{"__isSmartRef__":true,"id":14256},"_ClipMode":"visible","derivationIds":[],"id":"C6ABE570-36E8-408F-BB42-E5EA9C6C2577","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":14250},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":14229},"attributeConnections":[{"__isSmartRef__":true,"id":14257},{"__isSmartRef__":true,"id":14259}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"14250":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14251},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14252}],"eventHandler":{"__isSmartRef__":true,"id":14254},"_ClipMode":"hidden","derivationIds":[],"id":"CC285D94-3B33-4DED-8C54-E9C4F1F9C588","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14249},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,0.0)"},"14251":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(18.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14252":{"style":{"__isSmartRef__":true,"id":14253},"chunkOwner":{"__isSmartRef__":true,"id":14250},"_id":"_5839","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14253":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14254":{"morph":{"__isSmartRef__":true,"id":14250},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14255":{"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"14256":{"morph":{"__isSmartRef__":true,"id":14249},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14257":{"sourceObj":{"__isSmartRef__":true,"id":14249},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14153},"targetMethodName":"getMenuHelp","varMapping":{"__isSmartRef__":true,"id":14258},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14258":{"source":{"__isSmartRef__":true,"id":14249},"target":{"__isSmartRef__":true,"id":14153}},"14259":{"sourceObj":{"__isSmartRef__":true,"id":14249},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14153},"targetMethodName":"showTargetMorphMenu","varMapping":{"__isSmartRef__":true,"id":14260},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14260":{"source":{"__isSmartRef__":true,"id":14249},"target":{"__isSmartRef__":true,"id":14153}},"14261":{"submorphs":[{"__isSmartRef__":true,"id":14262}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14267},"eventHandler":{"__isSmartRef__":true,"id":14268},"_ClipMode":"visible","derivationIds":[],"id":"69ECC8F7-1168-45BB-BC0C-6760BEC62C5A","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":14262},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":14229},"layout":{"__isSmartRef__":true,"id":14269},"attributeConnections":[{"__isSmartRef__":true,"id":14270},{"__isSmartRef__":true,"id":14272}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(789.0,3.0)"},"14262":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14263},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14264}],"eventHandler":{"__isSmartRef__":true,"id":14266},"_ClipMode":"hidden","derivationIds":[],"id":"ACB9C150-2EE4-441E-931A-E7DCB104EB3A","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14261},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,1.0)"},"14263":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14264":{"style":{"__isSmartRef__":true,"id":14265},"chunkOwner":{"__isSmartRef__":true,"id":14262},"_id":"_5841","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14265":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14266":{"morph":{"__isSmartRef__":true,"id":14262},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14267":{"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"14268":{"morph":{"__isSmartRef__":true,"id":14261},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14269":{"moveHorizontal":true},"14270":{"sourceObj":{"__isSmartRef__":true,"id":14261},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14153},"targetMethodName":"getCollapseHelp","varMapping":{"__isSmartRef__":true,"id":14271},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14271":{"source":{"__isSmartRef__":true,"id":14261},"target":{"__isSmartRef__":true,"id":14153}},"14272":{"sourceObj":{"__isSmartRef__":true,"id":14261},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14153},"targetMethodName":"toggleCollapse","varMapping":{"__isSmartRef__":true,"id":14273},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14273":{"source":{"__isSmartRef__":true,"id":14261},"target":{"__isSmartRef__":true,"id":14153}},"14274":{"_AppearanceStylingMode":true,"_BorderStylingMode":true,"_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(828.0,22.0)","_Padding":"lively.rect(0,0,0,0)"},"14275":{"morph":{"__isSmartRef__":true,"id":14229},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14276":{"resizeWidth":true,"adjustForNewBounds":true},"14277":{"submorphs":[{"__isSmartRef__":true,"id":14278},{"__isSmartRef__":true,"id":14560},{"__isSmartRef__":true,"id":14571},{"__isSmartRef__":true,"id":14392},{"__isSmartRef__":true,"id":14459},{"__isSmartRef__":true,"id":14488},{"__isSmartRef__":true,"id":14517},{"__isSmartRef__":true,"id":14582},{"__isSmartRef__":true,"id":14546},{"__isSmartRef__":true,"id":14287},{"__isSmartRef__":true,"id":14301},{"__isSmartRef__":true,"id":14315},{"__isSmartRef__":true,"id":14329},{"__isSmartRef__":true,"id":14343},{"__isSmartRef__":true,"id":14357},{"__isSmartRef__":true,"id":14371}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14590},"eventHandler":{"__isSmartRef__":true,"id":14591},"_ClipMode":"visible","derivationIds":[],"id":"0C328255-59EF-40C5-9347-03B349200CA9","droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":14592},"__serializedExpressions__":["_Position"],"locationPane":{"__isSmartRef__":true,"id":14278},"codeBaseDirBtn":{"__isSmartRef__":true,"id":14560},"localDirBtn":{"__isSmartRef__":true,"id":14571},"Pane1":{"__isSmartRef__":true,"id":14392},"Pane2":{"__isSmartRef__":true,"id":14459},"Pane3":{"__isSmartRef__":true,"id":14488},"Pane4":{"__isSmartRef__":true,"id":14517},"midResizer":{"__isSmartRef__":true,"id":14582},"sourcePane":{"__isSmartRef__":true,"id":14546},"ownerWidget":{"__isSmartRef__":true,"id":14285},"owner":{"__isSmartRef__":true,"id":14153},"__LivelyClassName__":"lively.ide.BrowserPanel","__SourceModuleName__":"Global.lively.ide.BrowserFramework","_Position":"lively.pt(4.0,22.0)"},"14278":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14279},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14280}],"eventHandler":{"__isSmartRef__":true,"id":14282},"_ClipMode":"hidden","derivationIds":[],"id":"602975A3-7FE9-4638-8B3A-3D197A24BD55","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":true,"_HandStyle":null,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14277},"isInputLine":true,"layout":{"__isSmartRef__":true,"id":14283},"noEval":true,"styleClass":["Browser_locationInput"],"attributeConnections":[{"__isSmartRef__":true,"id":14284}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(102,102,102)","_Position":"lively.pt(0.0,0.0)"},"14279":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(656.0,16.5)","_Padding":"lively.rect(1,1,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"14280":{"style":{"__isSmartRef__":true,"id":14281},"chunkOwner":{"__isSmartRef__":true,"id":14278},"_id":"_48","storedString":"http://lively-kernel.org/repository/webwerkstatt/core/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14281":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14282":{"morph":{"__isSmartRef__":true,"id":14278},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14283":{"scaleVertical":true,"scaleHorizontal":true},"14284":{"sourceObj":{"__isSmartRef__":true,"id":14278},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"setTargetURL","varMapping":{"__isSmartRef__":true,"id":14559},"converterString":"function (value) { return new URL(value) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14285":{"buttonCommands":[{"__isSmartRef__":true,"id":14286},{"__isSmartRef__":true,"id":14300},{"__isSmartRef__":true,"id":14314},{"__isSmartRef__":true,"id":14328},{"__isSmartRef__":true,"id":14342},{"__isSmartRef__":true,"id":14356},{"__isSmartRef__":true,"id":14370}],"RootFilters":[{"__isSmartRef__":true,"id":14384}],"Pane1Filters":[{"__isSmartRef__":true,"id":14385},{"__isSmartRef__":true,"id":14386}],"Pane2Filters":[{"__isSmartRef__":true,"id":14387}],"Pane3Filters":[{"__isSmartRef__":true,"id":14388}],"Pane4Filters":[{"__isSmartRef__":true,"id":14389}],"evaluate":true,"targetURL":{"__isSmartRef__":true,"id":14390},"panel":{"__isSmartRef__":true,"id":14277},"attributeConnections":[{"__isSmartRef__":true,"id":14391},{"__isSmartRef__":true,"id":14458},{"__isSmartRef__":true,"id":14487},{"__isSmartRef__":true,"id":14516},{"__isSmartRef__":true,"id":14545},{"__isSmartRef__":true,"id":14557}],"SourceString":"-----","sourceString":"-----","doNotSerialize":["$$targetURL"],"doNotCopyProperties":["$$targetURL"],"_rootNode":{"__isSmartRef__":true,"id":14397},"Pane1Selection":null,"pane1Selection":null,"Pane2Selection":null,"pane2Selection":null,"Pane3Selection":null,"pane3Selection":null,"Pane4Selection":null,"pane4Selection":null,"Pane4Content":["-----"],"Pane3Content":["-----"],"Pane2Content":["-----"],"Pane1Content":[{"__isSmartRef__":true,"id":14394},{"__isSmartRef__":true,"id":14420},{"__isSmartRef__":true,"id":14421},{"__isSmartRef__":true,"id":14422},{"__isSmartRef__":true,"id":14423},{"__isSmartRef__":true,"id":14424},{"__isSmartRef__":true,"id":14425},{"__isSmartRef__":true,"id":14426},{"__isSmartRef__":true,"id":14427},{"__isSmartRef__":true,"id":14428},{"__isSmartRef__":true,"id":14429},{"__isSmartRef__":true,"id":14430},{"__isSmartRef__":true,"id":14431}],"__LivelyClassName__":"lively.ide.SystemBrowser","__SourceModuleName__":"Global.lively.ide.SystemCodeBrowser"},"14286":{"browser":{"__isSmartRef__":true,"id":14285},"button":{"__isSmartRef__":true,"id":14287},"__LivelyClassName__":"lively.ide.AddNewFileCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"14287":{"submorphs":[{"__isSmartRef__":true,"id":14288}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14293},"eventHandler":{"__isSmartRef__":true,"id":14294},"_ClipMode":"visible","derivationIds":[],"id":"CBEECD51-7CBA-4A0D-82BA-0D096DE308D3","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":14288},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":14286},"attributeConnections":[{"__isSmartRef__":true,"id":14295},{"__isSmartRef__":true,"id":14297}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":14277},"layout":{"__isSmartRef__":true,"id":14299},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,220.0)"},"14288":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14289},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14290}],"eventHandler":{"__isSmartRef__":true,"id":14292},"_ClipMode":"hidden","derivationIds":[],"id":"9FAA7329-77D4-46D7-8EBC-915C86425649","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14287},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"14289":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14290":{"style":{"__isSmartRef__":true,"id":14291},"chunkOwner":{"__isSmartRef__":true,"id":14288},"_id":"_29","storedString":"Add module","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14291":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14292":{"morph":{"__isSmartRef__":true,"id":14288},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14293":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"14294":{"morph":{"__isSmartRef__":true,"id":14287},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14295":{"sourceObj":{"__isSmartRef__":true,"id":14287},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14286},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":14296},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14296":{"source":{"__isSmartRef__":true,"id":14287},"target":{"__isSmartRef__":true,"id":14286}},"14297":{"sourceObj":{"__isSmartRef__":true,"id":14287},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14287},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":14298},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14298":{"source":{"__isSmartRef__":true,"id":14287},"target":{"__isSmartRef__":true,"id":14287}},"14299":{"scaleVertical":true,"scaleHorizontal":true},"14300":{"browser":{"__isSmartRef__":true,"id":14285},"button":{"__isSmartRef__":true,"id":14301},"__LivelyClassName__":"lively.ide.AllModulesLoadCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"14301":{"submorphs":[{"__isSmartRef__":true,"id":14302}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14307},"eventHandler":{"__isSmartRef__":true,"id":14308},"_ClipMode":"visible","derivationIds":[],"id":"8F449ADB-E350-4210-8851-1CF5974CD4F2","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":14302},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":14300},"attributeConnections":[{"__isSmartRef__":true,"id":14309},{"__isSmartRef__":true,"id":14311}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":14277},"layout":{"__isSmartRef__":true,"id":14313},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(117.1,220.0)"},"14302":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14303},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14304}],"eventHandler":{"__isSmartRef__":true,"id":14306},"_ClipMode":"hidden","derivationIds":[],"id":"8DE0F159-E230-41FD-9821-7C8027918A4A","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14301},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"14303":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14304":{"style":{"__isSmartRef__":true,"id":14305},"chunkOwner":{"__isSmartRef__":true,"id":14302},"_id":"_32","storedString":"Load all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14305":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14306":{"morph":{"__isSmartRef__":true,"id":14302},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14307":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"14308":{"morph":{"__isSmartRef__":true,"id":14301},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14309":{"sourceObj":{"__isSmartRef__":true,"id":14301},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14300},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":14310},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14310":{"source":{"__isSmartRef__":true,"id":14301},"target":{"__isSmartRef__":true,"id":14300}},"14311":{"sourceObj":{"__isSmartRef__":true,"id":14301},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14301},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":14312},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14312":{"source":{"__isSmartRef__":true,"id":14301},"target":{"__isSmartRef__":true,"id":14301}},"14313":{"scaleVertical":true,"scaleHorizontal":true},"14314":{"browser":{"__isSmartRef__":true,"id":14285},"button":{"__isSmartRef__":true,"id":14315},"__LivelyClassName__":"lively.ide.ShowLineNumbersCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"14315":{"submorphs":[{"__isSmartRef__":true,"id":14316}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14321},"eventHandler":{"__isSmartRef__":true,"id":14322},"_ClipMode":"visible","derivationIds":[],"id":"8AD7C8B0-55F6-4A2B-B230-B64E1EECD897","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":14316},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":14314},"attributeConnections":[{"__isSmartRef__":true,"id":14323},{"__isSmartRef__":true,"id":14325}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":14277},"layout":{"__isSmartRef__":true,"id":14327},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(234.3,220.0)"},"14316":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14317},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14318}],"eventHandler":{"__isSmartRef__":true,"id":14320},"_ClipMode":"hidden","derivationIds":[],"id":"E6F5AAC2-710F-429F-90A2-268E9E23DCCF","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14315},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"14317":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14318":{"style":{"__isSmartRef__":true,"id":14319},"chunkOwner":{"__isSmartRef__":true,"id":14316},"_id":"_35","storedString":"LineNo","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14319":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14320":{"morph":{"__isSmartRef__":true,"id":14316},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14321":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"14322":{"morph":{"__isSmartRef__":true,"id":14315},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14323":{"sourceObj":{"__isSmartRef__":true,"id":14315},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14314},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":14324},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14324":{"source":{"__isSmartRef__":true,"id":14315},"target":{"__isSmartRef__":true,"id":14314}},"14325":{"sourceObj":{"__isSmartRef__":true,"id":14315},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14315},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":14326},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14326":{"source":{"__isSmartRef__":true,"id":14315},"target":{"__isSmartRef__":true,"id":14315}},"14327":{"scaleVertical":true,"scaleHorizontal":true},"14328":{"browser":{"__isSmartRef__":true,"id":14285},"button":{"__isSmartRef__":true,"id":14329},"__LivelyClassName__":"lively.ide.ParserDebugCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"14329":{"submorphs":[{"__isSmartRef__":true,"id":14330}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14335},"eventHandler":{"__isSmartRef__":true,"id":14336},"_ClipMode":"visible","derivationIds":[],"id":"BAE928CE-22FC-46D8-AD9A-80B54AB360A4","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":14330},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":14328},"attributeConnections":[{"__isSmartRef__":true,"id":14337},{"__isSmartRef__":true,"id":14339}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":14277},"layout":{"__isSmartRef__":true,"id":14341},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(351.4,220.0)"},"14330":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14331},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14332}],"eventHandler":{"__isSmartRef__":true,"id":14334},"_ClipMode":"hidden","derivationIds":[],"id":"B97C2B5D-B166-4DCC-B491-A4D2F5DD7CA3","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14329},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"14331":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14332":{"style":{"__isSmartRef__":true,"id":14333},"chunkOwner":{"__isSmartRef__":true,"id":14330},"_id":"_38","storedString":"Dbg errors is off","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14333":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14334":{"morph":{"__isSmartRef__":true,"id":14330},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14335":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"14336":{"morph":{"__isSmartRef__":true,"id":14329},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14337":{"sourceObj":{"__isSmartRef__":true,"id":14329},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14328},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":14338},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14338":{"source":{"__isSmartRef__":true,"id":14329},"target":{"__isSmartRef__":true,"id":14328}},"14339":{"sourceObj":{"__isSmartRef__":true,"id":14329},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14329},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":14340},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14340":{"source":{"__isSmartRef__":true,"id":14329},"target":{"__isSmartRef__":true,"id":14329}},"14341":{"scaleVertical":true,"scaleHorizontal":true},"14342":{"browser":{"__isSmartRef__":true,"id":14285},"button":{"__isSmartRef__":true,"id":14343},"__LivelyClassName__":"lively.ide.EvaluateCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"14343":{"submorphs":[{"__isSmartRef__":true,"id":14344}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14349},"eventHandler":{"__isSmartRef__":true,"id":14350},"_ClipMode":"visible","derivationIds":[],"id":"85BCBC51-E1C9-4763-9ECE-3026CFE8B802","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":14344},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":14342},"attributeConnections":[{"__isSmartRef__":true,"id":14351},{"__isSmartRef__":true,"id":14353}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":14277},"layout":{"__isSmartRef__":true,"id":14355},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(468.6,220.0)"},"14344":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14345},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14346}],"eventHandler":{"__isSmartRef__":true,"id":14348},"_ClipMode":"hidden","derivationIds":[],"id":"5A7B093F-FB59-45E0-ACC7-A228A8FE56BF","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14343},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"14345":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14346":{"style":{"__isSmartRef__":true,"id":14347},"chunkOwner":{"__isSmartRef__":true,"id":14344},"_id":"_41","storedString":"Eval on","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14347":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14348":{"morph":{"__isSmartRef__":true,"id":14344},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14349":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"14350":{"morph":{"__isSmartRef__":true,"id":14343},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14351":{"sourceObj":{"__isSmartRef__":true,"id":14343},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14342},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":14352},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14352":{"source":{"__isSmartRef__":true,"id":14343},"target":{"__isSmartRef__":true,"id":14342}},"14353":{"sourceObj":{"__isSmartRef__":true,"id":14343},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14343},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":14354},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14354":{"source":{"__isSmartRef__":true,"id":14343},"target":{"__isSmartRef__":true,"id":14343}},"14355":{"scaleVertical":true,"scaleHorizontal":true},"14356":{"browser":{"__isSmartRef__":true,"id":14285},"button":{"__isSmartRef__":true,"id":14357},"__LivelyClassName__":"lively.ide.SortCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"14357":{"submorphs":[{"__isSmartRef__":true,"id":14358}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14363},"eventHandler":{"__isSmartRef__":true,"id":14364},"_ClipMode":"visible","derivationIds":[],"id":"26AF090F-788D-4D5A-B9B7-E5B4C05FA0E9","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":14358},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":14356},"attributeConnections":[{"__isSmartRef__":true,"id":14365},{"__isSmartRef__":true,"id":14367}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":14277},"layout":{"__isSmartRef__":true,"id":14369},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(585.7,220.0)"},"14358":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14359},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14360}],"eventHandler":{"__isSmartRef__":true,"id":14362},"_ClipMode":"hidden","derivationIds":[],"id":"98C5A92B-C350-4572-9490-1BFD3263180C","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14357},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"14359":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14360":{"style":{"__isSmartRef__":true,"id":14361},"chunkOwner":{"__isSmartRef__":true,"id":14358},"_id":"_44","storedString":"Sort","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14361":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14362":{"morph":{"__isSmartRef__":true,"id":14358},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14363":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"14364":{"morph":{"__isSmartRef__":true,"id":14357},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14365":{"sourceObj":{"__isSmartRef__":true,"id":14357},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14356},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":14366},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14366":{"source":{"__isSmartRef__":true,"id":14357},"target":{"__isSmartRef__":true,"id":14356}},"14367":{"sourceObj":{"__isSmartRef__":true,"id":14357},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14357},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":14368},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14368":{"source":{"__isSmartRef__":true,"id":14357},"target":{"__isSmartRef__":true,"id":14357}},"14369":{"scaleVertical":true,"scaleHorizontal":true},"14370":{"browser":{"__isSmartRef__":true,"id":14285},"button":{"__isSmartRef__":true,"id":14371},"__LivelyClassName__":"lively.ide.ViewSourceCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"14371":{"submorphs":[{"__isSmartRef__":true,"id":14372}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14377},"eventHandler":{"__isSmartRef__":true,"id":14378},"_ClipMode":"visible","derivationIds":[],"id":"E8E672D7-64A4-46D1-88C7-7A8E5C8F032D","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":14372},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":14370},"attributeConnections":[{"__isSmartRef__":true,"id":14379},{"__isSmartRef__":true,"id":14381}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":14277},"layout":{"__isSmartRef__":true,"id":14383},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(702.9,220.0)"},"14372":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14373},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14374}],"eventHandler":{"__isSmartRef__":true,"id":14376},"_ClipMode":"hidden","derivationIds":[],"id":"254ADB62-C609-41BE-8D7D-BDBA8F1A4CD4","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14371},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"14373":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14374":{"style":{"__isSmartRef__":true,"id":14375},"chunkOwner":{"__isSmartRef__":true,"id":14372},"_id":"_47","storedString":"View as...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14375":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14376":{"morph":{"__isSmartRef__":true,"id":14372},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14377":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"14378":{"morph":{"__isSmartRef__":true,"id":14371},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14379":{"sourceObj":{"__isSmartRef__":true,"id":14371},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14370},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":14380},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14380":{"source":{"__isSmartRef__":true,"id":14371},"target":{"__isSmartRef__":true,"id":14370}},"14381":{"sourceObj":{"__isSmartRef__":true,"id":14371},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14371},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":14382},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14382":{"source":{"__isSmartRef__":true,"id":14371},"target":{"__isSmartRef__":true,"id":14371}},"14383":{"scaleVertical":true,"scaleHorizontal":true},"14384":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"14385":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"14386":{"attributes":["isClassNode","isGrammarNode","isChangeNode","isFunctionNode","isObjectNode"],"__LivelyClassName__":"lively.ide.NodeTypeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"14387":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"14388":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"14389":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"14390":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14391":{"sourceObj":{"__isSmartRef__":true,"id":14285},"sourceAttrName":"setPane1Content","targetObj":{"__isSmartRef__":true,"id":14392},"targetMethodName":"updateList","varMapping":{"__isSmartRef__":true,"id":14457},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14392":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14393},"itemList":[{"__isSmartRef__":true,"id":14394},{"__isSmartRef__":true,"id":14420},{"__isSmartRef__":true,"id":14421},{"__isSmartRef__":true,"id":14422},{"__isSmartRef__":true,"id":14423},{"__isSmartRef__":true,"id":14424},{"__isSmartRef__":true,"id":14425},{"__isSmartRef__":true,"id":14426},{"__isSmartRef__":true,"id":14427},{"__isSmartRef__":true,"id":14428},{"__isSmartRef__":true,"id":14429},{"__isSmartRef__":true,"id":14430},{"__isSmartRef__":true,"id":14431}],"eventHandler":{"__isSmartRef__":true,"id":14432},"derivationIds":[],"id":"CD48FCEE-06C8-4868-9DAB-652F6A23139A","_FontFamily":"Helvetica","_FontSize":10,"grabbingEnabled":false,"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","__serializedExpressions__":["_Position"],"selection":null,"selectedLineNo":-1,"owner":{"__isSmartRef__":true,"id":14277},"layout":{"__isSmartRef__":true,"id":14433},"attributeConnections":[{"__isSmartRef__":true,"id":14434},{"__isSmartRef__":true,"id":14436},{"__isSmartRef__":true,"id":14438},{"__isSmartRef__":true,"id":14440}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14442},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(0.0,16.5)"},"14393":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(205.0,203.5)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"14394":{"isListItem":true,"string":"PartsBin/","value":{"__isSmartRef__":true,"id":14395}},"14395":{"target":{"__isSmartRef__":true,"id":14396},"browser":{"__isSmartRef__":true,"id":14285},"parent":{"__isSmartRef__":true,"id":14397},"localName":"PartsBin/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"14396":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/PartsBin/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14397":{"target":{"__isSmartRef__":true,"id":14398},"browser":{"__isSmartRef__":true,"id":14285},"parent":null,"allFiles":["flot.js","experimental.Set.js","mylib.js"],"subNamespacePaths":[{"__isSmartRef__":true,"id":14399},{"__isSmartRef__":true,"id":14400},{"__isSmartRef__":true,"id":14396},{"__isSmartRef__":true,"id":14401},{"__isSmartRef__":true,"id":14402},{"__isSmartRef__":true,"id":14403},{"__isSmartRef__":true,"id":14404},{"__isSmartRef__":true,"id":14405}],"parentNamespacePath":{"__isSmartRef__":true,"id":14406},"_childNodes":[{"__isSmartRef__":true,"id":14395},{"__isSmartRef__":true,"id":14407},{"__isSmartRef__":true,"id":14408},{"__isSmartRef__":true,"id":14409},{"__isSmartRef__":true,"id":14410},{"__isSmartRef__":true,"id":14411},{"__isSmartRef__":true,"id":14412},{"__isSmartRef__":true,"id":14413},{"__isSmartRef__":true,"id":14414},{"__isSmartRef__":true,"id":14415},{"__isSmartRef__":true,"id":14416},{"__isSmartRef__":true,"id":14417},{"__isSmartRef__":true,"id":14418}],"__LivelyClassName__":"lively.ide.SourceControlNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"14398":{"__LivelyClassName__":"AnotherSourceDatabase","__SourceModuleName__":"Global.lively.ide.SourceDatabase"},"14399":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/media/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14400":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/cop/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14401":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/apps/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14402":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/styles/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14403":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/lively/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14404":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/ometa/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14405":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/lib/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14406":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/core/../","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"14407":{"target":{"__isSmartRef__":true,"id":14401},"browser":{"__isSmartRef__":true,"id":14285},"parent":{"__isSmartRef__":true,"id":14397},"localName":"apps/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"14408":{"target":{"__isSmartRef__":true,"id":14400},"browser":{"__isSmartRef__":true,"id":14285},"parent":{"__isSmartRef__":true,"id":14397},"localName":"cop/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"14409":{"target":{"__isSmartRef__":true,"id":14405},"browser":{"__isSmartRef__":true,"id":14285},"parent":{"__isSmartRef__":true,"id":14397},"localName":"lib/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"14410":{"target":{"__isSmartRef__":true,"id":14403},"browser":{"__isSmartRef__":true,"id":14285},"parent":{"__isSmartRef__":true,"id":14397},"localName":"lively/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"14411":{"target":{"__isSmartRef__":true,"id":14399},"browser":{"__isSmartRef__":true,"id":14285},"parent":{"__isSmartRef__":true,"id":14397},"localName":"media/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"14412":{"target":{"__isSmartRef__":true,"id":14404},"browser":{"__isSmartRef__":true,"id":14285},"parent":{"__isSmartRef__":true,"id":14397},"localName":"ometa/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"14413":{"target":{"__isSmartRef__":true,"id":14402},"browser":{"__isSmartRef__":true,"id":14285},"parent":{"__isSmartRef__":true,"id":14397},"localName":"styles/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"14414":{"target":{"__isSmartRef__":true,"id":14406},"browser":{"__isSmartRef__":true,"id":14285},"parent":{"__isSmartRef__":true,"id":14397},"localName":"../","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"14415":{"browser":{"__isSmartRef__":true,"id":14285},"parent":{"__isSmartRef__":true,"id":14397},"moduleName":"experimental.Set.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"14416":{"browser":{"__isSmartRef__":true,"id":14285},"parent":{"__isSmartRef__":true,"id":14397},"moduleName":"flot.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"14417":{"browser":{"__isSmartRef__":true,"id":14285},"parent":{"__isSmartRef__":true,"id":14397},"moduleName":"mylib.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"14418":{"target":{"__isSmartRef__":true,"id":14419},"browser":{"__isSmartRef__":true,"id":14285},"__LivelyClassName__":"lively.ide.ChangeSetNode","__SourceModuleName__":"Global.lively.ide.LocalBrowser"},"14419":{"name":"Local code","__LivelyClassName__":"ChangeSet","__SourceModuleName__":"Global.lively.ChangeSet"},"14420":{"isListItem":true,"string":"apps/","value":{"__isSmartRef__":true,"id":14407}},"14421":{"isListItem":true,"string":"cop/","value":{"__isSmartRef__":true,"id":14408}},"14422":{"isListItem":true,"string":"lib/","value":{"__isSmartRef__":true,"id":14409}},"14423":{"isListItem":true,"string":"lively/","value":{"__isSmartRef__":true,"id":14410}},"14424":{"isListItem":true,"string":"media/","value":{"__isSmartRef__":true,"id":14411}},"14425":{"isListItem":true,"string":"ometa/","value":{"__isSmartRef__":true,"id":14412}},"14426":{"isListItem":true,"string":"styles/","value":{"__isSmartRef__":true,"id":14413}},"14427":{"isListItem":true,"string":"../","value":{"__isSmartRef__":true,"id":14414}},"14428":{"isListItem":true,"string":"experimental.Set.js (not parsed)","value":{"__isSmartRef__":true,"id":14415}},"14429":{"isListItem":true,"string":"flot.js (not parsed)","value":{"__isSmartRef__":true,"id":14416}},"14430":{"isListItem":true,"string":"mylib.js (not parsed)","value":{"__isSmartRef__":true,"id":14417}},"14431":{"isListItem":true,"string":"Local code","value":{"__isSmartRef__":true,"id":14418}},"14432":{"morph":{"__isSmartRef__":true,"id":14392},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14433":{"scaleVertical":true,"scaleHorizontal":true},"14434":{"sourceObj":{"__isSmartRef__":true,"id":14392},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"setPane1Selection","varMapping":{"__isSmartRef__":true,"id":14435},"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14435":{"source":{"__isSmartRef__":true,"id":14392},"target":{"__isSmartRef__":true,"id":14285}},"14436":{"sourceObj":{"__isSmartRef__":true,"id":14392},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"getPane1Selection","varMapping":{"__isSmartRef__":true,"id":14437},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14437":{"source":{"__isSmartRef__":true,"id":14392},"target":{"__isSmartRef__":true,"id":14285}},"14438":{"sourceObj":{"__isSmartRef__":true,"id":14392},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"getPane1Content","varMapping":{"__isSmartRef__":true,"id":14439},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14439":{"source":{"__isSmartRef__":true,"id":14392},"target":{"__isSmartRef__":true,"id":14285}},"14440":{"sourceObj":{"__isSmartRef__":true,"id":14392},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"getPane1Menu","varMapping":{"__isSmartRef__":true,"id":14441},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14441":{"source":{"__isSmartRef__":true,"id":14392},"target":{"__isSmartRef__":true,"id":14285}},"14442":{"onDownPressed":{"__isSmartRef__":true,"id":14443},"onUpPressed":{"__isSmartRef__":true,"id":14450}},"14443":{"varMapping":{"__isSmartRef__":true,"id":14444},"source":"function onDownPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":14449},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14444":{"this":{"__isSmartRef__":true,"id":14392},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14445}},"14445":{"$super":{"__isSmartRef__":true,"id":14446}},"14446":{"varMapping":{"__isSmartRef__":true,"id":14447},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14448},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14447":{"obj":{"__isSmartRef__":true,"id":14392},"name":"onDownPressed"},"14448":{},"14449":{},"14450":{"varMapping":{"__isSmartRef__":true,"id":14451},"source":"function onUpPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":14456},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14451":{"this":{"__isSmartRef__":true,"id":14392},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14452}},"14452":{"$super":{"__isSmartRef__":true,"id":14453}},"14453":{"varMapping":{"__isSmartRef__":true,"id":14454},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14455},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14454":{"obj":{"__isSmartRef__":true,"id":14392},"name":"onUpPressed"},"14455":{},"14456":{},"14457":{"source":{"__isSmartRef__":true,"id":14285},"target":{"__isSmartRef__":true,"id":14392}},"14458":{"sourceObj":{"__isSmartRef__":true,"id":14285},"sourceAttrName":"setPane2Content","targetObj":{"__isSmartRef__":true,"id":14459},"targetMethodName":"updateList","varMapping":{"__isSmartRef__":true,"id":14486},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14459":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14460},"itemList":["-----"],"eventHandler":{"__isSmartRef__":true,"id":14461},"derivationIds":[],"id":"DA23FB85-87A5-44A4-87FA-1A7DDCDF717A","_FontFamily":"Helvetica","_FontSize":10,"grabbingEnabled":false,"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","__serializedExpressions__":["_Position"],"selection":null,"selectedLineNo":-1,"owner":{"__isSmartRef__":true,"id":14277},"layout":{"__isSmartRef__":true,"id":14462},"attributeConnections":[{"__isSmartRef__":true,"id":14463},{"__isSmartRef__":true,"id":14465},{"__isSmartRef__":true,"id":14467},{"__isSmartRef__":true,"id":14469}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14471},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(205.0,16.5)"},"14460":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(205.0,203.5)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"14461":{"morph":{"__isSmartRef__":true,"id":14459},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14462":{"scaleVertical":true,"scaleHorizontal":true},"14463":{"sourceObj":{"__isSmartRef__":true,"id":14459},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"setPane2Selection","varMapping":{"__isSmartRef__":true,"id":14464},"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14464":{"source":{"__isSmartRef__":true,"id":14459},"target":{"__isSmartRef__":true,"id":14285}},"14465":{"sourceObj":{"__isSmartRef__":true,"id":14459},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"getPane2Selection","varMapping":{"__isSmartRef__":true,"id":14466},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14466":{"source":{"__isSmartRef__":true,"id":14459},"target":{"__isSmartRef__":true,"id":14285}},"14467":{"sourceObj":{"__isSmartRef__":true,"id":14459},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"getPane2Content","varMapping":{"__isSmartRef__":true,"id":14468},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14468":{"source":{"__isSmartRef__":true,"id":14459},"target":{"__isSmartRef__":true,"id":14285}},"14469":{"sourceObj":{"__isSmartRef__":true,"id":14459},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"getPane2Menu","varMapping":{"__isSmartRef__":true,"id":14470},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14470":{"source":{"__isSmartRef__":true,"id":14459},"target":{"__isSmartRef__":true,"id":14285}},"14471":{"onDownPressed":{"__isSmartRef__":true,"id":14472},"onUpPressed":{"__isSmartRef__":true,"id":14479}},"14472":{"varMapping":{"__isSmartRef__":true,"id":14473},"source":"function onDownPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":14478},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14473":{"this":{"__isSmartRef__":true,"id":14459},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14474}},"14474":{"$super":{"__isSmartRef__":true,"id":14475}},"14475":{"varMapping":{"__isSmartRef__":true,"id":14476},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14477},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14476":{"obj":{"__isSmartRef__":true,"id":14459},"name":"onDownPressed"},"14477":{},"14478":{},"14479":{"varMapping":{"__isSmartRef__":true,"id":14480},"source":"function onUpPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":14485},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14480":{"this":{"__isSmartRef__":true,"id":14459},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14481}},"14481":{"$super":{"__isSmartRef__":true,"id":14482}},"14482":{"varMapping":{"__isSmartRef__":true,"id":14483},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14484},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14483":{"obj":{"__isSmartRef__":true,"id":14459},"name":"onUpPressed"},"14484":{},"14485":{},"14486":{"source":{"__isSmartRef__":true,"id":14285},"target":{"__isSmartRef__":true,"id":14459}},"14487":{"sourceObj":{"__isSmartRef__":true,"id":14285},"sourceAttrName":"setPane3Content","targetObj":{"__isSmartRef__":true,"id":14488},"targetMethodName":"updateList","varMapping":{"__isSmartRef__":true,"id":14515},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14488":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14489},"itemList":["-----"],"eventHandler":{"__isSmartRef__":true,"id":14490},"derivationIds":[],"id":"01986154-51F9-46AB-8771-0CE3184D6528","_FontFamily":"Helvetica","_FontSize":10,"grabbingEnabled":false,"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","__serializedExpressions__":["_Position"],"selection":null,"selectedLineNo":-1,"owner":{"__isSmartRef__":true,"id":14277},"layout":{"__isSmartRef__":true,"id":14491},"attributeConnections":[{"__isSmartRef__":true,"id":14492},{"__isSmartRef__":true,"id":14494},{"__isSmartRef__":true,"id":14496},{"__isSmartRef__":true,"id":14498}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14500},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(410.0,16.5)"},"14489":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(205.0,203.5)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"14490":{"morph":{"__isSmartRef__":true,"id":14488},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14491":{"scaleVertical":true,"scaleHorizontal":true},"14492":{"sourceObj":{"__isSmartRef__":true,"id":14488},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"setPane3Selection","varMapping":{"__isSmartRef__":true,"id":14493},"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14493":{"source":{"__isSmartRef__":true,"id":14488},"target":{"__isSmartRef__":true,"id":14285}},"14494":{"sourceObj":{"__isSmartRef__":true,"id":14488},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"getPane3Selection","varMapping":{"__isSmartRef__":true,"id":14495},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14495":{"source":{"__isSmartRef__":true,"id":14488},"target":{"__isSmartRef__":true,"id":14285}},"14496":{"sourceObj":{"__isSmartRef__":true,"id":14488},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"getPane3Content","varMapping":{"__isSmartRef__":true,"id":14497},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14497":{"source":{"__isSmartRef__":true,"id":14488},"target":{"__isSmartRef__":true,"id":14285}},"14498":{"sourceObj":{"__isSmartRef__":true,"id":14488},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"getPane3Menu","varMapping":{"__isSmartRef__":true,"id":14499},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14499":{"source":{"__isSmartRef__":true,"id":14488},"target":{"__isSmartRef__":true,"id":14285}},"14500":{"onDownPressed":{"__isSmartRef__":true,"id":14501},"onUpPressed":{"__isSmartRef__":true,"id":14508}},"14501":{"varMapping":{"__isSmartRef__":true,"id":14502},"source":"function onDownPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":14507},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14502":{"this":{"__isSmartRef__":true,"id":14488},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14503}},"14503":{"$super":{"__isSmartRef__":true,"id":14504}},"14504":{"varMapping":{"__isSmartRef__":true,"id":14505},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14506},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14505":{"obj":{"__isSmartRef__":true,"id":14488},"name":"onDownPressed"},"14506":{},"14507":{},"14508":{"varMapping":{"__isSmartRef__":true,"id":14509},"source":"function onUpPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":14514},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14509":{"this":{"__isSmartRef__":true,"id":14488},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14510}},"14510":{"$super":{"__isSmartRef__":true,"id":14511}},"14511":{"varMapping":{"__isSmartRef__":true,"id":14512},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14513},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14512":{"obj":{"__isSmartRef__":true,"id":14488},"name":"onUpPressed"},"14513":{},"14514":{},"14515":{"source":{"__isSmartRef__":true,"id":14285},"target":{"__isSmartRef__":true,"id":14488}},"14516":{"sourceObj":{"__isSmartRef__":true,"id":14285},"sourceAttrName":"setPane4Content","targetObj":{"__isSmartRef__":true,"id":14517},"targetMethodName":"updateList","varMapping":{"__isSmartRef__":true,"id":14544},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14517":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14518},"itemList":["-----"],"eventHandler":{"__isSmartRef__":true,"id":14519},"derivationIds":[],"id":"12FB6122-214D-44BC-9274-1175C5FE46F9","_FontFamily":"Helvetica","_FontSize":10,"grabbingEnabled":false,"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","__serializedExpressions__":["_Position"],"selection":null,"selectedLineNo":-1,"owner":{"__isSmartRef__":true,"id":14277},"layout":{"__isSmartRef__":true,"id":14520},"attributeConnections":[{"__isSmartRef__":true,"id":14521},{"__isSmartRef__":true,"id":14523},{"__isSmartRef__":true,"id":14525},{"__isSmartRef__":true,"id":14527}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14529},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(615.0,16.5)"},"14518":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(205.0,203.5)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"14519":{"morph":{"__isSmartRef__":true,"id":14517},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14520":{"scaleVertical":true,"scaleHorizontal":true},"14521":{"sourceObj":{"__isSmartRef__":true,"id":14517},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"setPane4Selection","varMapping":{"__isSmartRef__":true,"id":14522},"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14522":{"source":{"__isSmartRef__":true,"id":14517},"target":{"__isSmartRef__":true,"id":14285}},"14523":{"sourceObj":{"__isSmartRef__":true,"id":14517},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"getPane4Selection","varMapping":{"__isSmartRef__":true,"id":14524},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14524":{"source":{"__isSmartRef__":true,"id":14517},"target":{"__isSmartRef__":true,"id":14285}},"14525":{"sourceObj":{"__isSmartRef__":true,"id":14517},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"getPane4Content","varMapping":{"__isSmartRef__":true,"id":14526},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14526":{"source":{"__isSmartRef__":true,"id":14517},"target":{"__isSmartRef__":true,"id":14285}},"14527":{"sourceObj":{"__isSmartRef__":true,"id":14517},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"getPane4Menu","varMapping":{"__isSmartRef__":true,"id":14528},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14528":{"source":{"__isSmartRef__":true,"id":14517},"target":{"__isSmartRef__":true,"id":14285}},"14529":{"onDownPressed":{"__isSmartRef__":true,"id":14530},"onUpPressed":{"__isSmartRef__":true,"id":14537}},"14530":{"varMapping":{"__isSmartRef__":true,"id":14531},"source":"function onDownPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":14536},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14531":{"this":{"__isSmartRef__":true,"id":14517},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14532}},"14532":{"$super":{"__isSmartRef__":true,"id":14533}},"14533":{"varMapping":{"__isSmartRef__":true,"id":14534},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14535},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14534":{"obj":{"__isSmartRef__":true,"id":14517},"name":"onDownPressed"},"14535":{},"14536":{},"14537":{"varMapping":{"__isSmartRef__":true,"id":14538},"source":"function onUpPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":14543},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14538":{"this":{"__isSmartRef__":true,"id":14517},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14539}},"14539":{"$super":{"__isSmartRef__":true,"id":14540}},"14540":{"varMapping":{"__isSmartRef__":true,"id":14541},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14542},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14541":{"obj":{"__isSmartRef__":true,"id":14517},"name":"onUpPressed"},"14542":{},"14543":{},"14544":{"source":{"__isSmartRef__":true,"id":14285},"target":{"__isSmartRef__":true,"id":14517}},"14545":{"sourceObj":{"__isSmartRef__":true,"id":14285},"sourceAttrName":"setSourceString","targetObj":{"__isSmartRef__":true,"id":14546},"targetMethodName":"setTextString","varMapping":{"__isSmartRef__":true,"id":14556},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14546":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14547},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14548}],"eventHandler":{"__isSmartRef__":true,"id":14550},"_ClipMode":"auto","derivationIds":[],"id":"4CCE43E0-B10B-49C2-B083-7DC0712EC016","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":true,"_HandStyle":null,"allowInput":true,"_FontFamily":"Courier","_FontSize":10,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14277},"accessibleInInactiveWindow":true,"layout":{"__isSmartRef__":true,"id":14551},"noEval":true,"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":14552},{"__isSmartRef__":true,"id":14554}],"doNotSerialize":["$$textString","$$savedTextString"],"doNotCopyProperties":["$$textString","$$savedTextString"],"textString":"-----","specialHighlighting":"none","styleClass":["Browser_codePaneText"],"focusHaloBorderWidth":0.5,"_lastSyntaxHighlightTime":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,247.5)"},"14547":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":1,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(820.0,302.5)","_Padding":"lively.rect(5,5,0,0)","_BorderColor":"Color.rgb(102,102,102)","_Fill":"Color.rgb(255,255,255)"},"14548":{"style":{"__isSmartRef__":true,"id":14549},"chunkOwner":{"__isSmartRef__":true,"id":14546},"_id":"_24","storedString":"-----","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14549":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14550":{"morph":{"__isSmartRef__":true,"id":14546},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14551":{"scaleVertical":true,"scaleHorizontal":true},"14552":{"sourceObj":{"__isSmartRef__":true,"id":14546},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":14546},"targetMethodName":"highlightSyntaxDebounced","varMapping":{"__isSmartRef__":true,"id":14553},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14553":{"source":{"__isSmartRef__":true,"id":14546},"target":{"__isSmartRef__":true,"id":14546}},"14554":{"sourceObj":{"__isSmartRef__":true,"id":14546},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"setSourceString","varMapping":{"__isSmartRef__":true,"id":14555},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14555":{"source":{"__isSmartRef__":true,"id":14546},"target":{"__isSmartRef__":true,"id":14285}},"14556":{"source":{"__isSmartRef__":true,"id":14285},"target":{"__isSmartRef__":true,"id":14546}},"14557":{"sourceObj":{"__isSmartRef__":true,"id":14285},"sourceAttrName":"targetURL","targetObj":{"__isSmartRef__":true,"id":14278},"targetMethodName":"setTextString","varMapping":{"__isSmartRef__":true,"id":14558},"updaterString":"function ($upd, value) { value && $upd(String(value)) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14558":{"source":{"__isSmartRef__":true,"id":14285},"target":{"__isSmartRef__":true,"id":14278}},"14559":{"source":{"__isSmartRef__":true,"id":14278},"target":{"__isSmartRef__":true,"id":14285}},"14560":{"submorphs":[{"__isSmartRef__":true,"id":14561}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14566},"eventHandler":{"__isSmartRef__":true,"id":14567},"_ClipMode":"visible","derivationIds":[],"id":"CDB9CCC1-B927-44FC-BF88-D2E4928E215E","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":14561},"_PreviousBorderWidth":1,"owner":{"__isSmartRef__":true,"id":14277},"attributeConnections":[{"__isSmartRef__":true,"id":14568}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"layout":{"__isSmartRef__":true,"id":14570},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(656.0,0.0)"},"14561":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14562},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14563}],"eventHandler":{"__isSmartRef__":true,"id":14565},"_ClipMode":"hidden","derivationIds":[],"id":"120C5DDB-B102-4492-8F0B-EC1B96B6F651","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14560},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"14562":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(98.4,16.5)","_Padding":"lively.rect(2,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14563":{"style":{"__isSmartRef__":true,"id":14564},"chunkOwner":{"__isSmartRef__":true,"id":14561},"_id":"_25","storedString":"Codebase","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14564":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14565":{"morph":{"__isSmartRef__":true,"id":14561},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14566":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(98.4,16.5)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"14567":{"morph":{"__isSmartRef__":true,"id":14560},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14568":{"sourceObj":{"__isSmartRef__":true,"id":14560},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"setTargetURL","varMapping":{"__isSmartRef__":true,"id":14569},"converterString":"function () { return URL.codeBase.withFilename('lively/')}","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14569":{"source":{"__isSmartRef__":true,"id":14560},"target":{"__isSmartRef__":true,"id":14285}},"14570":{"scaleVertical":true,"scaleHorizontal":true},"14571":{"submorphs":[{"__isSmartRef__":true,"id":14572}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14577},"eventHandler":{"__isSmartRef__":true,"id":14578},"_ClipMode":"visible","derivationIds":[],"id":"D6D49DB9-8C73-4E0D-8555-A7C2E60868BF","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":14572},"_PreviousBorderWidth":1,"owner":{"__isSmartRef__":true,"id":14277},"attributeConnections":[{"__isSmartRef__":true,"id":14579}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"layout":{"__isSmartRef__":true,"id":14581},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(754.4,0.0)"},"14572":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14573},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14574}],"eventHandler":{"__isSmartRef__":true,"id":14576},"_ClipMode":"hidden","derivationIds":[],"id":"9FAFCB04-AFBD-45F4-A9F9-E7219F975BEA","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14571},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"14573":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(65.6,16.5)","_Padding":"lively.rect(2,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14574":{"style":{"__isSmartRef__":true,"id":14575},"chunkOwner":{"__isSmartRef__":true,"id":14572},"_id":"_26","storedString":"Local","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14575":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14576":{"morph":{"__isSmartRef__":true,"id":14572},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14577":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(65.6,16.5)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"14578":{"morph":{"__isSmartRef__":true,"id":14571},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14579":{"sourceObj":{"__isSmartRef__":true,"id":14571},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14285},"targetMethodName":"setTargetURL","varMapping":{"__isSmartRef__":true,"id":14580},"converterString":"function () {\n return $world.getUserName() ? $world.getUserDir() : URL.source.getDirectory() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14580":{"source":{"__isSmartRef__":true,"id":14571},"target":{"__isSmartRef__":true,"id":14285}},"14581":{"scaleVertical":true,"scaleHorizontal":true},"14582":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14583},"eventHandler":{"__isSmartRef__":true,"id":14588},"_ClipMode":"visible","derivationIds":[],"id":"BA21693B-CD43-42C7-90BD-CA65475FF88D","droppingEnabled":true,"halosEnabled":true,"draggingEnabled":true,"__serializedExpressions__":["_Position"],"fixed":[{"__isSmartRef__":true,"id":14287},{"__isSmartRef__":true,"id":14301},{"__isSmartRef__":true,"id":14315},{"__isSmartRef__":true,"id":14329},{"__isSmartRef__":true,"id":14343},{"__isSmartRef__":true,"id":14357},{"__isSmartRef__":true,"id":14371}],"scalingBelow":[{"__isSmartRef__":true,"id":14546}],"scalingAbove":[{"__isSmartRef__":true,"id":14392},{"__isSmartRef__":true,"id":14459},{"__isSmartRef__":true,"id":14488},{"__isSmartRef__":true,"id":14517}],"minHeight":20,"pointerConnection":null,"owner":{"__isSmartRef__":true,"id":14277},"styleClass":["Browser_resizer"],"layout":{"__isSmartRef__":true,"id":14589},"__LivelyClassName__":"lively.morphic.HorizontalDivider","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,242.0)"},"14583":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"_Fill":{"__isSmartRef__":true,"id":14584},"_BorderRadius":3,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(820.0,5.5)","_Padding":"lively.rect(0,0,0,0)"},"14584":{"stops":[{"__isSmartRef__":true,"id":14585},{"__isSmartRef__":true,"id":14586},{"__isSmartRef__":true,"id":14587}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"14585":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(235,235,235)"},"14586":{"offset":0.5,"__serializedExpressions__":["color"],"color":"Color.rgb(215,215,215)"},"14587":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(184,184,184)"},"14588":{"morph":{"__isSmartRef__":true,"id":14582},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14589":{"scaleVertical":true,"scaleHorizontal":true},"14590":{"__serializedExpressions__":["_Position","_Extent","_Padding","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(820.0,550.0)","_Padding":"lively.rect(0,0,0,0)","_Fill":"Color.rgb(230,230,230)"},"14591":{"morph":{"__isSmartRef__":true,"id":14277},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14592":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"14593":{"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Padding","_Extent"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Padding":"lively.rect(0,0,0,0)","_Extent":"lively.pt(828.0,576.0)"},"14594":{"morph":{"__isSmartRef__":true,"id":14153},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14595":{"adjustForNewBounds":true},"14596":{"submorphs":[{"__isSmartRef__":true,"id":14597},{"__isSmartRef__":true,"id":14874},{"__isSmartRef__":true,"id":14940}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14968},"eventHandler":{"__isSmartRef__":true,"id":14969},"_ClipMode":"visible","derivationIds":[],"id":"B9C22EFB-0790-4D27-91A5-870F8F89FDE4","droppingEnabled":false,"halosEnabled":true,"draggingEnabled":true,"layout":{"__isSmartRef__":true,"id":14970},"LK2":true,"targetMorph":{"__isSmartRef__":true,"id":14597},"reframeHandle":{"__isSmartRef__":true,"id":14940},"titleBar":{"__isSmartRef__":true,"id":14874},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"owner":{"__isSmartRef__":true,"id":0},"highlighted":false,"isBeingDragged":false,"__serializedExpressions__":["_Position","contentOffset","prevDragPos"],"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(16.0,12.0)","contentOffset":"lively.pt(0.0,21.0)","prevDragPos":"lively.pt(302.0,23.0)"},"14597":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14598},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14599},{"__isSmartRef__":true,"id":14601},{"__isSmartRef__":true,"id":14603},{"__isSmartRef__":true,"id":14605},{"__isSmartRef__":true,"id":14607},{"__isSmartRef__":true,"id":14609},{"__isSmartRef__":true,"id":14611},{"__isSmartRef__":true,"id":14613},{"__isSmartRef__":true,"id":14615},{"__isSmartRef__":true,"id":14617},{"__isSmartRef__":true,"id":14619},{"__isSmartRef__":true,"id":14621},{"__isSmartRef__":true,"id":14623},{"__isSmartRef__":true,"id":14625},{"__isSmartRef__":true,"id":14627},{"__isSmartRef__":true,"id":14629},{"__isSmartRef__":true,"id":14631},{"__isSmartRef__":true,"id":14633},{"__isSmartRef__":true,"id":14635},{"__isSmartRef__":true,"id":14637},{"__isSmartRef__":true,"id":14639},{"__isSmartRef__":true,"id":14641},{"__isSmartRef__":true,"id":14643},{"__isSmartRef__":true,"id":14645},{"__isSmartRef__":true,"id":14647},{"__isSmartRef__":true,"id":14649},{"__isSmartRef__":true,"id":14651},{"__isSmartRef__":true,"id":14653},{"__isSmartRef__":true,"id":14655},{"__isSmartRef__":true,"id":14657},{"__isSmartRef__":true,"id":14659},{"__isSmartRef__":true,"id":14661},{"__isSmartRef__":true,"id":14663},{"__isSmartRef__":true,"id":14665},{"__isSmartRef__":true,"id":14667},{"__isSmartRef__":true,"id":14669},{"__isSmartRef__":true,"id":14671},{"__isSmartRef__":true,"id":14673},{"__isSmartRef__":true,"id":14675},{"__isSmartRef__":true,"id":14677},{"__isSmartRef__":true,"id":14679},{"__isSmartRef__":true,"id":14681},{"__isSmartRef__":true,"id":14683},{"__isSmartRef__":true,"id":14685},{"__isSmartRef__":true,"id":14687},{"__isSmartRef__":true,"id":14689},{"__isSmartRef__":true,"id":14691},{"__isSmartRef__":true,"id":14693},{"__isSmartRef__":true,"id":14695},{"__isSmartRef__":true,"id":14697},{"__isSmartRef__":true,"id":14699},{"__isSmartRef__":true,"id":14701},{"__isSmartRef__":true,"id":14703},{"__isSmartRef__":true,"id":14705},{"__isSmartRef__":true,"id":14707},{"__isSmartRef__":true,"id":14709},{"__isSmartRef__":true,"id":14711},{"__isSmartRef__":true,"id":14713},{"__isSmartRef__":true,"id":14715},{"__isSmartRef__":true,"id":14717},{"__isSmartRef__":true,"id":14719},{"__isSmartRef__":true,"id":14721},{"__isSmartRef__":true,"id":14723},{"__isSmartRef__":true,"id":14725},{"__isSmartRef__":true,"id":14727},{"__isSmartRef__":true,"id":14729},{"__isSmartRef__":true,"id":14731},{"__isSmartRef__":true,"id":14733},{"__isSmartRef__":true,"id":14735},{"__isSmartRef__":true,"id":14737},{"__isSmartRef__":true,"id":14739},{"__isSmartRef__":true,"id":14741},{"__isSmartRef__":true,"id":14743},{"__isSmartRef__":true,"id":14745},{"__isSmartRef__":true,"id":14747},{"__isSmartRef__":true,"id":14749},{"__isSmartRef__":true,"id":14751},{"__isSmartRef__":true,"id":14753},{"__isSmartRef__":true,"id":14755},{"__isSmartRef__":true,"id":14757},{"__isSmartRef__":true,"id":14759},{"__isSmartRef__":true,"id":14761},{"__isSmartRef__":true,"id":14763},{"__isSmartRef__":true,"id":14765},{"__isSmartRef__":true,"id":14767},{"__isSmartRef__":true,"id":14769},{"__isSmartRef__":true,"id":14771},{"__isSmartRef__":true,"id":14773},{"__isSmartRef__":true,"id":14775},{"__isSmartRef__":true,"id":14777},{"__isSmartRef__":true,"id":14779},{"__isSmartRef__":true,"id":14781},{"__isSmartRef__":true,"id":14783},{"__isSmartRef__":true,"id":14785},{"__isSmartRef__":true,"id":14787},{"__isSmartRef__":true,"id":14789},{"__isSmartRef__":true,"id":14791},{"__isSmartRef__":true,"id":14793},{"__isSmartRef__":true,"id":14795},{"__isSmartRef__":true,"id":14797},{"__isSmartRef__":true,"id":14799},{"__isSmartRef__":true,"id":14801},{"__isSmartRef__":true,"id":14803},{"__isSmartRef__":true,"id":14805},{"__isSmartRef__":true,"id":14807},{"__isSmartRef__":true,"id":14809},{"__isSmartRef__":true,"id":14811},{"__isSmartRef__":true,"id":14813},{"__isSmartRef__":true,"id":14815},{"__isSmartRef__":true,"id":14817},{"__isSmartRef__":true,"id":14819},{"__isSmartRef__":true,"id":14821},{"__isSmartRef__":true,"id":14823},{"__isSmartRef__":true,"id":14825},{"__isSmartRef__":true,"id":14827},{"__isSmartRef__":true,"id":14829},{"__isSmartRef__":true,"id":14831},{"__isSmartRef__":true,"id":14833},{"__isSmartRef__":true,"id":14835},{"__isSmartRef__":true,"id":14837},{"__isSmartRef__":true,"id":14839},{"__isSmartRef__":true,"id":14841},{"__isSmartRef__":true,"id":14843},{"__isSmartRef__":true,"id":14845},{"__isSmartRef__":true,"id":14847},{"__isSmartRef__":true,"id":14849},{"__isSmartRef__":true,"id":14851},{"__isSmartRef__":true,"id":14853},{"__isSmartRef__":true,"id":14855},{"__isSmartRef__":true,"id":14857},{"__isSmartRef__":true,"id":14859},{"__isSmartRef__":true,"id":14861},{"__isSmartRef__":true,"id":14863},{"__isSmartRef__":true,"id":14865},{"__isSmartRef__":true,"id":14867},{"__isSmartRef__":true,"id":14869}],"eventHandler":{"__isSmartRef__":true,"id":14871},"_ClipMode":"auto","derivationIds":[],"id":"2CCBA270-2648-4518-A3AD-175910C8283F","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":true,"_HandStyle":null,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":10,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14596},"layout":{"__isSmartRef__":true,"id":14872},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":14873}],"doNotSerialize":["$$textString","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors"],"doNotCopyProperties":["$$textString"],"accessibleInInactiveWindow":true,"_lastSyntaxHighlightTime":85,"charsReplaced":"","lastFindLoc":836,"isBeingDragged":false,"previousSelection":[725,725],"showsHalos":false,"__serializedExpressions__":["_TextColor","_Position"],"textString":"extent = $morph(\"treeCanvas\").getExtent()\ndistance = extent.x/(4+1)\nlevel = 3\nnodeNr = 4\n\nnodeExtent = $morph(\"node\").getExtent()\nnodeExtent\n$morph(\"node6\").setPosition(pt(distance*nodeNr-nodeExtent.x/2,level*50))\n\nnodeFatherCenter = $morph(\"node2\").getCenter()\nnodeChildCenter = $morph(\"node6\").getCenter()\ndelta = nodeChildCenter.subPt(nodeFatherCenter).addPt(pt(0,-10))\n$morph(\"edge5\").setPosition(nodeFatherCenter)\n$morph(\"edge5\").shape.setVertices([pt(0,10),delta])\n\n\n$morph(\"AlphaBetaPruning\").addMorph($morph(\"chkbUseABP\"))\n\n$morph(\"line\").setVertices([pt(0,10), pt(0,50)])\n$morph(\"line\").setBorderWidth(2)\n$morph(\"AlphaBetaPruning\").exampleState2 = $morph(\"Reversi\").setState($morph(\"AlphaBetaPruning\").exampleState2)\n\n$morph(\"AlphaBetaPruning\").exampleState\n\n$morph(\"Reversi\").drawState($morph(\"AlphaBetaPruning\").exampleState2)\n\n$morph(\"node20\")\n","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,21.0)"},"14598":{"_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(641.0,324.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(243,243,243)"},"14599":{"style":{"__isSmartRef__":true,"id":14600},"chunkOwner":{"__isSmartRef__":true,"id":14597},"_id":"_12","storedString":"extent","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14600":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14601":{"_id":"_195","style":{"__isSmartRef__":true,"id":14602},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":" = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14602":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14603":{"_id":"_139","style":{"__isSmartRef__":true,"id":14604},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14604":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14605":{"_id":"_140","style":{"__isSmartRef__":true,"id":14606},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14606":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14607":{"_id":"_74","style":{"__isSmartRef__":true,"id":14608},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"treeCanvas\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14608":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14609":{"_id":"_75","style":{"__isSmartRef__":true,"id":14610},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").getExtent()\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14610":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14611":{"_id":"_196","style":{"__isSmartRef__":true,"id":14612},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"distance","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14612":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14613":{"_id":"_197","style":{"__isSmartRef__":true,"id":14614},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":" = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14614":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14615":{"_id":"_141","style":{"__isSmartRef__":true,"id":14616},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"extent","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14616":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14617":{"_id":"_142","style":{"__isSmartRef__":true,"id":14618},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":".x/(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14618":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14619":{"_id":"_76","style":{"__isSmartRef__":true,"id":14620},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"4+1","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14620":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"14621":{"_id":"_78","style":{"__isSmartRef__":true,"id":14622},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":")\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14622":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14623":{"_id":"_198","style":{"__isSmartRef__":true,"id":14624},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"level","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14624":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14625":{"_id":"_199","style":{"__isSmartRef__":true,"id":14626},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":" = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14626":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14627":{"_id":"_79","style":{"__isSmartRef__":true,"id":14628},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"3","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14628":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"14629":{"_id":"_80","style":{"__isSmartRef__":true,"id":14630},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14630":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14631":{"_id":"_200","style":{"__isSmartRef__":true,"id":14632},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"nodeNr","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14632":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14633":{"_id":"_201","style":{"__isSmartRef__":true,"id":14634},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":" = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14634":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14635":{"_id":"_81","style":{"__isSmartRef__":true,"id":14636},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"4","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14636":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"14637":{"_id":"_82","style":{"__isSmartRef__":true,"id":14638},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\n\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14638":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14639":{"_id":"_202","style":{"__isSmartRef__":true,"id":14640},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"nodeExtent","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14640":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14641":{"_id":"_203","style":{"__isSmartRef__":true,"id":14642},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":" = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14642":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14643":{"_id":"_143","style":{"__isSmartRef__":true,"id":14644},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14644":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14645":{"_id":"_144","style":{"__isSmartRef__":true,"id":14646},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14646":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14647":{"_id":"_83","style":{"__isSmartRef__":true,"id":14648},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"node\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14648":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14649":{"_id":"_84","style":{"__isSmartRef__":true,"id":14650},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").getExtent()\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14650":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14651":{"_id":"_145","style":{"__isSmartRef__":true,"id":14652},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"nodeExtent","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14652":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14653":{"_id":"_146","style":{"__isSmartRef__":true,"id":14654},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14654":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14655":{"_id":"_147","style":{"__isSmartRef__":true,"id":14656},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14656":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14657":{"_id":"_148","style":{"__isSmartRef__":true,"id":14658},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14658":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14659":{"_id":"_85","style":{"__isSmartRef__":true,"id":14660},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"node6\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14660":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14661":{"_id":"_86","style":{"__isSmartRef__":true,"id":14662},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").setPosition(pt(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14662":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14663":{"_id":"_149","style":{"__isSmartRef__":true,"id":14664},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"distance","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14664":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14665":{"_id":"_150","style":{"__isSmartRef__":true,"id":14666},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"*","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14666":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14667":{"_id":"_151","style":{"__isSmartRef__":true,"id":14668},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"nodeNr","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14668":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14669":{"_id":"_152","style":{"__isSmartRef__":true,"id":14670},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"-","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14670":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14671":{"_id":"_153","style":{"__isSmartRef__":true,"id":14672},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"nodeExtent","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14672":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14673":{"_id":"_154","style":{"__isSmartRef__":true,"id":14674},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":".x/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14674":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14675":{"_id":"_87","style":{"__isSmartRef__":true,"id":14676},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14676":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"14677":{"_id":"_88","style":{"__isSmartRef__":true,"id":14678},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14678":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14679":{"_id":"_155","style":{"__isSmartRef__":true,"id":14680},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"level","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14680":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14681":{"_id":"_156","style":{"__isSmartRef__":true,"id":14682},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"*","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14682":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14683":{"_id":"_89","style":{"__isSmartRef__":true,"id":14684},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"50","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14684":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"14685":{"_id":"_90","style":{"__isSmartRef__":true,"id":14686},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"))\n\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14686":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14687":{"_id":"_204","style":{"__isSmartRef__":true,"id":14688},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"nodeFatherCenter","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14688":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14689":{"_id":"_205","style":{"__isSmartRef__":true,"id":14690},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":" = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14690":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14691":{"_id":"_157","style":{"__isSmartRef__":true,"id":14692},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14692":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14693":{"_id":"_158","style":{"__isSmartRef__":true,"id":14694},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14694":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14695":{"_id":"_91","style":{"__isSmartRef__":true,"id":14696},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"node2\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14696":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14697":{"_id":"_92","style":{"__isSmartRef__":true,"id":14698},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").getCenter()\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14698":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14699":{"_id":"_206","style":{"__isSmartRef__":true,"id":14700},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"nodeChildCenter","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14700":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14701":{"_id":"_207","style":{"__isSmartRef__":true,"id":14702},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":" = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14702":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14703":{"_id":"_159","style":{"__isSmartRef__":true,"id":14704},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14704":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14705":{"_id":"_160","style":{"__isSmartRef__":true,"id":14706},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14706":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14707":{"_id":"_93","style":{"__isSmartRef__":true,"id":14708},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"node6\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14708":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14709":{"_id":"_94","style":{"__isSmartRef__":true,"id":14710},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").getCenter()\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14710":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14711":{"_id":"_208","style":{"__isSmartRef__":true,"id":14712},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"delta","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14712":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14713":{"_id":"_209","style":{"__isSmartRef__":true,"id":14714},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":" = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14714":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14715":{"_id":"_161","style":{"__isSmartRef__":true,"id":14716},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"nodeChildCenter","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14716":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14717":{"_id":"_162","style":{"__isSmartRef__":true,"id":14718},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":".subPt(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14718":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14719":{"_id":"_163","style":{"__isSmartRef__":true,"id":14720},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"nodeFatherCenter","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14720":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14721":{"_id":"_164","style":{"__isSmartRef__":true,"id":14722},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").addPt(pt(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14722":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14723":{"_id":"_95","style":{"__isSmartRef__":true,"id":14724},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14724":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"14725":{"_id":"_96","style":{"__isSmartRef__":true,"id":14726},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":",-","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14726":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14727":{"_id":"_97","style":{"__isSmartRef__":true,"id":14728},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"10","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14728":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"14729":{"_id":"_98","style":{"__isSmartRef__":true,"id":14730},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"))\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14730":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14731":{"_id":"_165","style":{"__isSmartRef__":true,"id":14732},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14732":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14733":{"_id":"_166","style":{"__isSmartRef__":true,"id":14734},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14734":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14735":{"_id":"_99","style":{"__isSmartRef__":true,"id":14736},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"edge5\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14736":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14737":{"_id":"_100","style":{"__isSmartRef__":true,"id":14738},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").setPosition(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14738":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14739":{"_id":"_167","style":{"__isSmartRef__":true,"id":14740},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"nodeFatherCenter","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14740":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14741":{"_id":"_168","style":{"__isSmartRef__":true,"id":14742},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":")\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14742":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14743":{"_id":"_169","style":{"__isSmartRef__":true,"id":14744},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14744":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14745":{"_id":"_170","style":{"__isSmartRef__":true,"id":14746},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14746":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14747":{"_id":"_101","style":{"__isSmartRef__":true,"id":14748},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"edge5\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14748":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14749":{"_id":"_102","style":{"__isSmartRef__":true,"id":14750},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").shape.setVertices([pt(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14750":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14751":{"_id":"_103","style":{"__isSmartRef__":true,"id":14752},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14752":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"14753":{"_id":"_104","style":{"__isSmartRef__":true,"id":14754},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14754":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14755":{"_id":"_105","style":{"__isSmartRef__":true,"id":14756},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"10","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14756":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"14757":{"_id":"_106","style":{"__isSmartRef__":true,"id":14758},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"),","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14758":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14759":{"_id":"_171","style":{"__isSmartRef__":true,"id":14760},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"delta","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14760":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14761":{"_id":"_172","style":{"__isSmartRef__":true,"id":14762},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"])\n\n\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14762":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14763":{"_id":"_173","style":{"__isSmartRef__":true,"id":14764},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14764":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14765":{"_id":"_174","style":{"__isSmartRef__":true,"id":14766},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14766":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14767":{"_id":"_107","style":{"__isSmartRef__":true,"id":14768},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"AlphaBetaPruning\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14768":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14769":{"_id":"_108","style":{"__isSmartRef__":true,"id":14770},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").addMorph(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14770":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14771":{"_id":"_175","style":{"__isSmartRef__":true,"id":14772},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14772":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14773":{"_id":"_176","style":{"__isSmartRef__":true,"id":14774},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14774":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14775":{"_id":"_109","style":{"__isSmartRef__":true,"id":14776},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"chkbUseABP\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14776":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14777":{"_id":"_110","style":{"__isSmartRef__":true,"id":14778},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"))\n\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14778":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14779":{"_id":"_177","style":{"__isSmartRef__":true,"id":14780},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14780":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14781":{"_id":"_178","style":{"__isSmartRef__":true,"id":14782},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14782":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14783":{"_id":"_111","style":{"__isSmartRef__":true,"id":14784},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"line\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14784":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14785":{"_id":"_112","style":{"__isSmartRef__":true,"id":14786},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").setVertices([pt(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14786":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14787":{"_id":"_113","style":{"__isSmartRef__":true,"id":14788},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14788":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"14789":{"_id":"_114","style":{"__isSmartRef__":true,"id":14790},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14790":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14791":{"_id":"_115","style":{"__isSmartRef__":true,"id":14792},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"10","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14792":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"14793":{"_id":"_116","style":{"__isSmartRef__":true,"id":14794},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"), pt(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14794":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14795":{"_id":"_117","style":{"__isSmartRef__":true,"id":14796},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14796":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"14797":{"_id":"_118","style":{"__isSmartRef__":true,"id":14798},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14798":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14799":{"_id":"_119","style":{"__isSmartRef__":true,"id":14800},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"50","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14800":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"14801":{"_id":"_120","style":{"__isSmartRef__":true,"id":14802},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":")])\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14802":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14803":{"_id":"_179","style":{"__isSmartRef__":true,"id":14804},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14804":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14805":{"_id":"_180","style":{"__isSmartRef__":true,"id":14806},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14806":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14807":{"_id":"_121","style":{"__isSmartRef__":true,"id":14808},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"line\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14808":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14809":{"_id":"_122","style":{"__isSmartRef__":true,"id":14810},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").setBorderWidth(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14810":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14811":{"_id":"_123","style":{"__isSmartRef__":true,"id":14812},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14812":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"14813":{"_id":"_124","style":{"__isSmartRef__":true,"id":14814},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":")\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14814":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14815":{"_id":"_181","style":{"__isSmartRef__":true,"id":14816},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14816":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14817":{"_id":"_182","style":{"__isSmartRef__":true,"id":14818},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14818":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14819":{"_id":"_125","style":{"__isSmartRef__":true,"id":14820},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"AlphaBetaPruning\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14820":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14821":{"_id":"_126","style":{"__isSmartRef__":true,"id":14822},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").exampleState2 = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14822":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14823":{"_id":"_183","style":{"__isSmartRef__":true,"id":14824},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14824":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14825":{"_id":"_184","style":{"__isSmartRef__":true,"id":14826},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14826":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14827":{"_id":"_127","style":{"__isSmartRef__":true,"id":14828},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"Reversi\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14828":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14829":{"_id":"_128","style":{"__isSmartRef__":true,"id":14830},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").setState(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14830":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14831":{"_id":"_185","style":{"__isSmartRef__":true,"id":14832},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14832":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14833":{"_id":"_186","style":{"__isSmartRef__":true,"id":14834},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14834":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14835":{"_id":"_129","style":{"__isSmartRef__":true,"id":14836},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"AlphaBetaPruning\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14836":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14837":{"_id":"_130","style":{"__isSmartRef__":true,"id":14838},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").exampleState2)\n\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14838":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14839":{"_id":"_187","style":{"__isSmartRef__":true,"id":14840},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14840":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14841":{"_id":"_188","style":{"__isSmartRef__":true,"id":14842},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14842":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14843":{"_id":"_131","style":{"__isSmartRef__":true,"id":14844},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"AlphaBetaPruning\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14844":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14845":{"_id":"_132","style":{"__isSmartRef__":true,"id":14846},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").exampleState\n\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14846":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14847":{"_id":"_189","style":{"__isSmartRef__":true,"id":14848},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14848":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14849":{"_id":"_190","style":{"__isSmartRef__":true,"id":14850},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14850":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14851":{"_id":"_133","style":{"__isSmartRef__":true,"id":14852},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"Reversi\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14852":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14853":{"_id":"_134","style":{"__isSmartRef__":true,"id":14854},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").drawState(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14854":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14855":{"_id":"_191","style":{"__isSmartRef__":true,"id":14856},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14856":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14857":{"_id":"_192","style":{"__isSmartRef__":true,"id":14858},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14858":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14859":{"_id":"_135","style":{"__isSmartRef__":true,"id":14860},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"AlphaBetaPruning\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14860":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14861":{"_id":"_136","style":{"__isSmartRef__":true,"id":14862},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":").exampleState2)\n\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14862":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14863":{"_id":"_193","style":{"__isSmartRef__":true,"id":14864},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"$morph","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14864":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"14865":{"_id":"_194","style":{"__isSmartRef__":true,"id":14866},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14866":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14867":{"_id":"_137","style":{"__isSmartRef__":true,"id":14868},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":"\"node20\"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14868":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,128)"},"14869":{"_id":"_138","style":{"__isSmartRef__":true,"id":14870},"chunkOwner":{"__isSmartRef__":true,"id":14597},"storedString":")\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14870":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"14871":{"morph":{"__isSmartRef__":true,"id":14597},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14872":{"resizeWidth":true,"resizeHeight":true},"14873":{"sourceObj":{"__isSmartRef__":true,"id":14597},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":14597},"targetMethodName":"highlightSyntaxDebounced","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14874":{"submorphs":[{"__isSmartRef__":true,"id":14875},{"__isSmartRef__":true,"id":14881},{"__isSmartRef__":true,"id":14899},{"__isSmartRef__":true,"id":14916}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14934},"eventHandler":{"__isSmartRef__":true,"id":14938},"_ClipMode":"visible","derivationIds":[],"id":"81F33F77-3FD8-45F0-90E5-F543E4DEEC5A","droppingEnabled":false,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":14939},"windowMorph":{"__isSmartRef__":true,"id":14596},"label":{"__isSmartRef__":true,"id":14875},"closeButton":{"__isSmartRef__":true,"id":14881},"menuButton":{"__isSmartRef__":true,"id":14899},"collapseButton":{"__isSmartRef__":true,"id":14916},"owner":{"__isSmartRef__":true,"id":14596},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"14875":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14876},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14877}],"eventHandler":{"__isSmartRef__":true,"id":14879},"_ClipMode":"hidden","derivationIds":[],"id":"96E31D68-CB87-4BC7-B24D-1FC0D3F9EDF8","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"layout":{"__isSmartRef__":true,"id":14880},"_Align":"center","eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":14874},"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(102,102,102)","_Position":"lively.pt(20.0,3.0)"},"14876":{"_BorderWidth":0,"_Fill":null,"_BorderRadius":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(582.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14877":{"style":{"__isSmartRef__":true,"id":14878},"chunkOwner":{"__isSmartRef__":true,"id":14875},"_id":"_314","storedString":"Workspace","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14878":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","fontWeight":"normal","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14879":{"morph":{"__isSmartRef__":true,"id":14875},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14880":{"resizeWidth":true},"14881":{"submorphs":[{"__isSmartRef__":true,"id":14882}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14887},"eventHandler":{"__isSmartRef__":true,"id":14893},"_ClipMode":"visible","derivationIds":[],"id":"A12F0DF8-C5A6-4AD8-9EDB-C79D7B16AE08","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":14882},"owner":{"__isSmartRef__":true,"id":14874},"layout":{"__isSmartRef__":true,"id":14894},"attributeConnections":[{"__isSmartRef__":true,"id":14895},{"__isSmartRef__":true,"id":14897}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(621.0,3.0)"},"14882":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14883},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14884}],"eventHandler":{"__isSmartRef__":true,"id":14886},"_ClipMode":"hidden","derivationIds":[],"id":"D815C621-E507-4E7F-A2E7-009DAD5AF39F","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14881},"isLabel":true,"eventsAreIgnored":true,"__serializedExpressions__":["_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)"},"14883":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14884":{"style":{"__isSmartRef__":true,"id":14885},"chunkOwner":{"__isSmartRef__":true,"id":14882},"_id":"_316","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14885":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14886":{"morph":{"__isSmartRef__":true,"id":14882},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14887":{"_BorderWidth":0,"_StrokeOpacity":0,"_BorderRadius":5,"_Fill":{"__isSmartRef__":true,"id":14888},"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"14888":{"stops":[{"__isSmartRef__":true,"id":14889},{"__isSmartRef__":true,"id":14890},{"__isSmartRef__":true,"id":14891},{"__isSmartRef__":true,"id":14892}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"14889":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"14890":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"14891":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"14892":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"14893":{"morph":{"__isSmartRef__":true,"id":14881},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14894":{"moveHorizontal":true},"14895":{"sourceObj":{"__isSmartRef__":true,"id":14881},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14596},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14896},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14896":{"source":{"__isSmartRef__":true,"id":14881},"target":{"__isSmartRef__":true,"id":14596}},"14897":{"sourceObj":{"__isSmartRef__":true,"id":14881},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14596},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14898},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14898":{"source":{"__isSmartRef__":true,"id":14881},"target":{"__isSmartRef__":true,"id":14596}},"14899":{"submorphs":[{"__isSmartRef__":true,"id":14900}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14905},"eventHandler":{"__isSmartRef__":true,"id":14911},"_ClipMode":"visible","derivationIds":[],"id":"E20E9A97-C872-4586-9D00-DBA1E5CEFC6C","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":14900},"owner":{"__isSmartRef__":true,"id":14874},"attributeConnections":[{"__isSmartRef__":true,"id":14912},{"__isSmartRef__":true,"id":14914}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"isPressed":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"14900":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14901},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14902}],"eventHandler":{"__isSmartRef__":true,"id":14904},"_ClipMode":"hidden","derivationIds":[],"id":"E65D0C84-E6A3-4B4F-99D2-194368B8A087","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14899},"isLabel":true,"eventsAreIgnored":true,"__serializedExpressions__":["_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)"},"14901":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14902":{"style":{"__isSmartRef__":true,"id":14903},"chunkOwner":{"__isSmartRef__":true,"id":14900},"_id":"_318","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14903":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14904":{"morph":{"__isSmartRef__":true,"id":14900},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14905":{"_BorderWidth":0,"_StrokeOpacity":0,"_BorderRadius":5,"_Fill":{"__isSmartRef__":true,"id":14906},"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"14906":{"stops":[{"__isSmartRef__":true,"id":14907},{"__isSmartRef__":true,"id":14908},{"__isSmartRef__":true,"id":14909},{"__isSmartRef__":true,"id":14910}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"14907":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"14908":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"14909":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"14910":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"14911":{"morph":{"__isSmartRef__":true,"id":14899},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14912":{"sourceObj":{"__isSmartRef__":true,"id":14899},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14596},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14913},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14913":{"source":{"__isSmartRef__":true,"id":14899},"target":{"__isSmartRef__":true,"id":14596}},"14914":{"sourceObj":{"__isSmartRef__":true,"id":14899},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14596},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14915},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14915":{"source":{"__isSmartRef__":true,"id":14899},"target":{"__isSmartRef__":true,"id":14596}},"14916":{"submorphs":[{"__isSmartRef__":true,"id":14917}],"scripts":[],"shape":{"__isSmartRef__":true,"id":14922},"eventHandler":{"__isSmartRef__":true,"id":14928},"_ClipMode":"visible","derivationIds":[],"id":"3F9CF631-0B6E-413F-BBE5-781A32DA7ECD","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":14917},"owner":{"__isSmartRef__":true,"id":14874},"layout":{"__isSmartRef__":true,"id":14929},"attributeConnections":[{"__isSmartRef__":true,"id":14930},{"__isSmartRef__":true,"id":14932}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(602.0,3.0)"},"14917":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14918},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":14919}],"eventHandler":{"__isSmartRef__":true,"id":14921},"_ClipMode":"hidden","derivationIds":[],"id":"FCCCB919-C7B3-4CDB-839B-08DAAFEDBA90","grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14916},"isLabel":true,"eventsAreIgnored":true,"__serializedExpressions__":["_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)"},"14918":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"14919":{"style":{"__isSmartRef__":true,"id":14920},"chunkOwner":{"__isSmartRef__":true,"id":14917},"_id":"_320","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14920":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14921":{"morph":{"__isSmartRef__":true,"id":14917},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14922":{"_BorderWidth":0,"_StrokeOpacity":0,"_BorderRadius":5,"_Fill":{"__isSmartRef__":true,"id":14923},"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"14923":{"stops":[{"__isSmartRef__":true,"id":14924},{"__isSmartRef__":true,"id":14925},{"__isSmartRef__":true,"id":14926},{"__isSmartRef__":true,"id":14927}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"14924":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"14925":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"14926":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"14927":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"14928":{"morph":{"__isSmartRef__":true,"id":14916},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14929":{"moveHorizontal":true},"14930":{"sourceObj":{"__isSmartRef__":true,"id":14916},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14596},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14931},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14931":{"source":{"__isSmartRef__":true,"id":14916},"target":{"__isSmartRef__":true,"id":14596}},"14932":{"sourceObj":{"__isSmartRef__":true,"id":14916},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14596},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14933},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14933":{"source":{"__isSmartRef__":true,"id":14916},"target":{"__isSmartRef__":true,"id":14596}},"14934":{"_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":14935},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(641.0,22.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(102,102,102)"},"14935":{"stops":[{"__isSmartRef__":true,"id":14936},{"__isSmartRef__":true,"id":14937}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"14936":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(255,255,255)"},"14937":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(163,163,163)"},"14938":{"morph":{"__isSmartRef__":true,"id":14874},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14939":{"resizeWidth":true,"adjustForNewBounds":true},"14940":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":14941},"eventHandler":{"__isSmartRef__":true,"id":14945},"_ClipMode":"visible","derivationIds":[],"id":"93EA08F2-868F-472F-85BC-B58481193BAF","droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":14596},"dragStartPoint":null,"originalTargetExtent":null,"__serializedExpressions__":["_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14946},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(627.0,331.0)"},"14941":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":14942},{"__isSmartRef__":true,"id":14943},{"__isSmartRef__":true,"id":14944}],"_BorderWidth":0,"_BorderColor":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-1.0,-1.0)","_Extent":"lively.pt(15.0,15.0)","_Padding":"lively.rect(0,0,0,0)","_Fill":"Color.rgb(204,204,204)"},"14942":{"isAbsolute":true,"x":14,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"14943":{"isAbsolute":true,"x":14,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"14944":{"isAbsolute":true,"x":0,"y":14,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"14945":{"morph":{"__isSmartRef__":true,"id":14940},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14946":{"onDragStart":{"__isSmartRef__":true,"id":14947},"onDrag":{"__isSmartRef__":true,"id":14954},"onDragEnd":{"__isSmartRef__":true,"id":14961}},"14947":{"varMapping":{"__isSmartRef__":true,"id":14948},"source":"function onDragStart(evt) {\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetExtent = this.owner.getExtent();\n }","funcProperties":{"__isSmartRef__":true,"id":14953},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14948":{"this":{"__isSmartRef__":true,"id":14940},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14949}},"14949":{"$super":{"__isSmartRef__":true,"id":14950}},"14950":{"varMapping":{"__isSmartRef__":true,"id":14951},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14952},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14951":{"obj":{"__isSmartRef__":true,"id":14940},"name":"onDragStart"},"14952":{},"14953":{},"14954":{"varMapping":{"__isSmartRef__":true,"id":14955},"source":"function onDrag(evt) {\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n moveDelta = pt(maxDelta, maxDelta);\n };\n this.owner.setExtent(this.originalTargetExtent.addPt(moveDelta));\n this.align(this.bounds().bottomRight(), this.owner.getExtent());\n }","funcProperties":{"__isSmartRef__":true,"id":14960},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14955":{"this":{"__isSmartRef__":true,"id":14940},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14956}},"14956":{"$super":{"__isSmartRef__":true,"id":14957}},"14957":{"varMapping":{"__isSmartRef__":true,"id":14958},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14959},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14958":{"obj":{"__isSmartRef__":true,"id":14940},"name":"onDrag"},"14959":{},"14960":{},"14961":{"varMapping":{"__isSmartRef__":true,"id":14962},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetExtent = null;\n }","funcProperties":{"__isSmartRef__":true,"id":14967},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14962":{"this":{"__isSmartRef__":true,"id":14940},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":14963}},"14963":{"$super":{"__isSmartRef__":true,"id":14964}},"14964":{"varMapping":{"__isSmartRef__":true,"id":14965},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":14966},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"14965":{"obj":{"__isSmartRef__":true,"id":14940},"name":"onDragEnd"},"14966":{},"14967":{},"14968":{"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"__serializedExpressions__":["_Padding","_Extent"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Padding":"lively.rect(0,0,0,0)","_Extent":"lively.pt(641.0,345.0)"},"14969":{"morph":{"__isSmartRef__":true,"id":14596},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14970":{"adjustForNewBounds":true},"14971":{"submorphs":[{"__isSmartRef__":true,"id":14972},{"__isSmartRef__":true,"id":16345},{"__isSmartRef__":true,"id":16418}],"scripts":[],"shape":{"__isSmartRef__":true,"id":16449},"id":"9AB1B13F-1CF6-4EBB-B470-87C5B1F8B86F","eventHandler":{"__isSmartRef__":true,"id":16450},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":16451},"LK2":true,"targetMorph":{"__isSmartRef__":true,"id":14972},"titleBar":{"__isSmartRef__":true,"id":16345},"collapsedTransform":{"__isSmartRef__":true,"id":16452},"expandedTransform":{"__isSmartRef__":true,"id":16453},"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":16454},"name":"ObjectEditor","highlighted":false,"cameForward":false,"showsHalos":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isBeingDragged":false,"prevScroll":[0,0],"isCopyMorphRef":true,"morphRefId":16,"derivationIds":[205,"2951753B-EB95-4093-A0DD-249E83AC2204","A32DE788-E06D-492C-B2E6-19C3710B5AE0","96D56291-98FB-42C4-A247-0A20B4183B14","1E6BCC46-3FE3-4950-AE50-9751458F7E18","22248328-5B04-4E39-ADDE-460C107C790F","2F4F6161-9F4C-469E-AF56-24765FF03B72","88EF08D5-C1E7-4B5B-B393-FFF5921009D7","FF731ED6-5217-4053-9B85-77F1BF344BF3","496332F8-A328-4625-A7D5-0DCE90C3D2AE","E57F1D4E-AE08-4CAA-A62D-4E69FC0BFF47","94783CDE-55B0-4198-8477-C0756F2C812F","F03206B8-2964-470C-A335-FF321C7743E5","C60ABA94-4D2A-4524-9239-9B7EA074A0B5","D3FBB0FA-2BFF-4D8C-9632-41EEEDB053AE","FDF9A68D-1149-4666-9946-600CCA238B76","118B9F76-0089-47CC-9C18-9F9FF646339B","B0FFB231-7805-4F89-B4B3-4ACD87687613","76631A8F-F752-4DB8-93ED-1496BC458DF0","04D3062E-744B-4E3D-8B25-5602772A307B","89687ECD-A53A-4C95-B6E8-235EBB9198E9","612A25B8-60DC-488D-AD81-1BFA6E48A0D4","08ED6CF8-0A8B-4DC5-AA4D-6499033DFCEC","9771786C-46ED-4C4F-A876-F8CF0B84E769","5DCB36B2-C2B7-49A2-AB12-014B2944C328","D05AAF5D-5660-4158-8BBA-3F564F04AF6F","885F1822-564C-4189-9B13-6D3D8D7CEFCF","8BEEB84F-C547-44B8-9A1E-4586D5236462","5F90A8DF-CB92-4CD6-803F-F082D3A5C1E1","75E80C8F-4DC1-4C89-8CA2-23A70FDEB44F"],"moved":true,"_ClipMode":"visible","_Rotation":0,"_Scale":1.0100552207170073,"owner":{"__isSmartRef__":true,"id":0},"__serializedExpressions__":["contentOffset","collapsedExtent","expandedExtent","prevDragPos","expandedPosition","collapsedPosition","minSize","minExtent","_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16599},"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"],"contentOffset":"lively.pt(0.0,22.0)","collapsedExtent":"lively.pt(723.0,268.0)","expandedExtent":"lively.pt(729.0,365.0)","prevDragPos":"lively.pt(643.1,893.6)","expandedPosition":"lively.pt(26.0,125.0)","collapsedPosition":"lively.pt(21.0,92.9)","minSize":"lively.pt(500.0,300.0)","minExtent":"lively.pt(455.0,268.0)","_Position":"lively.pt(55.5,918.8)"},"14972":{"submorphs":[{"__isSmartRef__":true,"id":14973},{"__isSmartRef__":true,"id":15705},{"__isSmartRef__":true,"id":15540},{"__isSmartRef__":true,"id":15711},{"__isSmartRef__":true,"id":15718},{"__isSmartRef__":true,"id":15740},{"__isSmartRef__":true,"id":15761},{"__isSmartRef__":true,"id":15788},{"__isSmartRef__":true,"id":15207},{"__isSmartRef__":true,"id":15461},{"__isSmartRef__":true,"id":15819},{"__isSmartRef__":true,"id":15910},{"__isSmartRef__":true,"id":15916},{"__isSmartRef__":true,"id":15978},{"__isSmartRef__":true,"id":16021},{"__isSmartRef__":true,"id":16064},{"__isSmartRef__":true,"id":16085}],"scripts":[{"__isSmartRef__":true,"id":16232}],"id":"665B0030-FA03-40C8-B2DB-3CD93E892AC7","shape":{"__isSmartRef__":true,"id":16233},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ObjectEditorPane","partsBinMetaInfo":{"__isSmartRef__":true,"id":16234},"eventHandler":{"__isSmartRef__":true,"id":16237},"layout":{"__isSmartRef__":true,"id":16238},"target":{"__isSmartRef__":true,"id":6337},"scriptPane":{"__isSmartRef__":true,"id":15207},"scriptList":{"__isSmartRef__":true,"id":14973},"connectionList":{"__isSmartRef__":true,"id":15540},"morphSelector":{"__isSmartRef__":true,"id":15819},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"changeIndicator":{"__isSmartRef__":true,"id":15461},"isBeingDragged":false,"prevScroll":[0,0],"grabbingEnabled":false,"draggingEnabled":false,"currentCategory":null,"tagChooser":{"__isSmartRef__":true,"id":15916},"currentTag":null,"derivationIds":[206,"3BDE080D-3D60-4BB9-A690-E6001350F596","00E28CBF-E803-4BC0-93CC-651AC21008A5","1B7E7936-0145-47E4-8433-DFE58134E74B","422B98E3-E52B-4057-9C28-865873682DE1","BCDE8D30-ECC2-4883-9587-2518B6822233","BA6D5198-5AC2-4A63-9597-D4CF98A99CA9","17E22972-5EBC-4511-9779-05E9E665D899","C6F34039-F423-4223-8D6A-85611A138372","7EC3BECE-1BDA-471D-B14C-C4FB822AA55C","88F702A6-6067-4160-8561-54FAD27ADB17","738F5E09-C109-4CD0-B5F5-418A6227ABA0","0DC59884-6397-4391-A9A7-FB6F9F97E5AD","14C76016-3134-4E27-8E8F-AF9EE6ACCF4E","FEB1641E-DEA0-449B-B5E5-D3946457A986","5A09E61D-0939-46DD-B099-6337F45EAD81","42A37CDC-8F21-49BA-A701-B98418EF4AEC","FCE84B47-1667-482B-B035-D2C3C7F53837","F49E6D79-2AEB-41FC-8057-A25A4C7D4F92","7B115C74-E409-42A1-9FCB-2DEB53C88CD6","1D3B45A6-5E60-4FD3-900A-288DB80F5262","5BC7B59B-3F80-49C6-BF71-F3777B7D4867","22651992-9C38-474F-B720-F2FC4B1D9A0E","80BF85C2-6727-4766-861C-09C225341FEA","ADC6838F-0BD6-456E-8BD7-A62A9A80285C","9BBAD88A-5DC6-4051-A7CA-4C3F918DD733","0C73D724-E7A5-4AAE-9449-D414B1F3E04E","B341D9BF-D6FF-4ED9-A0AE-A8BDA4C1C35F","19CCEF38-2A49-48DF-BEFD-D5096BA3A758","CB78359F-A158-4EA7-8E3D-8F2C1B6580E5"],"owner":{"__isSmartRef__":true,"id":14971},"partTests":{"__isSmartRef__":true,"id":16239},"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["distanceToDragEvent","_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16240},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","distanceToDragEvent":"lively.pt(350.2,-3.2)","_Position":"lively.pt(1.0,21.5)"},"14973":{"submorphs":[],"scripts":[],"id":"5B82B117-CFA4-47A0-90B1-353D81596AFA","shape":{"__isSmartRef__":true,"id":14974},"droppingEnabled":true,"halosEnabled":true,"itemList":["-- ALL --","ABPcontinue","ABPgetValue","ABPhasChildNodes","ABPmarkAsActive","ABPmarkAsDone","ABPmarkAsSkipped","ABPmarkChildNodesAsSkippedAfter","ABPreturn","ABPshowValue","ABPstart","blink","buildChildNodes","deactivate","getGameTree","getLevel","getLevelWeight","getParent","getStateMorph","getWeight","onMouseDown","setNode","setParent","showState"],"selectedLineNo":1,"showsHalos":false,"name":"ObjectEditorScriptList","partsBinMetaInfo":{"__isSmartRef__":true,"id":14975},"_ClipMode":"auto","owner":{"__isSmartRef__":true,"id":14972},"prevScroll":[0,48],"attributeConnections":[{"__isSmartRef__":true,"id":14976}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"layout":{"__isSmartRef__":true,"id":14978},"doitContext":{"__isSmartRef__":true,"id":14979},"eventHandler":{"__isSmartRef__":true,"id":15696},"_FontSize":10,"isBeingDragged":false,"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":17,"currentCategory":null,"derivationIds":[207,"D87334B5-DFB8-438D-8038-D2C55A798E3B","4242A24B-D284-4130-BB19-C1AB8C7E96CB","1F2230C1-4745-4EED-8827-5D3FC0EA8D8A","1260A8AA-AD41-451A-A761-BE75A33282E8","11AABB24-1595-4EDC-95DF-8BC66785F47A","CA99FFE7-13DD-4721-8DE2-6A587B0C65D9","E01A3DAA-0001-4C7C-A6A7-449C3945A3E6","8C3C70BF-E1CE-4FB9-8407-24EA990D4E49","D70897C1-82FA-42AD-9D81-A0698E9072CC","69BB0838-2830-4831-A681-185E03308396","434D4493-4DD6-466F-A202-7364A5829C52","93D99F39-CC07-45EB-9459-5230A80A20D2","4756DE7D-3422-46FC-B24B-5565F597D490","7AF59BEC-20A9-4451-AD6E-39E86979D18D","07109F49-B19B-4C20-8632-697478AA1FFB","DD6C1E85-89E4-4619-A9B8-6CF6A5E7AD71","C9C566DA-2167-4866-B606-6D9467CC5763","43A75FC1-E0E6-4B7B-84B5-382D18881361","1EE4A800-07BC-4687-B972-0360A139A335","52766A7B-F1AC-4B5D-AFA9-3CBEC45A4175","500ABFF2-CC61-403C-B40B-C38B13EB829E","CCC6F1D7-B08E-4106-A54C-3CB27FAE885A","DD77BBCF-FA2D-4EEF-80E5-DFD0CFAC257E","FBF51FE1-3F15-48F1-9968-35CE0F17558A","0435127D-922E-4618-BBE2-72674C58772C","7A26603F-1566-41BE-B32D-6B17A7FAF107","236EA689-19AE-4C3D-BA95-EA5786184C70","331932E3-0E70-4FF1-8CD0-11921E2FF30E","B826CD75-9134-4A06-BC7D-791974BC6735"],"selection":"ABPcontinue","_Rotation":0,"_Scale":1,"changeTriggered":true,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15697},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(10.0,63.0)","distanceToDragEvent":"lively.pt(126.0,-14.4)"},"14974":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(180.0,242.8)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)","_Padding":"lively.rect(0,0,0,0)"},"14975":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"14976":{"sourceObj":{"__isSmartRef__":true,"id":14973},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":14972},"targetMethodName":"displaySourceForScript","converterString":"function (value) {\n return (value === '-- ALL --') ? null : value;\n}","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":14977},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"14977":{"source":{"__isSmartRef__":true,"id":14973},"target":{"__isSmartRef__":true,"id":14972}},"14978":{"resizeHeight":true},"14979":{"submorphs":[],"scripts":[],"id":836,"shape":{"__isSmartRef__":true,"id":14980},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":14981},"titleBar":{"__isSmartRef__":true,"id":14982},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":{"__isSmartRef__":true,"id":15047},"highlighted":true,"_Rotation":0,"_Scale":1,"showsHalos":false,"name":"ObjectEditor","target":{"__isSmartRef__":true,"id":15048},"partsBinMetaInfo":{"__isSmartRef__":true,"id":15206},"scriptList":{"__isSmartRef__":true,"id":14973},"scriptPane":{"__isSmartRef__":true,"id":15207},"classButton":{"__isSmartRef__":true,"id":15520},"connectionList":{"__isSmartRef__":true,"id":15540},"targetButton":{"__isSmartRef__":true,"id":15552},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"morphSelector":{"__isSmartRef__":true,"id":15570},"eventHandler":{"__isSmartRef__":true,"id":15643},"cameForward":false,"isCopyMorphRef":true,"morphRefId":1,"__serializedExpressions__":["contentOffset","expandedExtent","prevDragPos","expandedPosition","_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15644},"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"],"contentOffset":"lively.pt(0.0,22.0)","expandedExtent":"lively.pt(861.5,575.2)","prevDragPos":"lively.pt(613.0,129.0)","expandedPosition":"lively.pt(377.7,419.5)","_Position":"lively.pt(715.5,73.9)"},"14980":{"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":9.25,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Fill","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Fill":"Color.rgb(255,255,255)","_Extent":"lively.pt(981.0,585.2)","_BorderColor":"Color.rgb(0,0,0)"},"14981":{"adjustForNewBounds":true},"14982":{"submorphs":[{"__isSmartRef__":true,"id":14983},{"__isSmartRef__":true,"id":14988},{"__isSmartRef__":true,"id":15009},{"__isSmartRef__":true,"id":15024}],"scripts":[],"id":837,"shape":{"__isSmartRef__":true,"id":15040},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":15045},"eventsAreIgnored":true,"windowMorph":{"__isSmartRef__":true,"id":14979},"label":{"__isSmartRef__":true,"id":14983},"closeButton":{"__isSmartRef__":true,"id":14988},"menuButton":{"__isSmartRef__":true,"id":15009},"collapseButton":{"__isSmartRef__":true,"id":15024},"owner":null,"name":"ObjectEditorTitleBar","_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":15046},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"14983":{"submorphs":[],"scripts":[],"id":838,"shape":{"__isSmartRef__":true,"id":14984},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":14985}],"evalEnabled":false,"isLabel":true,"eventsAreIgnored":true,"_FontSize":10,"_Align":"center","owner":{"__isSmartRef__":true,"id":14982},"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":14987},"_HandStyle":"default","_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(20.0,3.0)"},"14984":{"_BorderWidth":0,"_Fill":null,"_BorderRadius":0,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(922.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"14985":{"style":{"__isSmartRef__":true,"id":14986},"chunkOwner":{"__isSmartRef__":true,"id":14983},"storedString":"","_id":"_1341","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14986":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14987":{"morph":{"__isSmartRef__":true,"id":14983},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14988":{"submorphs":[{"__isSmartRef__":true,"id":14989}],"scripts":[],"id":839,"shape":{"__isSmartRef__":true,"id":14994},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":14995},"lighterFill":{"__isSmartRef__":true,"id":15000},"label":{"__isSmartRef__":true,"id":14989},"owner":{"__isSmartRef__":true,"id":14982},"layout":{"__isSmartRef__":true,"id":15005},"attributeConnections":[{"__isSmartRef__":true,"id":15006},{"__isSmartRef__":true,"id":15007}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":15008},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(961.0,3.0)"},"14989":{"submorphs":[],"scripts":[],"id":840,"shape":{"__isSmartRef__":true,"id":14990},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":14991}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":14988},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":14993},"_HandStyle":"default","_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(5,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"14990":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"14991":{"style":{"__isSmartRef__":true,"id":14992},"chunkOwner":{"__isSmartRef__":true,"id":14989},"storedString":"","_id":"_1342","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14992":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"14993":{"morph":{"__isSmartRef__":true,"id":14989},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"14994":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":14995},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"14995":{"stops":[{"__isSmartRef__":true,"id":14996},{"__isSmartRef__":true,"id":14997},{"__isSmartRef__":true,"id":14998},{"__isSmartRef__":true,"id":14999}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"14996":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"14997":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"14998":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"14999":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"15000":{"stops":[{"__isSmartRef__":true,"id":15001},{"__isSmartRef__":true,"id":15002},{"__isSmartRef__":true,"id":15003},{"__isSmartRef__":true,"id":15004}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15001":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"15002":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15003":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15004":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"15005":{"moveHorizontal":true},"15006":{"sourceObj":{"__isSmartRef__":true,"id":14988},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14979},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15007":{"sourceObj":{"__isSmartRef__":true,"id":14988},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14979},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15008":{"morph":{"__isSmartRef__":true,"id":14988},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15009":{"submorphs":[{"__isSmartRef__":true,"id":15010}],"scripts":[],"id":841,"shape":{"__isSmartRef__":true,"id":15015},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":14995},"lighterFill":{"__isSmartRef__":true,"id":15016},"label":{"__isSmartRef__":true,"id":15010},"owner":{"__isSmartRef__":true,"id":14982},"attributeConnections":[{"__isSmartRef__":true,"id":15021},{"__isSmartRef__":true,"id":15022}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"showsHalos":false,"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":15023},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"15010":{"submorphs":[],"scripts":[],"id":842,"shape":{"__isSmartRef__":true,"id":15011},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":15012}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":15009},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":15014},"_HandStyle":"default","_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(5,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"15011":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"15012":{"style":{"__isSmartRef__":true,"id":15013},"chunkOwner":{"__isSmartRef__":true,"id":15010},"storedString":"","_id":"_1343","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15013":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15014":{"morph":{"__isSmartRef__":true,"id":15010},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15015":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":14995},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"15016":{"stops":[{"__isSmartRef__":true,"id":15017},{"__isSmartRef__":true,"id":15018},{"__isSmartRef__":true,"id":15019},{"__isSmartRef__":true,"id":15020}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15017":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"15018":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15019":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15020":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"15021":{"sourceObj":{"__isSmartRef__":true,"id":15009},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14979},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15022":{"sourceObj":{"__isSmartRef__":true,"id":15009},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14979},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15023":{"morph":{"__isSmartRef__":true,"id":15009},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15024":{"submorphs":[{"__isSmartRef__":true,"id":15025}],"scripts":[],"id":843,"shape":{"__isSmartRef__":true,"id":15030},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":14995},"lighterFill":{"__isSmartRef__":true,"id":15031},"label":{"__isSmartRef__":true,"id":15025},"owner":{"__isSmartRef__":true,"id":14982},"layout":{"__isSmartRef__":true,"id":15036},"attributeConnections":[{"__isSmartRef__":true,"id":15037},{"__isSmartRef__":true,"id":15038}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":15039},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(942.0,3.0)"},"15025":{"submorphs":[],"scripts":[],"id":844,"shape":{"__isSmartRef__":true,"id":15026},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":15027}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":15024},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":15029},"_HandStyle":"default","_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(5,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"15026":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"15027":{"style":{"__isSmartRef__":true,"id":15028},"chunkOwner":{"__isSmartRef__":true,"id":15025},"storedString":"","_id":"_1344","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15028":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15029":{"morph":{"__isSmartRef__":true,"id":15025},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15030":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":14995},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"15031":{"stops":[{"__isSmartRef__":true,"id":15032},{"__isSmartRef__":true,"id":15033},{"__isSmartRef__":true,"id":15034},{"__isSmartRef__":true,"id":15035}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15032":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"15033":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15034":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15035":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"15036":{"moveHorizontal":true},"15037":{"sourceObj":{"__isSmartRef__":true,"id":15024},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":14979},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15038":{"sourceObj":{"__isSmartRef__":true,"id":15024},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14979},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15039":{"morph":{"__isSmartRef__":true,"id":15024},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15040":{"_BorderWidth":2,"_Fill":{"__isSmartRef__":true,"id":15041},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(981.0,22.0)","_BorderColor":"Color.rgb(102,102,102)"},"15041":{"stops":[{"__isSmartRef__":true,"id":15042},{"__isSmartRef__":true,"id":15043},{"__isSmartRef__":true,"id":15044}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,1,0,-1)"},"15042":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(184,184,184)"},"15043":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(230,230,230)"},"15044":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(184,184,184)"},"15045":{"resizeWidth":true,"adjustForNewBounds":true},"15046":{"morph":{"__isSmartRef__":true,"id":14982},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15047":{"a":1,"b":0,"c":0,"d":1,"e":377.6609726943286,"f":419.5142810783999,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"15048":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":15049},"id":394,"textChunks":[{"__isSmartRef__":true,"id":15050}],"eventHandler":{"__isSmartRef__":true,"id":15052},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_MaxTextWidth":500,"_MaxTextHeight":200,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":15053},"layout":{"__isSmartRef__":true,"id":15125},"doitContext":{"__isSmartRef__":true,"id":15126},"priorSelectionRange":[0,36],"charsReplaced":"","lastFindLoc":20,"showsHalos":false,"__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(2,1,0,0)","_Position":"lively.pt(0.0,22.0)"},"15049":{"_BorderWidth":2,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(500.0,200.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"15050":{"style":{"__isSmartRef__":true,"id":15051},"chunkOwner":{"__isSmartRef__":true,"id":15048},"storedString":"","_id":"_1353","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15051":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15052":{"morph":{"__isSmartRef__":true,"id":15048},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15053":{"submorphs":[{"__isSmartRef__":true,"id":15048},{"__isSmartRef__":true,"id":15054}],"scripts":[],"shape":{"__isSmartRef__":true,"id":15122},"id":395,"eventHandler":{"__isSmartRef__":true,"id":15123},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":15124},"LK2":true,"targetMorph":{"__isSmartRef__":true,"id":15048},"titleBar":{"__isSmartRef__":true,"id":15054},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"_Rotation":0,"_Scale":1,"cameForward":false,"showsHalos":false,"__serializedExpressions__":["_Position","contentOffset","prevDragPos"],"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(1234.0,448.0)","contentOffset":"lively.pt(0.0,22.0)","prevDragPos":"lively.pt(1478.0,453.0)"},"15054":{"submorphs":[{"__isSmartRef__":true,"id":15055},{"__isSmartRef__":true,"id":15061},{"__isSmartRef__":true,"id":15084},{"__isSmartRef__":true,"id":15101}],"scripts":[],"shape":{"__isSmartRef__":true,"id":15119},"id":396,"eventHandler":{"__isSmartRef__":true,"id":15120},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":15121},"windowMorph":{"__isSmartRef__":true,"id":15053},"label":{"__isSmartRef__":true,"id":15055},"closeButton":{"__isSmartRef__":true,"id":15061},"menuButton":{"__isSmartRef__":true,"id":15084},"collapseButton":{"__isSmartRef__":true,"id":15101},"owner":{"__isSmartRef__":true,"id":15053},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"15055":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":15056},"id":397,"textChunks":[{"__isSmartRef__":true,"id":15057}],"eventHandler":{"__isSmartRef__":true,"id":15059},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":15060},"_FontSize":10,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":15054},"_MaxTextWidth":441,"_MaxTextHeight":17,"__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(20.0,3.0)"},"15056":{"_BorderWidth":0,"_Fill":null,"_BorderRadius":0,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(441.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"15057":{"style":{"__isSmartRef__":true,"id":15058},"chunkOwner":{"__isSmartRef__":true,"id":15055},"storedString":"","_id":"_1345","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15058":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15059":{"morph":{"__isSmartRef__":true,"id":15055},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15060":{"resizeWidth":true},"15061":{"submorphs":[{"__isSmartRef__":true,"id":15062}],"scripts":[],"shape":{"__isSmartRef__":true,"id":15067},"id":398,"eventHandler":{"__isSmartRef__":true,"id":15073},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15068},"lighterFill":{"__isSmartRef__":true,"id":15074},"label":{"__isSmartRef__":true,"id":15062},"owner":{"__isSmartRef__":true,"id":15054},"layout":{"__isSmartRef__":true,"id":15079},"attributeConnections":[{"__isSmartRef__":true,"id":15080},{"__isSmartRef__":true,"id":15082}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(480.0,3.0)"},"15062":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":15063},"id":399,"textChunks":[{"__isSmartRef__":true,"id":15064}],"eventHandler":{"__isSmartRef__":true,"id":15066},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":15061},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"15063":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"15064":{"style":{"__isSmartRef__":true,"id":15065},"chunkOwner":{"__isSmartRef__":true,"id":15062},"storedString":"","_id":"_1346","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15065":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15066":{"morph":{"__isSmartRef__":true,"id":15062},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15067":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":15068},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"15068":{"stops":[{"__isSmartRef__":true,"id":15069},{"__isSmartRef__":true,"id":15070},{"__isSmartRef__":true,"id":15071},{"__isSmartRef__":true,"id":15072}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15069":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"15070":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"15071":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"15072":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"15073":{"morph":{"__isSmartRef__":true,"id":15061},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15074":{"stops":[{"__isSmartRef__":true,"id":15075},{"__isSmartRef__":true,"id":15076},{"__isSmartRef__":true,"id":15077},{"__isSmartRef__":true,"id":15078}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15075":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"15076":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15077":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15078":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"15079":{"moveHorizontal":true},"15080":{"sourceObj":{"__isSmartRef__":true,"id":15061},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":15053},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15081},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15081":{"source":{"__isSmartRef__":true,"id":15061},"target":{"__isSmartRef__":true,"id":15053}},"15082":{"sourceObj":{"__isSmartRef__":true,"id":15061},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":15053},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15083},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15083":{"source":{"__isSmartRef__":true,"id":15061},"target":{"__isSmartRef__":true,"id":15053}},"15084":{"submorphs":[{"__isSmartRef__":true,"id":15085}],"scripts":[],"shape":{"__isSmartRef__":true,"id":15090},"id":400,"eventHandler":{"__isSmartRef__":true,"id":15091},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15068},"lighterFill":{"__isSmartRef__":true,"id":15092},"label":{"__isSmartRef__":true,"id":15085},"owner":{"__isSmartRef__":true,"id":15054},"attributeConnections":[{"__isSmartRef__":true,"id":15097},{"__isSmartRef__":true,"id":15099}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"15085":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":15086},"id":401,"textChunks":[{"__isSmartRef__":true,"id":15087}],"eventHandler":{"__isSmartRef__":true,"id":15089},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":15084},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"15086":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"15087":{"style":{"__isSmartRef__":true,"id":15088},"chunkOwner":{"__isSmartRef__":true,"id":15085},"storedString":"","_id":"_1347","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15088":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15089":{"morph":{"__isSmartRef__":true,"id":15085},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15090":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":15068},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"15091":{"morph":{"__isSmartRef__":true,"id":15084},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15092":{"stops":[{"__isSmartRef__":true,"id":15093},{"__isSmartRef__":true,"id":15094},{"__isSmartRef__":true,"id":15095},{"__isSmartRef__":true,"id":15096}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15093":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"15094":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15095":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15096":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"15097":{"sourceObj":{"__isSmartRef__":true,"id":15084},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":15053},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15098},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15098":{"source":{"__isSmartRef__":true,"id":15084},"target":{"__isSmartRef__":true,"id":15053}},"15099":{"sourceObj":{"__isSmartRef__":true,"id":15084},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":15053},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15100},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15100":{"source":{"__isSmartRef__":true,"id":15084},"target":{"__isSmartRef__":true,"id":15053}},"15101":{"submorphs":[{"__isSmartRef__":true,"id":15102}],"scripts":[],"shape":{"__isSmartRef__":true,"id":15107},"id":402,"eventHandler":{"__isSmartRef__":true,"id":15108},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15068},"lighterFill":{"__isSmartRef__":true,"id":15109},"label":{"__isSmartRef__":true,"id":15102},"owner":{"__isSmartRef__":true,"id":15054},"layout":{"__isSmartRef__":true,"id":15114},"attributeConnections":[{"__isSmartRef__":true,"id":15115},{"__isSmartRef__":true,"id":15117}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(461.0,3.0)"},"15102":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":15103},"id":403,"textChunks":[{"__isSmartRef__":true,"id":15104}],"eventHandler":{"__isSmartRef__":true,"id":15106},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":15101},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"15103":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"15104":{"style":{"__isSmartRef__":true,"id":15105},"chunkOwner":{"__isSmartRef__":true,"id":15102},"storedString":"","_id":"_1348","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15105":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15106":{"morph":{"__isSmartRef__":true,"id":15102},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15107":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":15068},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"15108":{"morph":{"__isSmartRef__":true,"id":15101},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15109":{"stops":[{"__isSmartRef__":true,"id":15110},{"__isSmartRef__":true,"id":15111},{"__isSmartRef__":true,"id":15112},{"__isSmartRef__":true,"id":15113}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15110":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"15111":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15112":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15113":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"15114":{"moveHorizontal":true},"15115":{"sourceObj":{"__isSmartRef__":true,"id":15101},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":15053},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15116},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15116":{"source":{"__isSmartRef__":true,"id":15101},"target":{"__isSmartRef__":true,"id":15053}},"15117":{"sourceObj":{"__isSmartRef__":true,"id":15101},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":15053},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15118},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15118":{"source":{"__isSmartRef__":true,"id":15101},"target":{"__isSmartRef__":true,"id":15053}},"15119":{"_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":15041},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(500.0,22.0)","_BorderColor":"Color.rgb(102,102,102)"},"15120":{"morph":{"__isSmartRef__":true,"id":15054},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15121":{"resizeWidth":true,"adjustForNewBounds":true},"15122":{"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"__serializedExpressions__":["_Extent"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(500.0,222.0)"},"15123":{"morph":{"__isSmartRef__":true,"id":15053},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15124":{"adjustForNewBounds":true},"15125":{"resizeWidth":true,"resizeHeight":true},"15126":{"submorphs":[{"__isSmartRef__":true,"id":15127},{"__isSmartRef__":true,"id":15134}],"scripts":[],"shape":{"__isSmartRef__":true,"id":15201},"id":361,"eventHandler":{"__isSmartRef__":true,"id":15202},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":15203},"LK2":true,"targetMorph":{"__isSmartRef__":true,"id":15127},"titleBar":{"__isSmartRef__":true,"id":15134},"collapsedTransform":{"__isSmartRef__":true,"id":15204},"expandedTransform":{"__isSmartRef__":true,"id":15205},"ignoreEventsOnExpand":false,"owner":null,"showsHalos":false,"highlighted":true,"_Rotation":0,"_Scale":1,"state":"shutdown","__serializedExpressions__":["_Position","contentOffset","collapsedExtent","expandedExtent","prevDragPos","expandedPosition","collapsedPosition"],"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(1131.0,79.0)","contentOffset":"lively.pt(0.0,22.0)","collapsedExtent":"lively.pt(500.0,22.0)","expandedExtent":"lively.pt(500.0,222.0)","prevDragPos":"lively.pt(1507.0,76.0)","expandedPosition":"lively.pt(1131.0,79.0)","collapsedPosition":"lively.pt(1131.0,79.0)"},"15127":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":15128},"id":360,"textChunks":[{"__isSmartRef__":true,"id":15129}],"eventHandler":{"__isSmartRef__":true,"id":15131},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_MaxTextWidth":500,"_MaxTextHeight":0,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":15126},"layout":{"__isSmartRef__":true,"id":15132},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":15133}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"lastSyntaxHighlightTime":1307282796737,"accessibleInInactiveWindow":true,"eventsAreIgnored":false,"_HandStyle":"default","_PointerEvents":"auto","_Visible":true,"charsReplaced":"","lastFindLoc":15,"__serializedExpressions__":["_Padding","_Position"],"textString":"undefined","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(2,1,0,0)","_Position":"lively.pt(0.0,22.0)"},"15128":{"_BorderWidth":2,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(500.0,0.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"15129":{"style":{"__isSmartRef__":true,"id":15130},"chunkOwner":{"__isSmartRef__":true,"id":15127},"_id":"_6","storedString":"undefined","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15130":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15131":{"morph":{"__isSmartRef__":true,"id":15127},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15132":{"resizeWidth":true,"resizeHeight":true},"15133":{"sourceObj":{"__isSmartRef__":true,"id":15127},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":15127},"targetMethodName":"highlightJavaScriptSyntax","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15134":{"submorphs":[{"__isSmartRef__":true,"id":15135},{"__isSmartRef__":true,"id":15141},{"__isSmartRef__":true,"id":15159},{"__isSmartRef__":true,"id":15176}],"scripts":[],"shape":{"__isSmartRef__":true,"id":15194},"id":362,"eventHandler":{"__isSmartRef__":true,"id":15199},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":15200},"windowMorph":{"__isSmartRef__":true,"id":15126},"label":{"__isSmartRef__":true,"id":15135},"closeButton":{"__isSmartRef__":true,"id":15141},"menuButton":{"__isSmartRef__":true,"id":15159},"collapseButton":{"__isSmartRef__":true,"id":15176},"owner":{"__isSmartRef__":true,"id":15126},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"15135":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":15136},"id":363,"textChunks":[{"__isSmartRef__":true,"id":15137}],"eventHandler":{"__isSmartRef__":true,"id":15139},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":15140},"_FontSize":10,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":15134},"_MaxTextWidth":441,"_MaxTextHeight":17,"__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(20.0,3.0)"},"15136":{"_BorderWidth":0,"_Fill":null,"_BorderRadius":0,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(441.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"15137":{"style":{"__isSmartRef__":true,"id":15138},"chunkOwner":{"__isSmartRef__":true,"id":15135},"storedString":"","_id":"_1349","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15138":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15139":{"morph":{"__isSmartRef__":true,"id":15135},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15140":{"resizeWidth":true},"15141":{"submorphs":[{"__isSmartRef__":true,"id":15142}],"scripts":[],"shape":{"__isSmartRef__":true,"id":15147},"id":364,"eventHandler":{"__isSmartRef__":true,"id":15148},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15068},"lighterFill":{"__isSmartRef__":true,"id":15149},"label":{"__isSmartRef__":true,"id":15142},"owner":{"__isSmartRef__":true,"id":15134},"layout":{"__isSmartRef__":true,"id":15154},"attributeConnections":[{"__isSmartRef__":true,"id":15155},{"__isSmartRef__":true,"id":15157}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(480.0,3.0)"},"15142":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":15143},"id":365,"textChunks":[{"__isSmartRef__":true,"id":15144}],"eventHandler":{"__isSmartRef__":true,"id":15146},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":15141},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"15143":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"15144":{"style":{"__isSmartRef__":true,"id":15145},"chunkOwner":{"__isSmartRef__":true,"id":15142},"storedString":"","_id":"_1350","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15145":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15146":{"morph":{"__isSmartRef__":true,"id":15142},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15147":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":15068},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"15148":{"morph":{"__isSmartRef__":true,"id":15141},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15149":{"stops":[{"__isSmartRef__":true,"id":15150},{"__isSmartRef__":true,"id":15151},{"__isSmartRef__":true,"id":15152},{"__isSmartRef__":true,"id":15153}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15150":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"15151":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15152":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15153":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"15154":{"moveHorizontal":true},"15155":{"sourceObj":{"__isSmartRef__":true,"id":15141},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":15126},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15156},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15156":{"source":{"__isSmartRef__":true,"id":15141},"target":{"__isSmartRef__":true,"id":15126}},"15157":{"sourceObj":{"__isSmartRef__":true,"id":15141},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":15126},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15158},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15158":{"source":{"__isSmartRef__":true,"id":15141},"target":{"__isSmartRef__":true,"id":15126}},"15159":{"submorphs":[{"__isSmartRef__":true,"id":15160}],"scripts":[],"shape":{"__isSmartRef__":true,"id":15165},"id":366,"eventHandler":{"__isSmartRef__":true,"id":15166},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15068},"lighterFill":{"__isSmartRef__":true,"id":15167},"label":{"__isSmartRef__":true,"id":15160},"owner":{"__isSmartRef__":true,"id":15134},"attributeConnections":[{"__isSmartRef__":true,"id":15172},{"__isSmartRef__":true,"id":15174}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"15160":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":15161},"id":367,"textChunks":[{"__isSmartRef__":true,"id":15162}],"eventHandler":{"__isSmartRef__":true,"id":15164},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":15159},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"15161":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"15162":{"style":{"__isSmartRef__":true,"id":15163},"chunkOwner":{"__isSmartRef__":true,"id":15160},"storedString":"","_id":"_1351","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15163":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15164":{"morph":{"__isSmartRef__":true,"id":15160},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15165":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":15068},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"15166":{"morph":{"__isSmartRef__":true,"id":15159},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15167":{"stops":[{"__isSmartRef__":true,"id":15168},{"__isSmartRef__":true,"id":15169},{"__isSmartRef__":true,"id":15170},{"__isSmartRef__":true,"id":15171}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15168":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"15169":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15170":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15171":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"15172":{"sourceObj":{"__isSmartRef__":true,"id":15159},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":15126},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15173},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15173":{"source":{"__isSmartRef__":true,"id":15159},"target":{"__isSmartRef__":true,"id":15126}},"15174":{"sourceObj":{"__isSmartRef__":true,"id":15159},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":15126},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15175},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15175":{"source":{"__isSmartRef__":true,"id":15159},"target":{"__isSmartRef__":true,"id":15126}},"15176":{"submorphs":[{"__isSmartRef__":true,"id":15177}],"scripts":[],"shape":{"__isSmartRef__":true,"id":15182},"id":368,"eventHandler":{"__isSmartRef__":true,"id":15183},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15068},"lighterFill":{"__isSmartRef__":true,"id":15184},"label":{"__isSmartRef__":true,"id":15177},"owner":{"__isSmartRef__":true,"id":15134},"layout":{"__isSmartRef__":true,"id":15189},"attributeConnections":[{"__isSmartRef__":true,"id":15190},{"__isSmartRef__":true,"id":15192}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(461.0,3.0)"},"15177":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":15178},"id":369,"textChunks":[{"__isSmartRef__":true,"id":15179}],"eventHandler":{"__isSmartRef__":true,"id":15181},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":15176},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"15178":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"15179":{"style":{"__isSmartRef__":true,"id":15180},"chunkOwner":{"__isSmartRef__":true,"id":15177},"storedString":"","_id":"_1352","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15180":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15181":{"morph":{"__isSmartRef__":true,"id":15177},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15182":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":15068},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"15183":{"morph":{"__isSmartRef__":true,"id":15176},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15184":{"stops":[{"__isSmartRef__":true,"id":15185},{"__isSmartRef__":true,"id":15186},{"__isSmartRef__":true,"id":15187},{"__isSmartRef__":true,"id":15188}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15185":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"15186":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15187":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15188":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"15189":{"moveHorizontal":true},"15190":{"sourceObj":{"__isSmartRef__":true,"id":15176},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":15126},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15191},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15191":{"source":{"__isSmartRef__":true,"id":15176},"target":{"__isSmartRef__":true,"id":15126}},"15192":{"sourceObj":{"__isSmartRef__":true,"id":15176},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":15126},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15193},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15193":{"source":{"__isSmartRef__":true,"id":15176},"target":{"__isSmartRef__":true,"id":15126}},"15194":{"_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":15195},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(500.0,22.0)","_BorderColor":"Color.rgb(102,102,102)"},"15195":{"stops":[{"__isSmartRef__":true,"id":15196},{"__isSmartRef__":true,"id":15197},{"__isSmartRef__":true,"id":15198}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15196":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(220,220,220)"},"15197":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(243,243,243)"},"15198":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(220,220,220)"},"15199":{"morph":{"__isSmartRef__":true,"id":15134},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15200":{"resizeWidth":true,"adjustForNewBounds":true},"15201":{"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"__serializedExpressions__":["_Extent","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(500.0,222.0)","_Position":"lively.pt(0.0,0.0)"},"15202":{"morph":{"__isSmartRef__":true,"id":15126},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15203":{"adjustForNewBounds":true},"15204":{"a":1,"b":0,"c":0,"d":1,"e":1131,"f":79,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"15205":{"a":1,"b":0,"c":0,"d":1,"e":1131,"f":79,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"15206":{"requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Tools","comment":"Edit scripts and connections of a specific morph. Early version.","partName":"ObjectEditor","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15207":{"submorphs":[],"scripts":[],"id":"482B5EF9-CE21-4F3A-887E-7C8CF9EB8DA2","shape":{"__isSmartRef__":true,"id":15208},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,courier","_MaxTextWidth":588.0166612695056,"_MaxTextHeight":null,"textChunks":[{"__isSmartRef__":true,"id":15209},{"__isSmartRef__":true,"id":15211},{"__isSmartRef__":true,"id":15213},{"__isSmartRef__":true,"id":15215},{"__isSmartRef__":true,"id":15217},{"__isSmartRef__":true,"id":15219},{"__isSmartRef__":true,"id":15221},{"__isSmartRef__":true,"id":15223},{"__isSmartRef__":true,"id":15225},{"__isSmartRef__":true,"id":15227},{"__isSmartRef__":true,"id":15229},{"__isSmartRef__":true,"id":15231},{"__isSmartRef__":true,"id":15233},{"__isSmartRef__":true,"id":15235},{"__isSmartRef__":true,"id":15237},{"__isSmartRef__":true,"id":15239},{"__isSmartRef__":true,"id":15241},{"__isSmartRef__":true,"id":15243},{"__isSmartRef__":true,"id":15245},{"__isSmartRef__":true,"id":15247},{"__isSmartRef__":true,"id":15249},{"__isSmartRef__":true,"id":15251},{"__isSmartRef__":true,"id":15253},{"__isSmartRef__":true,"id":15255},{"__isSmartRef__":true,"id":15257},{"__isSmartRef__":true,"id":15259},{"__isSmartRef__":true,"id":15261},{"__isSmartRef__":true,"id":15263},{"__isSmartRef__":true,"id":15265},{"__isSmartRef__":true,"id":15267},{"__isSmartRef__":true,"id":15269},{"__isSmartRef__":true,"id":15271},{"__isSmartRef__":true,"id":15273},{"__isSmartRef__":true,"id":15275},{"__isSmartRef__":true,"id":15277},{"__isSmartRef__":true,"id":15279},{"__isSmartRef__":true,"id":15281},{"__isSmartRef__":true,"id":15283},{"__isSmartRef__":true,"id":15285},{"__isSmartRef__":true,"id":15287},{"__isSmartRef__":true,"id":15289},{"__isSmartRef__":true,"id":15291},{"__isSmartRef__":true,"id":15293},{"__isSmartRef__":true,"id":15295},{"__isSmartRef__":true,"id":15297},{"__isSmartRef__":true,"id":15299},{"__isSmartRef__":true,"id":15301},{"__isSmartRef__":true,"id":15303},{"__isSmartRef__":true,"id":15305},{"__isSmartRef__":true,"id":15307},{"__isSmartRef__":true,"id":15309},{"__isSmartRef__":true,"id":15311},{"__isSmartRef__":true,"id":15313},{"__isSmartRef__":true,"id":15315},{"__isSmartRef__":true,"id":15317},{"__isSmartRef__":true,"id":15319},{"__isSmartRef__":true,"id":15321},{"__isSmartRef__":true,"id":15323},{"__isSmartRef__":true,"id":15325},{"__isSmartRef__":true,"id":15327},{"__isSmartRef__":true,"id":15329},{"__isSmartRef__":true,"id":15331},{"__isSmartRef__":true,"id":15333},{"__isSmartRef__":true,"id":15335},{"__isSmartRef__":true,"id":15337},{"__isSmartRef__":true,"id":15339},{"__isSmartRef__":true,"id":15341},{"__isSmartRef__":true,"id":15343},{"__isSmartRef__":true,"id":15345},{"__isSmartRef__":true,"id":15347},{"__isSmartRef__":true,"id":15349},{"__isSmartRef__":true,"id":15351},{"__isSmartRef__":true,"id":15353},{"__isSmartRef__":true,"id":15355},{"__isSmartRef__":true,"id":15357},{"__isSmartRef__":true,"id":15359},{"__isSmartRef__":true,"id":15361},{"__isSmartRef__":true,"id":15363},{"__isSmartRef__":true,"id":15365},{"__isSmartRef__":true,"id":15367},{"__isSmartRef__":true,"id":15369},{"__isSmartRef__":true,"id":15371},{"__isSmartRef__":true,"id":15373},{"__isSmartRef__":true,"id":15375},{"__isSmartRef__":true,"id":15377},{"__isSmartRef__":true,"id":15379},{"__isSmartRef__":true,"id":15381},{"__isSmartRef__":true,"id":15383},{"__isSmartRef__":true,"id":15385},{"__isSmartRef__":true,"id":15387},{"__isSmartRef__":true,"id":15389},{"__isSmartRef__":true,"id":15391},{"__isSmartRef__":true,"id":15393},{"__isSmartRef__":true,"id":15395},{"__isSmartRef__":true,"id":15397},{"__isSmartRef__":true,"id":15399},{"__isSmartRef__":true,"id":15401},{"__isSmartRef__":true,"id":15403},{"__isSmartRef__":true,"id":15405},{"__isSmartRef__":true,"id":15407},{"__isSmartRef__":true,"id":15409},{"__isSmartRef__":true,"id":15411},{"__isSmartRef__":true,"id":15413},{"__isSmartRef__":true,"id":15415},{"__isSmartRef__":true,"id":15417},{"__isSmartRef__":true,"id":15419},{"__isSmartRef__":true,"id":15421},{"__isSmartRef__":true,"id":15423},{"__isSmartRef__":true,"id":15425},{"__isSmartRef__":true,"id":15427},{"__isSmartRef__":true,"id":15429},{"__isSmartRef__":true,"id":15431},{"__isSmartRef__":true,"id":15433},{"__isSmartRef__":true,"id":15435},{"__isSmartRef__":true,"id":15437},{"__isSmartRef__":true,"id":15439},{"__isSmartRef__":true,"id":15441},{"__isSmartRef__":true,"id":15443},{"__isSmartRef__":true,"id":15445},{"__isSmartRef__":true,"id":15447},{"__isSmartRef__":true,"id":15449},{"__isSmartRef__":true,"id":15451},{"__isSmartRef__":true,"id":15453},{"__isSmartRef__":true,"id":15455}],"layout":{"__isSmartRef__":true,"id":15457},"showsHalos":false,"prevScroll":[0,0],"name":"ObjectEditorScriptPane","charsReplaced":"","lastFindLoc":165,"partsBinMetaInfo":{"__isSmartRef__":true,"id":15458},"_ClipMode":"auto","_FontSize":10,"lastSyntaxHighlightTime":1,"doitContext":{"__isSmartRef__":true,"id":6337},"savedTextString":"// changed at Sun Dec 02 2012 14:58:34 GMT+0100 (CET) by sebastianwoinar \nthis.addScript(function ABPshowValue() {\n this.submorphs[0].setTextString(this.abp.m);\n this.showState();\n}).tag([]);","_Align":"left","lastSearchString":"migrate","eventHandler":{"__isSmartRef__":true,"id":15459},"attributeConnections":[{"__isSmartRef__":true,"id":15460},{"__isSmartRef__":true,"id":15475},{"__isSmartRef__":true,"id":15476}],"doNotSerialize":["$$textString","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors"],"doNotCopyProperties":["$$textString"],"_MinTextWidth":588.0166612695056,"_MinTextHeight":null,"lastSaveSource":"// changed at Mon Dec 10 2012 14:42:36 GMT+0100 (CET) by sebastianwoinar \nthis.addScript(function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}).tag([]);","isBeingDragged":false,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":14972},"isCopyMorphRef":true,"morphRefId":1,"statusMorph":{"__isSmartRef__":true,"id":15478},"derivationIds":[219,"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0","4D92BDFD-A599-4154-A197-A4B1292C1619","98551F68-B128-4262-9BC2-6B8AC7C8D7C0","47731662-FF8E-4C0F-A170-FD5C56A06021","3FC7FDE6-156F-4056-BB04-B76D8B6C5472","C1E8D5BB-56F9-47B3-A520-BEEFEF791823","115FC149-EEF9-415A-A5B7-AB0B9D0170A4","0D66FA39-01E7-4F16-840C-4FA0FA14DD10","B0A74693-DE3F-4867-8DC0-61B098A8F0D1","3547765B-E224-48EC-B58F-278C1DC7422E","8561ACCF-315A-46EC-9412-BC5D4C55D437","533D6602-9E1A-414A-9646-0FEF9ECCEBF7","5141CF81-6EA1-419B-97AC-62C22FEFC658","B9E83FD9-9781-4F00-8A07-0C96E0D29D3D","034F48B5-B4B1-4DF5-9FA5-9A9CFB99F43A","70FBC800-1914-4F9C-A8E4-2190F72E2902","64465644-E389-4AA2-BE05-93FB591B45D0","E80928FE-6AC8-4FE0-B0A2-7C7A0C7D5E85","E24E50AD-DCA6-4D01-A523-CC1E4FB09222","27E050B0-3192-426E-B01D-907ECF280A68","A241F064-0186-4F84-A037-84CBD9E0D24D","829776FC-15F2-466D-B5F4-88CC9444B1B8","22E56E25-3268-413C-B033-1DB2D96AFA9B","FD5B6693-EB83-4E16-BEA6-D5E23C7E3D48","0A2AD01B-8B4E-4779-9FDF-A504DBC86B5D","EBDFA302-80A1-48E9-B1B3-6143F685CCFF","AB62E3F9-D889-47F9-922A-C440E6382005","6675A7FB-925B-4D65-9CBE-77F2760A6040","122CA78C-89E9-45CE-ADE1-33219233E35A"],"owner":{"__isSmartRef__":true,"id":14972},"syntaxHighlightingWhileTyping":true,"#startLetters":"enable","_Rotation":0,"_Scale":1,"_syntaxHighlightTimeout":null,"lastSyntaxHighlightTimes":[1,5,7,3,4,5,5,11,10,10],"_lastSyntaxHighlightTime":54,"_WordBreak":"break-all","__serializedExpressions__":["_Padding","distanceToDragEvent","_Position"],"textString":"// changed at Mon Dec 10 2012 14:42:36 GMT+0100 (CET) by sebastianwoinar \nthis.addScript(function ABPcontinue() {\n this.showState();\n\n if( this.ABPhasChildNodes() == false ) {\n this.abp.m = this.node.state.value();\n }\n if (this.ABPhasChildNodes() == false || this.abp.i >= this.childNodes.length){\n this.ABPreturn();\n } else {\n \n var child = this.childNodes[this.abp.i];\n \n var callbackForChild = function() {\n this.abp.i++;\n var t = -child.ABPgetValue();\n if(t > this.abp.m) {\n this.abp.m = t;\n this.abp.alpha = this.abp.m;\n }\n if(this.abp.isActive == true) {\n // use additional recursive exit condition for ABP optimization\n if (this.abp.m >= this.abp.beta){\n this.ABPmarkChildNodesAsSkippedAfter(this.abp.i);\n this.ABPreturn();\n return;\n }\n }\n this.ABPcontinue();\n }.bind(this);\n \n child.ABPstart(this.abp.isActive, - this.abp.beta, - this.abp.m, callbackForChild);\n \n }\n}).tag([]);","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15483},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(2,1,0,0)","distanceToDragEvent":"lively.pt(341.2,-18.3)","_Position":"lively.pt(200.0,40.0)"},"15208":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"auto","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(589.0,380.8)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)","_Padding":"lively.rect(0,0,0,0)"},"15209":{"style":{"__isSmartRef__":true,"id":15210},"chunkOwner":{"__isSmartRef__":true,"id":15207},"_id":"_2825","storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15210":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"15211":{"_id":"_2826","style":{"__isSmartRef__":true,"id":15212},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" changed at Mon Dec 10 2012 14:42:36 GMT+0100 (CET) by sebastianwoinar ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15212":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15213":{"_id":"_2827","style":{"__isSmartRef__":true,"id":15214},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15214":{"__serializedExpressions__":["backgroundColor"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","backgroundColor":"Color.rgba(204,204,0,0.4)"},"15215":{"_id":"_2828","style":{"__isSmartRef__":true,"id":15216},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15216":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15217":{"_id":"_2829","style":{"__isSmartRef__":true,"id":15218},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".addScript(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15218":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15219":{"_id":"_2830","style":{"__isSmartRef__":true,"id":15220},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15220":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15221":{"_id":"_2831","style":{"__isSmartRef__":true,"id":15222},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" ABPcontinue() ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15222":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15223":{"_id":"_2832","style":{"__isSmartRef__":true,"id":15224},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15224":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15225":{"_id":"_2833","style":{"__isSmartRef__":true,"id":15226},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15226":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15227":{"_id":"_2834","style":{"__isSmartRef__":true,"id":15228},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15228":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15229":{"_id":"_2835","style":{"__isSmartRef__":true,"id":15230},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".showState();\n\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15230":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15231":{"_id":"_2836","style":{"__isSmartRef__":true,"id":15232},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15232":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"15233":{"_id":"_2837","style":{"__isSmartRef__":true,"id":15234},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"( ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15234":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15235":{"_id":"_2838","style":{"__isSmartRef__":true,"id":15236},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15236":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15237":{"_id":"_2839","style":{"__isSmartRef__":true,"id":15238},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".ABPhasChildNodes() == false ) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15238":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15239":{"_id":"_2840","style":{"__isSmartRef__":true,"id":15240},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15240":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15241":{"_id":"_2841","style":{"__isSmartRef__":true,"id":15242},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15242":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15243":{"_id":"_2842","style":{"__isSmartRef__":true,"id":15244},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15244":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15245":{"_id":"_2843","style":{"__isSmartRef__":true,"id":15246},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".abp.m = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15246":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15247":{"_id":"_2844","style":{"__isSmartRef__":true,"id":15248},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15248":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15249":{"_id":"_2845","style":{"__isSmartRef__":true,"id":15250},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".node.state.value();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15250":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15251":{"_id":"_2846","style":{"__isSmartRef__":true,"id":15252},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15252":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15253":{"_id":"_2847","style":{"__isSmartRef__":true,"id":15254},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15254":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15255":{"_id":"_2848","style":{"__isSmartRef__":true,"id":15256},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15256":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"15257":{"_id":"_2849","style":{"__isSmartRef__":true,"id":15258},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" (","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15258":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15259":{"_id":"_2850","style":{"__isSmartRef__":true,"id":15260},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15260":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15261":{"_id":"_2851","style":{"__isSmartRef__":true,"id":15262},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".ABPhasChildNodes() == false || ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15262":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15263":{"_id":"_2852","style":{"__isSmartRef__":true,"id":15264},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15264":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15265":{"_id":"_2853","style":{"__isSmartRef__":true,"id":15266},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".abp.i >= ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15266":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15267":{"_id":"_2854","style":{"__isSmartRef__":true,"id":15268},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15268":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15269":{"_id":"_2855","style":{"__isSmartRef__":true,"id":15270},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".childNodes.length)","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15270":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15271":{"_id":"_2856","style":{"__isSmartRef__":true,"id":15272},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15272":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15273":{"_id":"_2857","style":{"__isSmartRef__":true,"id":15274},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15274":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15275":{"_id":"_2858","style":{"__isSmartRef__":true,"id":15276},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15276":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15277":{"_id":"_2859","style":{"__isSmartRef__":true,"id":15278},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".ABPreturn();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15278":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15279":{"_id":"_2860","style":{"__isSmartRef__":true,"id":15280},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15280":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15281":{"_id":"_2861","style":{"__isSmartRef__":true,"id":15282},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15282":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15283":{"_id":"_2862","style":{"__isSmartRef__":true,"id":15284},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"else","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15284":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"15285":{"_id":"_2863","style":{"__isSmartRef__":true,"id":15286},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15286":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15287":{"_id":"_2864","style":{"__isSmartRef__":true,"id":15288},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15288":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15289":{"_id":"_2865","style":{"__isSmartRef__":true,"id":15290},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15290":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15291":{"_id":"_2866","style":{"__isSmartRef__":true,"id":15292},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" \n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15292":{"__serializedExpressions__":["backgroundColor"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","backgroundColor":"Color.rgba(204,204,0,0.4)"},"15293":{"_id":"_2867","style":{"__isSmartRef__":true,"id":15294},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15294":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15295":{"_id":"_2868","style":{"__isSmartRef__":true,"id":15296},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15296":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"15297":{"_id":"_2869","style":{"__isSmartRef__":true,"id":15298},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" child = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15298":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15299":{"_id":"_2870","style":{"__isSmartRef__":true,"id":15300},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15300":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15301":{"_id":"_2871","style":{"__isSmartRef__":true,"id":15302},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".childNodes[","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15302":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15303":{"_id":"_2872","style":{"__isSmartRef__":true,"id":15304},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15304":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15305":{"_id":"_2873","style":{"__isSmartRef__":true,"id":15306},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".abp.i];\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15306":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15307":{"_id":"_2874","style":{"__isSmartRef__":true,"id":15308},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" \n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15308":{"__serializedExpressions__":["backgroundColor"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","backgroundColor":"Color.rgba(204,204,0,0.4)"},"15309":{"_id":"_2875","style":{"__isSmartRef__":true,"id":15310},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15310":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15311":{"_id":"_2876","style":{"__isSmartRef__":true,"id":15312},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15312":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"15313":{"_id":"_2877","style":{"__isSmartRef__":true,"id":15314},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" callbackForChild = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15314":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15315":{"_id":"_2878","style":{"__isSmartRef__":true,"id":15316},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15316":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15317":{"_id":"_2879","style":{"__isSmartRef__":true,"id":15318},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"() ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15318":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15319":{"_id":"_2880","style":{"__isSmartRef__":true,"id":15320},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15320":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15321":{"_id":"_2881","style":{"__isSmartRef__":true,"id":15322},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15322":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15323":{"_id":"_2882","style":{"__isSmartRef__":true,"id":15324},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15324":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15325":{"_id":"_2883","style":{"__isSmartRef__":true,"id":15326},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".abp.i++;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15326":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15327":{"_id":"_2884","style":{"__isSmartRef__":true,"id":15328},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15328":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"15329":{"_id":"_2885","style":{"__isSmartRef__":true,"id":15330},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" t = -child.ABPgetValue();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15330":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15331":{"_id":"_2886","style":{"__isSmartRef__":true,"id":15332},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15332":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"15333":{"_id":"_2887","style":{"__isSmartRef__":true,"id":15334},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"(t > ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15334":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15335":{"_id":"_2888","style":{"__isSmartRef__":true,"id":15336},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15336":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15337":{"_id":"_2889","style":{"__isSmartRef__":true,"id":15338},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".abp.m) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15338":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15339":{"_id":"_2890","style":{"__isSmartRef__":true,"id":15340},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15340":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15341":{"_id":"_2891","style":{"__isSmartRef__":true,"id":15342},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15342":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15343":{"_id":"_2892","style":{"__isSmartRef__":true,"id":15344},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15344":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15345":{"_id":"_2893","style":{"__isSmartRef__":true,"id":15346},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".abp.m = t;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15346":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15347":{"_id":"_2894","style":{"__isSmartRef__":true,"id":15348},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15348":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15349":{"_id":"_2895","style":{"__isSmartRef__":true,"id":15350},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".abp.alpha = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15350":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15351":{"_id":"_2896","style":{"__isSmartRef__":true,"id":15352},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15352":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15353":{"_id":"_2897","style":{"__isSmartRef__":true,"id":15354},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".abp.m;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15354":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15355":{"_id":"_2898","style":{"__isSmartRef__":true,"id":15356},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15356":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15357":{"_id":"_2899","style":{"__isSmartRef__":true,"id":15358},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15358":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15359":{"_id":"_2900","style":{"__isSmartRef__":true,"id":15360},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15360":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"15361":{"_id":"_2901","style":{"__isSmartRef__":true,"id":15362},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15362":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15363":{"_id":"_2902","style":{"__isSmartRef__":true,"id":15364},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15364":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15365":{"_id":"_2903","style":{"__isSmartRef__":true,"id":15366},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".abp.isActive == true) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15366":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15367":{"_id":"_2904","style":{"__isSmartRef__":true,"id":15368},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15368":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15369":{"_id":"_2905","style":{"__isSmartRef__":true,"id":15370},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15370":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15371":{"_id":"_2906","style":{"__isSmartRef__":true,"id":15372},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15372":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"15373":{"_id":"_2907","style":{"__isSmartRef__":true,"id":15374},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" use additional recursive exit condition for ABP optimization","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15374":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15375":{"_id":"_2908","style":{"__isSmartRef__":true,"id":15376},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15376":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15377":{"_id":"_2909","style":{"__isSmartRef__":true,"id":15378},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15378":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"15379":{"_id":"_2910","style":{"__isSmartRef__":true,"id":15380},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" (","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15380":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15381":{"_id":"_2911","style":{"__isSmartRef__":true,"id":15382},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15382":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15383":{"_id":"_2912","style":{"__isSmartRef__":true,"id":15384},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".abp.m >= ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15384":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15385":{"_id":"_2913","style":{"__isSmartRef__":true,"id":15386},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15386":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15387":{"_id":"_2914","style":{"__isSmartRef__":true,"id":15388},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".abp.beta)","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15388":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15389":{"_id":"_2915","style":{"__isSmartRef__":true,"id":15390},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15390":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15391":{"_id":"_2916","style":{"__isSmartRef__":true,"id":15392},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15392":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15393":{"_id":"_2917","style":{"__isSmartRef__":true,"id":15394},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15394":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15395":{"_id":"_2918","style":{"__isSmartRef__":true,"id":15396},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".ABPmarkChildNodesAsSkippedAfter(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15396":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15397":{"_id":"_2919","style":{"__isSmartRef__":true,"id":15398},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15398":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15399":{"_id":"_2920","style":{"__isSmartRef__":true,"id":15400},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".abp.i);\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15400":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15401":{"_id":"_2921","style":{"__isSmartRef__":true,"id":15402},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15402":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15403":{"_id":"_2922","style":{"__isSmartRef__":true,"id":15404},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".ABPreturn();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15404":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15405":{"_id":"_2923","style":{"__isSmartRef__":true,"id":15406},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15406":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"15407":{"_id":"_2924","style":{"__isSmartRef__":true,"id":15408},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":";\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15408":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15409":{"_id":"_2925","style":{"__isSmartRef__":true,"id":15410},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15410":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15411":{"_id":"_2926","style":{"__isSmartRef__":true,"id":15412},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15412":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15413":{"_id":"_2927","style":{"__isSmartRef__":true,"id":15414},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15414":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15415":{"_id":"_2928","style":{"__isSmartRef__":true,"id":15416},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15416":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15417":{"_id":"_2929","style":{"__isSmartRef__":true,"id":15418},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15418":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15419":{"_id":"_2930","style":{"__isSmartRef__":true,"id":15420},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".ABPcontinue();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15420":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15421":{"_id":"_2931","style":{"__isSmartRef__":true,"id":15422},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15422":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15423":{"_id":"_2932","style":{"__isSmartRef__":true,"id":15424},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".bind(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15424":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15425":{"_id":"_2933","style":{"__isSmartRef__":true,"id":15426},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15426":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15427":{"_id":"_2934","style":{"__isSmartRef__":true,"id":15428},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":");\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15428":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15429":{"_id":"_2935","style":{"__isSmartRef__":true,"id":15430},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" \n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15430":{"__serializedExpressions__":["backgroundColor"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","backgroundColor":"Color.rgba(204,204,0,0.4)"},"15431":{"_id":"_2936","style":{"__isSmartRef__":true,"id":15432},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" child.ABPstart(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15432":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15433":{"_id":"_2937","style":{"__isSmartRef__":true,"id":15434},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15434":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15435":{"_id":"_2938","style":{"__isSmartRef__":true,"id":15436},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".abp.isActive, - ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15436":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15437":{"_id":"_2939","style":{"__isSmartRef__":true,"id":15438},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15438":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15439":{"_id":"_2940","style":{"__isSmartRef__":true,"id":15440},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".abp.beta, - ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15440":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15441":{"_id":"_2941","style":{"__isSmartRef__":true,"id":15442},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15442":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"15443":{"_id":"_2942","style":{"__isSmartRef__":true,"id":15444},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":".abp.m, callbackForChild);\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15444":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15445":{"_id":"_2943","style":{"__isSmartRef__":true,"id":15446},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" \n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15446":{"__serializedExpressions__":["backgroundColor"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","backgroundColor":"Color.rgba(204,204,0,0.4)"},"15447":{"_id":"_2944","style":{"__isSmartRef__":true,"id":15448},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15448":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15449":{"_id":"_2945","style":{"__isSmartRef__":true,"id":15450},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15450":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15451":{"_id":"_2946","style":{"__isSmartRef__":true,"id":15452},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15452":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15453":{"_id":"_2947","style":{"__isSmartRef__":true,"id":15454},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15454":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"15455":{"_id":"_2948","style":{"__isSmartRef__":true,"id":15456},"chunkOwner":{"__isSmartRef__":true,"id":15207},"storedString":").tag([]);","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15456":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"15457":{"resizeWidth":true,"resizeHeight":true},"15458":{"requiredModules":[],"partsSpaceName":"PartsBin/Widgets/","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15459":{"morph":{"__isSmartRef__":true,"id":15207},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15460":{"sourceObj":{"__isSmartRef__":true,"id":15207},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":15461},"targetMethodName":"indicateUnsavedChanges","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15461":{"submorphs":[],"scripts":[],"id":"6FC9B875-859B-4F49-8035-436A514E4806","shape":{"__isSmartRef__":true,"id":15462},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ChangeIndicator","partsBinMetaInfo":{"__isSmartRef__":true,"id":15463},"eventHandler":{"__isSmartRef__":true,"id":15464},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":14972},"layout":{"__isSmartRef__":true,"id":15465},"isBeingDragged":false,"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":26,"derivationIds":[220,"EE491D24-F056-4AFE-A669-7B7048C6C3D1","3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2","62DAD3C6-A81D-450F-B32F-601EA7E619D8","EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD","16F708CB-1259-4A75-BAEF-1A5216C6CB19","97CA61D3-E09B-43CD-9880-D8B36FA303F3","0AF6BEEC-8A57-44FF-9D8D-40BA6CC6A0CD","AF2BEE76-C34F-457E-8699-9896327A4C07","5EC39FF0-602F-44A2-BE3A-04FCA127E5D1","44CEBF61-9A92-4E36-9576-425D5054B471","E9ACF86B-B775-4125-83BC-7E4500597D40","FE62294A-F891-45E4-AAE7-6F386B5A8CB5","8771140D-0D57-4CAF-A57B-857F858CCC73","BE774795-5889-4DB8-A366-1C774555761B","89DA16ED-5636-4C0D-B52F-A327A5526DD6","94DAC0EC-79E9-48E5-90D5-2BB59495BD0B","048AE915-30CF-4DE4-819B-F7D41CE99585","0417EEDD-6B12-4AF1-B7BC-875E32521980","5DFAFB2A-C915-429E-A58C-030C229C9AB8","BD996DFA-D248-4D9C-AF33-C5BA2511A09E","9F92F095-A6B5-46E8-ADA1-051904ABE386","214CA9C7-6225-49ED-A484-C2D8D92B35ED","7258922C-C991-4EF3-A09B-318D8B6A1306","1F8069E8-E7D5-4153-AE2C-96F1782F041F","74FBBDBC-44BA-4111-B3DB-58142522023F","91D6D585-64D8-491A-AAAB-AF0A99533DEC","1761630D-17E9-4E04-A73C-9D15C26E19E3","B8E628C4-20D6-4B26-B820-A8D07194CE6F","6511B508-3FE2-4BDC-906A-D4E827163B0D"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","savedColor","alarmColor","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15466},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(782.0,40.0)","savedColor":"Color.rgb(0,0,0)","alarmColor":"Color.rgb(240,0,0)","distanceToDragEvent":"lively.pt(37.3,-17.5)"},"15462":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(8.6,9.7)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"15463":{"partsSpaceName":"PartsBin/Basic","comment":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","migrationLevel":2,"partName":"Rectangle","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15464":{"morph":{"__isSmartRef__":true,"id":15461},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15465":{"moveHorizontal":true,"adjustForNewBounds":true},"15466":{"indicateUnsavedChanges":{"__isSmartRef__":true,"id":15467},"setColors":{"__isSmartRef__":true,"id":15471}},"15467":{"varMapping":{"__isSmartRef__":true,"id":15468},"source":"function indicateUnsavedChanges() {\n if (this.owner.scriptPane.hasChanged()) {\n this.setColors(this.alarmColor);\n } else {\n this.setColors(this.savedColor);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15469},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15468":{"this":{"__isSmartRef__":true,"id":15461}},"15469":{"user":"lauritz","timestamp":{"__isSmartRef__":true,"id":15470}},"15470":{"isSerializedDate":true,"string":"Tue Sep 27 2011 20:09:19 GMT+0200 (CEST)"},"15471":{"varMapping":{"__isSmartRef__":true,"id":15472},"source":"function setColors(color) {\n this.setFill(color);\n this.setBorderColor(color);\n}","funcProperties":{"__isSmartRef__":true,"id":15473},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15472":{"this":{"__isSmartRef__":true,"id":15461}},"15473":{"user":"lauritz","timestamp":{"__isSmartRef__":true,"id":15474}},"15474":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:06:09 GMT+0200 (CEST)"},"15475":{"sourceObj":{"__isSmartRef__":true,"id":15207},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":15207},"targetMethodName":"highlightJavaScriptSyntax","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15476":{"sourceObj":{"__isSmartRef__":true,"id":15207},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":15207},"targetMethodName":"highlightSyntaxDebounced","varMapping":{"__isSmartRef__":true,"id":15477},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15477":{"source":{"__isSmartRef__":true,"id":15207},"target":{"__isSmartRef__":true,"id":15207}},"15478":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":15479},"id":553,"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":15480}],"eventHandler":{"__isSmartRef__":true,"id":15482},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_ClipMode":"visible","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":11,"_MaxTextWidth":90,"_MinTextWidth":90,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"_Align":"center","_VerticalAlign":"center","owner":null,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(244.5,177.9)","_TextColor":"Color.rgb(0,204,0)"},"15479":{"_ClipMode":"visible","_BorderWidth":1,"_StrokeOpacity":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,25.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(204,204,204)","_Fill":"Color.rgb(255,255,255)"},"15480":{"style":{"__isSmartRef__":true,"id":15481},"chunkOwner":{"__isSmartRef__":true,"id":15478},"_id":"_2806","storedString":"saved source","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15481":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15482":{"morph":{"__isSmartRef__":true,"id":15478},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15483":{"doSave":{"__isSmartRef__":true,"id":15484},"boundEval":{"__isSmartRef__":true,"id":15492},"reset":{"__isSmartRef__":true,"id":15500},"display":{"__isSmartRef__":true,"id":15504},"hasChanged":{"__isSmartRef__":true,"id":15508},"displayStatus":{"__isSmartRef__":true,"id":15512},"updateTarget":{"__isSmartRef__":true,"id":15516}},"15484":{"varMapping":{"__isSmartRef__":true,"id":15485},"source":"function doSave() {\n $super();\n var saved = this.boundEval(this.getTextString());\n if (saved) {\n this.lastSaveSource = this.textString;\n this.owner.changeIndicator.indicateUnsavedChanges();\n this.owner.updateLists();\n this.owner.selectChangedContent(this.getTextString());\n this.displayStatus(\"saved source\", Color.green);\n } else {\n this.displayStatus(\"not saved\", Color.red);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15490},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15485":{"this":{"__isSmartRef__":true,"id":15207},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15486}},"15486":{"$super":{"__isSmartRef__":true,"id":15487}},"15487":{"varMapping":{"__isSmartRef__":true,"id":15488},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15489},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15488":{"obj":{"__isSmartRef__":true,"id":15207},"name":"doSave"},"15489":{},"15490":{"timestamp":{"__isSmartRef__":true,"id":15491},"user":"lauritz"},"15491":{"isSerializedDate":true,"string":"Thu Nov 17 2011 23:15:19 GMT+0100 (CET)"},"15492":{"varMapping":{"__isSmartRef__":true,"id":15493},"source":"function boundEval(str) {\n var result;\n\n this.objectEditorPane.ensureAnnotationLayer();\n withLayers([ScriptAnnotationLayer], function() {\n result = $super(str);\n })\n \n return result\n}","funcProperties":{"__isSmartRef__":true,"id":15498},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15493":{"this":{"__isSmartRef__":true,"id":15207},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15494}},"15494":{"$super":{"__isSmartRef__":true,"id":15495}},"15495":{"varMapping":{"__isSmartRef__":true,"id":15496},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15497},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15496":{"obj":{"__isSmartRef__":true,"id":15207},"name":"boundEval"},"15497":{},"15498":{"timestamp":{"__isSmartRef__":true,"id":15499},"user":"lauritz","categories":[]},"15499":{"isSerializedDate":true,"string":"Wed Nov 16 2011 05:41:53 GMT+0100 (CET)"},"15500":{"varMapping":{"__isSmartRef__":true,"id":15501},"source":"function reset() {\n this.doitContext = null;\n this.lastSaveSource = \"\";\n this.textString = \"\";\n this.lastSaveSource = this.textString;\n this.enableSyntaxHighlighting();\n}","funcProperties":{"__isSmartRef__":true,"id":15502},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15501":{"this":{"__isSmartRef__":true,"id":15207}},"15502":{"timestamp":{"__isSmartRef__":true,"id":15503},"user":"cschuster","tags":[]},"15503":{"isSerializedDate":true,"string":"Wed May 16 2012 20:52:57 GMT+0200 (CEST)"},"15504":{"varMapping":{"__isSmartRef__":true,"id":15505},"source":"function display(jsCode) {\n this.lastSaveSource = jsCode;\n this.setTextString(jsCode);\n this.enableSyntaxHighlighting();\n this.highlightJavaScriptSyntax();\n this.applyStyle({align: 'left'});\n}","funcProperties":{"__isSmartRef__":true,"id":15506},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15505":{"this":{"__isSmartRef__":true,"id":15207}},"15506":{"timestamp":{"__isSmartRef__":true,"id":15507},"user":"lauritz","tags":[]},"15507":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:02:26 GMT+0200 (CEST)"},"15508":{"varMapping":{"__isSmartRef__":true,"id":15509},"source":"function hasChanged() {\n var cleanText = function (string) {\n var source = string.trim();\n if (source.substring(0,2) === \"//\") {\n // removes annotation line\n source = source.substring(source.indexOf(\"\\n\"), source.length);\n source = source.trim();\n }\n if (source === 'undefined' || source === 'null') source = '';\n return source;\n }\n var cleanedTextString = cleanText(this.textString);\n var cleanedLastSource = cleanText(this.lastSaveSource);\n return cleanedTextString !== cleanedLastSource;\n}","funcProperties":{"__isSmartRef__":true,"id":15510},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15509":{"this":{"__isSmartRef__":true,"id":15207}},"15510":{"timestamp":{"__isSmartRef__":true,"id":15511},"user":"lauritz","categories":[]},"15511":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:29:45 GMT+0200 (CEST)"},"15512":{"varMapping":{"__isSmartRef__":true,"id":15513},"source":"function displayStatus(msg, color, delay) {\n if (!this.statusMorph) {\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\n this.statusMorph.setFill(this.owner.getFill());\n this.statusMorph.setFontSize(11);\n this.statusMorph.setAlign('center');\n this.statusMorph.setVerticalAlign('center');\n }\n this.statusMorph.setTextString(msg);\n this.statusMorph.centerAt(this.innerBounds().center());\n this.statusMorph.setTextColor(color || Color.black);\n this.addMorph(this.statusMorph);\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \n}","funcProperties":{"__isSmartRef__":true,"id":15514},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15513":{"this":{"__isSmartRef__":true,"id":15207}},"15514":{"timestamp":{"__isSmartRef__":true,"id":15515},"user":"lauritz","categories":[]},"15515":{"isSerializedDate":true,"string":"Wed Nov 23 2011 18:23:05 GMT+0100 (CET)"},"15516":{"varMapping":{"__isSmartRef__":true,"id":15517},"source":"function updateTarget(target) {\n module('lively.ide.SyntaxHighlighting').load(true);\n this.doitContext = this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":15518},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15517":{"this":{"__isSmartRef__":true,"id":15207}},"15518":{"timestamp":{"__isSmartRef__":true,"id":15519},"user":"lauritz","tags":[]},"15519":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:07:42 GMT+0200 (CEST)"},"15520":{"submorphs":[{"__isSmartRef__":true,"id":15521}],"scripts":[],"id":847,"shape":{"__isSmartRef__":true,"id":15526},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15527},"lighterFill":{"__isSmartRef__":true,"id":15532},"label":{"__isSmartRef__":true,"id":15521},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"_Rotation":0,"name":"ObjectEditorClassButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":15537},"_Scale":1,"owner":null,"layout":{"__isSmartRef__":true,"id":15538},"eventHandler":{"__isSmartRef__":true,"id":15539},"__serializedExpressions__":["_Position","padding"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(820.0,9.0)","padding":"lively.rect(5,0,0,0)"},"15521":{"submorphs":[],"scripts":[],"id":848,"shape":{"__isSmartRef__":true,"id":15522},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":18,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":15520},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":15523}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":15525},"_HandStyle":"default","_PointerEvents":"none","__serializedExpressions__":["_Position","textColor","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"15522":{"borderWidth":0,"fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(116.0,18.0)","_BorderColor":"Color.rgb(0,0,0)"},"15523":{"style":{"__isSmartRef__":true,"id":15524},"chunkOwner":{"__isSmartRef__":true,"id":15521},"storedString":"","_id":"_1355","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15524":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15525":{"morph":{"__isSmartRef__":true,"id":15521},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15526":{"_Fill":{"__isSmartRef__":true,"id":15527},"_BorderWidth":1,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(116.0,20.0)","_BorderColor":"Color.rgb(214,214,214)"},"15527":{"stops":[{"__isSmartRef__":true,"id":15528},{"__isSmartRef__":true,"id":15529},{"__isSmartRef__":true,"id":15530},{"__isSmartRef__":true,"id":15531}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15528":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"15529":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"15530":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"15531":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"15532":{"stops":[{"__isSmartRef__":true,"id":15533},{"__isSmartRef__":true,"id":15534},{"__isSmartRef__":true,"id":15535},{"__isSmartRef__":true,"id":15536}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15533":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"15534":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15535":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15536":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"15537":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15538":{"moveHorizontal":true},"15539":{"morph":{"__isSmartRef__":true,"id":15520},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15540":{"submorphs":[],"scripts":[],"id":"5DD9F73D-CFC6-43DE-ABBB-1382D3B03485","shape":{"__isSmartRef__":true,"id":15541},"droppingEnabled":true,"halosEnabled":true,"itemList":["-- ALL --"],"selectedLineNo":1,"showsHalos":false,"name":"ObjectEditorConnectionList","partsBinMetaInfo":{"__isSmartRef__":true,"id":15542},"_ClipMode":"auto","owner":{"__isSmartRef__":true,"id":14972},"attributeConnections":[{"__isSmartRef__":true,"id":15543}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"prevScroll":[0,0],"layout":{"__isSmartRef__":true,"id":15545},"eventHandler":{"__isSmartRef__":true,"id":15546},"_FontSize":10,"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":19,"derivationIds":[209,"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E","35301083-B60D-4A43-8566-23860EEB4C04","9CC401CC-5A35-4643-935B-FD049C284E16","C9879D40-5E79-4C56-AA79-562ED82BF052","9F6F9261-EB76-4B58-B77D-7D70813A1ED7","8B59E237-F372-4F70-9768-7E9C1A7A021D","FC85F1B9-1978-42D2-850C-BD249981E8B4","D2B607C6-A89B-4B3F-91BB-720451EAB98D","CC361093-FF73-479B-9431-C645CB48F518","307D3B7C-C0E1-484F-8D7E-39FBA9D8EDA5","038AF132-861E-4A77-8756-E6B476413639","65B6CA87-98DE-4473-B4DD-F8763BC3B06A","0AA0E45B-6DCC-4AE0-938C-E53794A511DF","806ACC1C-1353-436B-B1FE-568846777C17","C74AE022-1184-4FDF-A53D-A17627FF61EA","686AF565-EEB0-4AB7-A12E-26727DAD9291","1102A5B3-9973-4471-9EDD-FD7AB802DEA6","BEB06225-53D0-4ACC-9154-DC2DEB5728B7","E32FE34B-7520-4612-B927-C8F9EDFC69BB","D21F598A-4E44-4752-B205-9595DF0E9AE3","FD6670F8-44F6-436A-960F-8BE8890F8B75","C5522110-E6CA-4F96-B33E-BEBF6978088A","BC9AC080-8315-49F1-B6CB-42F3B802F7D9","242A0967-D906-4396-9326-3CC0C9C3EA60","39C09174-63A5-421F-AB88-7A98755661E5","40C2C766-248F-451F-9D85-D1E4DCCB559D","C89F1632-FADA-4B3E-B2D9-1C1020ACB29A","F78E083D-993E-4963-8A7F-CB7182DE3931","CA8FBD0F-D14E-42E6-A6D4-803B9EE12264"],"selection":null,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15547},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(10.0,346.7)","distanceToDragEvent":"lively.pt(125.0,-17.1)"},"15541":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(180.0,74.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)","_Padding":"lively.rect(0,0,0,0)"},"15542":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15543":{"sourceObj":{"__isSmartRef__":true,"id":15540},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":14972},"targetMethodName":"displaySourceForConnection","converterString":"function (value) {\n if (!value) return;\n return (value === '-- ALL --') ? null : value[1];\n}","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15544},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15544":{"source":{"__isSmartRef__":true,"id":15540},"target":{"__isSmartRef__":true,"id":14972}},"15545":{"resizeHeight":false,"moveVertical":true},"15546":{"morph":{"__isSmartRef__":true,"id":15540},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15547":{"preselectItem":{"__isSmartRef__":true,"id":15548}},"15548":{"varMapping":{"__isSmartRef__":true,"id":15549},"source":"function preselectItem() {\n if (this.getList().size() === 2) {\n this.selectAt(1);\n } else {\n this.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15550},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15549":{"this":{"__isSmartRef__":true,"id":15540}},"15550":{"timestamp":{"__isSmartRef__":true,"id":15551},"user":"lauritz"},"15551":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:12:58 GMT+0100 (CET)"},"15552":{"submorphs":[{"__isSmartRef__":true,"id":15553}],"scripts":[],"id":47,"shape":{"__isSmartRef__":true,"id":15557},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15558},"lighterFill":{"__isSmartRef__":true,"id":15563},"label":{"__isSmartRef__":true,"id":15553},"attributeConnections":[{"__isSmartRef__":true,"id":15568}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"_Rotation":0,"name":"ObjectEditorTargetButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":15569},"_Scale":1,"owner":null,"isCopyMorphRef":true,"morphRefId":1,"__serializedExpressions__":["_Position","padding"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(215.0,35.0)","padding":"lively.rect(5,0,0,0)"},"15553":{"submorphs":[],"scripts":[],"id":48,"shape":{"__isSmartRef__":true,"id":15554},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":20,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":15552},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":15555}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_Scale":1,"__serializedExpressions__":["_Position","textColor","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"15554":{"borderWidth":0,"fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(116.0,20.0)","_BorderColor":"Color.rgb(0,0,0)"},"15555":{"style":{"__isSmartRef__":true,"id":15556},"chunkOwner":{"__isSmartRef__":true,"id":15553},"storedString":"","_id":"_1356","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15556":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15557":{"_Fill":{"__isSmartRef__":true,"id":15558},"_BorderWidth":1,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(116.0,20.0)","_BorderColor":"Color.rgb(214,214,214)"},"15558":{"stops":[{"__isSmartRef__":true,"id":15559},{"__isSmartRef__":true,"id":15560},{"__isSmartRef__":true,"id":15561},{"__isSmartRef__":true,"id":15562}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15559":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"15560":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"15561":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"15562":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"15563":{"stops":[{"__isSmartRef__":true,"id":15564},{"__isSmartRef__":true,"id":15565},{"__isSmartRef__":true,"id":15566},{"__isSmartRef__":true,"id":15567}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15564":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"15565":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15566":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15567":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"15568":{"sourceObj":{"__isSmartRef__":true,"id":15552},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14979},"targetMethodName":"chooseTargetMorphMenu","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15569":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15570":{"submorphs":[],"scripts":[],"id":435,"shape":{"__isSmartRef__":true,"id":15571},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":218,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":15572},"textChunks":[{"__isSmartRef__":true,"id":15573}],"charsReplaced":"","lastFindLoc":5,"priorSelectionRange":[15,15],"prevScroll":[0,0],"_ClipMode":"visible","list":[],"attributeConnections":[{"__isSmartRef__":true,"id":15575}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"listMorph":null,"_WhiteSpaceHandling":"pre-wrap","owner":null,"_Align":"left","eventHandler":{"__isSmartRef__":true,"id":15577},"_MinTextWidth":218,"_MinTextHeight":null,"scriptAnnotations":{"__isSmartRef__":true,"id":15578},"selection":{"__isSmartRef__":true,"id":14971},"previousSelection":[0,13],"isCopyMorphRef":true,"morphRefId":1,"isBeingDragged":false,"draggingEnabled":false,"layout":{"__isSmartRef__":true,"id":15597},"_Rotation":0,"_Scale":1,"savedTextString":"100","__serializedExpressions__":["_Position","textColor","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15598},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(200.0,10.0)","textColor":"Color.rgb(0,0,0)","distanceToDragEvent":"lively.pt(153.9,-23.7)"},"15571":{"fill":null,"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":3.7000000000000006,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(220.0,20.0)","_BorderColor":"Color.rgb(192,192,192)","_Padding":"lively.rect(0,0,0,0)","_Fill":"Color.rgb(244,244,244)"},"15572":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15573":{"style":{"__isSmartRef__":true,"id":15574},"chunkOwner":{"__isSmartRef__":true,"id":15570},"storedString":"","_id":"_1357","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15574":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15575":{"sourceObj":{"__isSmartRef__":true,"id":15570},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":14972},"targetMethodName":"setTarget","converterString":"function (name) { return $world.get(name)}","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15576},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15576":{"source":{"__isSmartRef__":true,"id":15570},"target":{"__isSmartRef__":true,"id":14972}},"15577":{"morph":{"__isSmartRef__":true,"id":15570},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15578":{"createListMorph":{"__isSmartRef__":true,"id":15579},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":15581},"onMouseUp":{"__isSmartRef__":true,"id":15583},"resetConnections":{"__isSmartRef__":true,"id":15585},"setTargetToListSelection":{"__isSmartRef__":true,"id":15587},"setTargetOfPane":{"__isSmartRef__":true,"id":15589},"onBlur":{"__isSmartRef__":true,"id":15591},"reset":{"__isSmartRef__":true,"id":15593},"onMouseDown":{"__isSmartRef__":true,"id":15595}},"15579":{"time":{"__isSmartRef__":true,"id":15580},"user":"lauritz"},"15580":{"isSerializedDate":true,"string":"Fri Oct 28 2011 05:27:29 GMT+0200 (CEST)"},"15581":{"time":{"__isSmartRef__":true,"id":15582},"user":"lauritz"},"15582":{"isSerializedDate":true,"string":"Fri Oct 14 2011 23:48:37 GMT+0200 (CEST)"},"15583":{"time":{"__isSmartRef__":true,"id":15584},"user":"lauritz"},"15584":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:51:14 GMT+0200 (CEST)"},"15585":{"time":{"__isSmartRef__":true,"id":15586},"user":"lauritz"},"15586":{"isSerializedDate":true,"string":"Wed Sep 28 2011 01:03:17 GMT+0200 (CEST)"},"15587":{"time":{"__isSmartRef__":true,"id":15588},"user":"lauritz"},"15588":{"isSerializedDate":true,"string":"Sat Oct 15 2011 00:00:58 GMT+0200 (CEST)"},"15589":{"time":{"__isSmartRef__":true,"id":15590},"user":"lauritz"},"15590":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:34:37 GMT+0200 (CEST)"},"15591":{"time":{"__isSmartRef__":true,"id":15592},"user":"lauritz"},"15592":{"isSerializedDate":true,"string":"Fri Oct 07 2011 19:24:18 GMT+0200 (CEST)"},"15593":{"time":{"__isSmartRef__":true,"id":15594},"user":"lauritz"},"15594":{"isSerializedDate":true,"string":"Fri Oct 07 2011 19:26:15 GMT+0200 (CEST)"},"15595":{"time":{"__isSmartRef__":true,"id":15596},"user":"lauritz"},"15596":{"isSerializedDate":true,"string":"Mon Oct 17 2011 19:49:00 GMT+0200 (CEST)"},"15597":{},"15598":{"getList":{"__isSmartRef__":true,"id":15599},"setList":{"__isSmartRef__":true,"id":15602},"reset":{"__isSmartRef__":true,"id":15605},"example":{"__isSmartRef__":true,"id":15608},"removeList":{"__isSmartRef__":true,"id":15611},"onBlur":{"__isSmartRef__":true,"id":15614},"createListMorph":{"__isSmartRef__":true,"id":15621},"resetConnections":{"__isSmartRef__":true,"id":15624},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":15627},"setTargetToListSelection":{"__isSmartRef__":true,"id":15630},"setTargetOfPane":{"__isSmartRef__":true,"id":15633},"onMouseDown":{"__isSmartRef__":true,"id":15636}},"15599":{"varMapping":{"__isSmartRef__":true,"id":15600},"source":"function getList() {\n return this.world().indentedListItemsOfMorphNames();\n}","funcProperties":{"__isSmartRef__":true,"id":15601},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15600":{"this":{"__isSmartRef__":true,"id":15570}},"15601":{},"15602":{"varMapping":{"__isSmartRef__":true,"id":15603},"source":"function setList(list) {\n return this.list = list;\n}","funcProperties":{"__isSmartRef__":true,"id":15604},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15603":{"this":{"__isSmartRef__":true,"id":15570}},"15604":{},"15605":{"varMapping":{"__isSmartRef__":true,"id":15606},"source":"function reset() {\n this.list = [];\n this.textString = 'empty';\n this.removeList();\n this.resetConnections();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":15607},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15606":{"this":{"__isSmartRef__":true,"id":15570}},"15607":{},"15608":{"varMapping":{"__isSmartRef__":true,"id":15609},"source":"function example() {\n/*\nthis.example()\nthis.getList()\n*/\n this.setList(Array.range(0,100));\n this.textString = 'empty';\n}","funcProperties":{"__isSmartRef__":true,"id":15610},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15609":{"this":{"__isSmartRef__":true,"id":15570}},"15610":{},"15611":{"varMapping":{"__isSmartRef__":true,"id":15612},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":15613},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15612":{"this":{"__isSmartRef__":true,"id":15570}},"15613":{},"15614":{"varMapping":{"__isSmartRef__":true,"id":15615},"source":"function onBlur() {\n $super();\n this.removeList();\n}","funcProperties":{"__isSmartRef__":true,"id":15620},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15615":{"this":{"__isSmartRef__":true,"id":15570},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15616}},"15616":{"$super":{"__isSmartRef__":true,"id":15617}},"15617":{"varMapping":{"__isSmartRef__":true,"id":15618},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15619},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15618":{"obj":{"__isSmartRef__":true,"id":15570},"name":"onBlur"},"15619":{},"15620":{},"15621":{"varMapping":{"__isSmartRef__":true,"id":15622},"source":"function createListMorph() {\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\n list.setList(this.getList());\n list.setFontSize(12);\n\n list.disableGrabbing();\n list.disableDragging();\n \n this.addMorph(list);\n list.setPosition(pt(0,0));\n\n connect(list, 'selection', this, 'setTargetToListSelection');\n \n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":15623},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15622":{"this":{"__isSmartRef__":true,"id":15570}},"15623":{},"15624":{"varMapping":{"__isSmartRef__":true,"id":15625},"source":"function resetConnections() {\n disconnectAll(this);\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \n\tfunction (name) { return $world.get(name)}});\n}","funcProperties":{"__isSmartRef__":true,"id":15626},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15625":{"this":{"__isSmartRef__":true,"id":15570}},"15626":{},"15627":{"varMapping":{"__isSmartRef__":true,"id":15628},"source":"function displayTopLevelMorphs() {\n if (this.listMorph) { this.removeList(); return true }\n var list = this.createListMorph(); \n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":15629},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15628":{"this":{"__isSmartRef__":true,"id":15570}},"15629":{},"15630":{"varMapping":{"__isSmartRef__":true,"id":15631},"source":"function setTargetToListSelection(selection) { \n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15632},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15631":{"this":{"__isSmartRef__":true,"id":15570}},"15632":{},"15633":{"varMapping":{"__isSmartRef__":true,"id":15634},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.setTextString(selection.getName());\n this.removeList();\n}","funcProperties":{"__isSmartRef__":true,"id":15635},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15634":{"this":{"__isSmartRef__":true,"id":15570}},"15635":{},"15636":{"varMapping":{"__isSmartRef__":true,"id":15637},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n return false;\n } else {\n this.displayTopLevelMorphs();\n return true;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15642},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15637":{"this":{"__isSmartRef__":true,"id":15570},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15638}},"15638":{"$super":{"__isSmartRef__":true,"id":15639}},"15639":{"varMapping":{"__isSmartRef__":true,"id":15640},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15641},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15640":{"obj":{"__isSmartRef__":true,"id":15570},"name":"onMouseDown"},"15641":{},"15642":{},"15643":{"morph":{"__isSmartRef__":true,"id":14979},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15644":{"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":15645},"setTarget":{"__isSmartRef__":true,"id":15648},"generateSourceForScript":{"__isSmartRef__":true,"id":15651},"generateSourceForConnection":{"__isSmartRef__":true,"id":15654},"generateTargetCode":{"__isSmartRef__":true,"id":15657},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":15660},"displayJavaScriptSource":{"__isSmartRef__":true,"id":15663},"displaySourceForScript":{"__isSmartRef__":true,"id":15666},"displaySourceForConnection":{"__isSmartRef__":true,"id":15669},"newScript":{"__isSmartRef__":true,"id":15672},"newConnection":{"__isSmartRef__":true,"id":15675},"deleteSelectedScript":{"__isSmartRef__":true,"id":15678},"disconnectConnection":{"__isSmartRef__":true,"id":15681},"updateLists":{"__isSmartRef__":true,"id":15684},"displayInitialScript":{"__isSmartRef__":true,"id":15687},"reset":{"__isSmartRef__":true,"id":15690},"selectChangedContent":{"__isSmartRef__":true,"id":15693}},"15645":{"varMapping":{"__isSmartRef__":true,"id":15646},"source":"function sortedScriptNamesOfObj(obj) {\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\n return Functions.own(obj)\n\t.select(function(name) { return obj[name].hasLivelyClosure })\n\t.sortBy(function(name) { return name.toLowerCase() });\n}","funcProperties":{"__isSmartRef__":true,"id":15647},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15646":{"this":{"__isSmartRef__":true,"id":14979}},"15647":{},"15648":{"varMapping":{"__isSmartRef__":true,"id":15649},"source":"function setTarget(morph) {\n this.reset();\n module('lively.ide.SyntaxHighlighting').load(true);\n this.target = morph;\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\n this.scriptPane.doitContext = this.target;\n this.updateLists();\n this.displayInitialScript();\n}","funcProperties":{"__isSmartRef__":true,"id":15650},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15649":{"this":{"__isSmartRef__":true,"id":14979}},"15650":{},"15651":{"varMapping":{"__isSmartRef__":true,"id":15652},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName].getOriginal();\n return Strings.format('this.addScript(%s);' ,script)\n}","funcProperties":{"__isSmartRef__":true,"id":15653},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15652":{"this":{"__isSmartRef__":true,"id":14979}},"15653":{},"15654":{"varMapping":{"__isSmartRef__":true,"id":15655},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":15656},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15655":{"this":{"__isSmartRef__":true,"id":14979}},"15656":{},"15657":{"varMapping":{"__isSmartRef__":true,"id":15658},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":15659},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15658":{"this":{"__isSmartRef__":true,"id":14979}},"15659":{},"15660":{"varMapping":{"__isSmartRef__":true,"id":15661},"source":"function sortedConnectionNamesOfObj(obj) {\n if (\"attributeConnections\" in obj) {\n return obj.attributeConnections\n .sortBy(function(each) {return name.toLowerCase() })\n .collect(function(each) {return [each.getSourceAttrName(), each]});\n } else {\n return [];\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15662},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15661":{"this":{"__isSmartRef__":true,"id":14979}},"15662":{},"15663":{"varMapping":{"__isSmartRef__":true,"id":15664},"source":"function displayJavaScriptSource(jsCode) {\n this.scriptPane.setTextString(jsCode);\n this.scriptPane.highlightJavaScriptSyntax();\n}","funcProperties":{"__isSmartRef__":true,"id":15665},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15664":{"this":{"__isSmartRef__":true,"id":14979}},"15665":{},"15666":{"varMapping":{"__isSmartRef__":true,"id":15667},"source":"function displaySourceForScript(scriptName) {\n if (!scriptName) return;\n var code = \"\", that = this;\n if (scriptName === \"-- ALL --\") {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\");\n });\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":15668},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15667":{"this":{"__isSmartRef__":true,"id":14979}},"15668":{},"15669":{"varMapping":{"__isSmartRef__":true,"id":15670},"source":"function displaySourceForConnection(connection) {\n if (!connection) return;\n var code = \"\", that = this;\n if ((typeof connection === \"string\") && connection === \"-- ALL --\") {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n })\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":15671},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15670":{"this":{"__isSmartRef__":true,"id":14979}},"15671":{},"15672":{"varMapping":{"__isSmartRef__":true,"id":15673},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n\\t\\n});\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15674},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15673":{"this":{"__isSmartRef__":true,"id":14979}},"15674":{},"15675":{"varMapping":{"__isSmartRef__":true,"id":15676},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15677},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15676":{"this":{"__isSmartRef__":true,"id":14979}},"15677":{},"15678":{"varMapping":{"__isSmartRef__":true,"id":15679},"source":"function deleteSelectedScript() {\n if (this.scriptList.selection && this.target) {\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\n delete this.target[this.scriptList.selection];\n this.updateLists();\n this.displayInitialScript();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15680},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15679":{"this":{"__isSmartRef__":true,"id":14979}},"15680":{},"15681":{"varMapping":{"__isSmartRef__":true,"id":15682},"source":"function disconnectConnection() {\n var selection = this.connectionList.selection;\n if (selection && \n (typeof selection !== \"string\") &&\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":15683},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15682":{"this":{"__isSmartRef__":true,"id":14979}},"15683":{},"15684":{"varMapping":{"__isSmartRef__":true,"id":15685},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":15686},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15685":{"this":{"__isSmartRef__":true,"id":14979}},"15686":{},"15687":{"varMapping":{"__isSmartRef__":true,"id":15688},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15689},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15688":{"this":{"__isSmartRef__":true,"id":14979}},"15689":{},"15690":{"varMapping":{"__isSmartRef__":true,"id":15691},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":15692},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15691":{"this":{"__isSmartRef__":true,"id":14979}},"15692":{},"15693":{"varMapping":{"__isSmartRef__":true,"id":15694},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":15786},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15785":{"this":{"__isSmartRef__":true,"id":15761}},"15786":{"timestamp":{"__isSmartRef__":true,"id":15787},"user":"lauritz","categories":[]},"15787":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (CET)"},"15788":{"submorphs":[{"__isSmartRef__":true,"id":15789}],"scripts":[],"id":"8E0FA978-7C5E-4BE8-8F12-1C60E25DA0C3","shape":{"__isSmartRef__":true,"id":15794},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15800},"lighterFill":{"__isSmartRef__":true,"id":15805},"label":{"__isSmartRef__":true,"id":15789},"attributeConnections":[{"__isSmartRef__":true,"id":15810}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":15812},"owner":{"__isSmartRef__":true,"id":14972},"eventHandler":{"__isSmartRef__":true,"id":15813},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":14972},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D","7DDF7175-34FC-4521-A7C3-580A8BE63351","DEA39C05-FAD7-4882-AB3D-0EE12C3408F9","99186A50-1411-4B6F-B1CB-FF0742C20D7D","10F3E467-6BB8-4D07-BD17-8C50593FD6B8","7260818C-6472-4288-8BDD-1E7798A543F3","DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89","D75BCAED-3029-46EB-B944-4A102BB1BC0F","9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0","48A5078F-B4A5-4F4E-884D-84CCDFFBE6F0","33905494-AA01-4311-8398-1F6C3D4F1BAC","5D7201A7-1374-49AD-851F-E3167EFED99E","9B69B6C6-71F2-402E-89D1-E97FC2D3AE13","DA1B3A74-F4A6-427B-8FBD-3D2E9D8CD866","DBFC4A4F-8601-4C32-9460-53902C3B0F37","ED51CA7C-CE32-4CF5-9398-0BA9B791FF5E","4F7A7C1A-3788-478C-AFF5-BA62C7FCB01D","FCEFF15E-E5B8-4C7E-A139-302649441119","3674B8DC-F4E5-4A5C-ACEC-96D743BB6050","33E0336F-FD6A-4AAB-AECB-B7D6C7C80631","761015EE-47CF-40F6-A403-8A959B2DB0A6","361B531D-7A1C-441A-BE8B-0B503543FF6C","E283DDFD-1D8F-4E3D-A0BC-40C30221FFDC"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"isPressed":false,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15814},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(160.0,40.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(33.4,-21.3)"},"15789":{"submorphs":[],"scripts":[],"id":"D728473B-82D1-409B-8B0F-5AE6E9603B67","shape":{"__isSmartRef__":true,"id":15790},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":25,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":15788},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":15791}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":15793},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":25,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","DF0CAF75-4247-4797-B1A0-AD7444391E2A","B4C4F09B-F663-47A1-B85F-461D5452F5F8","FD966AB1-4685-4151-9A38-B1B21B0237EF","CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97","88F1581A-7AEF-4646-B7F9-3890CDDB8494","DC577877-7F00-4238-9246-08C2A10C0CC9","818C9467-71A2-44D6-B01F-1523A0CD5476","C0CF3DDB-AA12-49E0-B12A-6B620552BB47","853E19A1-E97D-463D-A24F-0148671EB696","0203CA4C-E523-4F7D-824B-F09BA3914BDD","18B98A59-6C8E-4386-B3EF-A17259C51C0F","24D84E0A-FA16-47DE-934D-E60729EEB227","7035F1EB-4B8C-4F20-B3AC-966403F55C0A","69831817-0662-4848-8481-44558987D21D","BA13E4C6-DF2A-4059-9174-7725FA3FE514","3E989A29-2A8F-4AFE-B312-A0852B746605","7B675033-945D-4AE1-B85F-DBD35C7B02AA","E0D76A08-70F9-4710-907E-B2D83D60D29A","495F5D43-B450-45B7-B238-FC12AA8F6488","B551041D-4E6E-44F3-8405-1DCE5344BCCD","0A287650-EC32-45AA-8504-0513B196727F","717B0EFA-1422-4224-9A53-5A494F6191A4","C86C167E-8A7D-43BE-AFED-AAEDA70B95EE"],"_Scale":1,"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"15790":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(25.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"15791":{"style":{"__isSmartRef__":true,"id":15792},"chunkOwner":{"__isSmartRef__":true,"id":15789},"storedString":"-","_id":"_1363","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15792":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15793":{"morph":{"__isSmartRef__":true,"id":15789},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15794":{"_Fill":{"__isSmartRef__":true,"id":15795},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(25.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"15795":{"stops":[{"__isSmartRef__":true,"id":15796},{"__isSmartRef__":true,"id":15797},{"__isSmartRef__":true,"id":15798},{"__isSmartRef__":true,"id":15799}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15796":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"15797":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"15798":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"15799":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"15800":{"stops":[{"__isSmartRef__":true,"id":15801},{"__isSmartRef__":true,"id":15802},{"__isSmartRef__":true,"id":15803},{"__isSmartRef__":true,"id":15804}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15801":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"15802":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"15803":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"15804":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"15805":{"stops":[{"__isSmartRef__":true,"id":15806},{"__isSmartRef__":true,"id":15807},{"__isSmartRef__":true,"id":15808},{"__isSmartRef__":true,"id":15809}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15806":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"15807":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15808":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15809":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"15810":{"sourceObj":{"__isSmartRef__":true,"id":15788},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":15788},"targetMethodName":"deleteSelectedScript","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":15811},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15811":{"source":{"__isSmartRef__":true,"id":15788},"target":{"__isSmartRef__":true,"id":15788}},"15812":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15813":{"morph":{"__isSmartRef__":true,"id":15788},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15814":{"deleteSelectedScript":{"__isSmartRef__":true,"id":15815}},"15815":{"varMapping":{"__isSmartRef__":true,"id":15816},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":15817},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15816":{"this":{"__isSmartRef__":true,"id":15788}},"15817":{"timestamp":{"__isSmartRef__":true,"id":15818},"user":"lauritz"},"15818":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (CET)"},"15819":{"submorphs":[{"__isSmartRef__":true,"id":15820}],"scripts":[],"id":"7792BC9B-1544-43C0-9FA2-6F3FF1BD7633","shape":{"__isSmartRef__":true,"id":15826},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15827},"lighterFill":{"__isSmartRef__":true,"id":15832},"label":{"__isSmartRef__":true,"id":15820},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":15837},"list":[],"eventHandler":{"__isSmartRef__":true,"id":15838},"owner":{"__isSmartRef__":true,"id":14972},"textString":"","selection":{"__isSmartRef__":true,"id":15839},"_ClipMode":"visible","prevScroll":[0,0],"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA","A50C1893-4138-4E29-865B-92F53F76D08A","1EC5D2B9-3539-419A-8DD6-CE82DEABB02C","95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0","672DEFAB-2BE5-4C60-9779-3B44694FBEB1","E3476213-5872-492C-BE29-0C6A5A150ED8","AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE","54B67D51-AB19-40A0-A2A6-EC51F3171CAC","1CF44342-896F-4ACB-847F-7CB3CD10ED5A","279A9257-1667-4E0C-844B-A4E0D02462F0","DDCBD835-4B3F-4B8F-9623-696DA76C3A2C","D2CB17F3-5DD0-4E97-BF99-40A95ABF976B","FA519665-2394-43D3-8DCF-802A158F3291","90519BB5-7419-46E0-B7E3-4C26304F3414","0B7FC23C-C63C-4F20-8BAF-1BD1B7205762","B54FAD70-E598-4B06-8F41-00843A06D4B0","5A8ECBD6-ADDE-43FA-8D9E-BC483898DF8A","69DD3160-FAD3-4AD8-9B1C-CB9229AD8034","2C8AD368-8815-41D5-8C8D-CD36ECCF4A96","80C5655D-B03D-413B-A84C-D59A60D8EEEC","BA8066E4-5B8E-4048-97C5-332953805999","E27E2CB2-789E-4269-B5E8-2631B5D2840B","0EDAA37B-E8BA-4DE7-820A-17A44E299F5C"],"_Rotation":0,"_Scale":1,"isPressed":false,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15845},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(200.1,10.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(122.9,-11.6)"},"15820":{"submorphs":[],"scripts":[],"id":"3AAF5896-79F8-49BF-9442-8952862FD071","shape":{"__isSmartRef__":true,"id":15821},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":15819},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":15822}],"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":15824}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"eventHandler":{"__isSmartRef__":true,"id":15825},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","D09C56C3-A2DC-4BDF-B8A1-6365138ECD01","74158C3D-B79E-43E7-B111-48701B10ACE2","B19E117B-E40F-4B9F-86AC-BFB2AAFD5336","4E3B3D72-E52C-44ED-AE32-78939BA1ECFD","2459D1F0-E49C-4882-AB4C-D78C1A496962","3D8D3B02-0459-45C1-A606-D0DB4B07958C","78AAE288-D261-4BEA-9436-C8C31B890B44","2E10F795-9892-4BF7-9A46-BCB90FD6112E","DE32EFA9-C920-42F6-9F2E-7EDABEC006AF","23FBFC79-1927-48FD-8C1C-09FFD7539784","3409506C-9BAE-43DA-BCAF-94392F9646DF","ED94289E-98FC-4126-9EED-25FDC98D5BFC","63C2F1D8-3A1B-464B-9945-1F661D4CFE26","782AAB82-32E9-4A37-9DC0-3118636C2CCE","D564B3C8-D9B5-4D7D-80DD-16715ED878F6","D9344242-9F26-4A5D-B86D-6FAEA43B439C","E7E3A5EE-8F82-4F04-9E65-771E2E4AC9D1","55BF0D1C-FCDF-4D8B-9E42-8EF0F36074A3","B3BE05E0-5704-45B4-8B1D-E7FDA5CE6235","9A503124-0F1D-4390-B668-E4457CBC1376","26D1AD85-C129-4C24-A16A-B6863FC35F41","7425ED3B-1418-47C8-A2EE-52CDF3C4D860","C4B9C269-4F6E-4EA2-A6EA-38C21A011591"],"_Scale":1,"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(2.0,1.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(5,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"15821":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(220.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"15822":{"style":{"__isSmartRef__":true,"id":15823},"chunkOwner":{"__isSmartRef__":true,"id":15820},"_id":"_43618","storedString":"node","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15823":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15824":{"sourceObj":{"__isSmartRef__":true,"id":15820},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":15819},"targetMethodName":"selection","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15825":{"morph":{"__isSmartRef__":true,"id":15820},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15826":{"_Fill":{"__isSmartRef__":true,"id":15827},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(220.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"15827":{"stops":[{"__isSmartRef__":true,"id":15828},{"__isSmartRef__":true,"id":15829},{"__isSmartRef__":true,"id":15830},{"__isSmartRef__":true,"id":15831}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15828":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"15829":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"15830":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"15831":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"15832":{"stops":[{"__isSmartRef__":true,"id":15833},{"__isSmartRef__":true,"id":15834},{"__isSmartRef__":true,"id":15835},{"__isSmartRef__":true,"id":15836}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15833":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"15834":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15835":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15836":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"15837":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15838":{"morph":{"__isSmartRef__":true,"id":15819},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15839":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":15840},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":580,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":28,"name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":15841},"textChunks":[{"__isSmartRef__":true,"id":15842}],"eventHandler":{"__isSmartRef__":true,"id":15844},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__serializedExpressions__":["_Position","textColor","_TextColor","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(37.0,23.0)","textColor":"Color.rgb(0,0,0)","_TextColor":"Color.rgb(0,79,152)","distanceToDragEvent":"lively.pt(221.0,-12.0)"},"15840":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(580.0,43.0)","_BorderColor":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"15841":{"partsSpaceName":"PartsBin/Worlds/","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15842":{"style":{"__isSmartRef__":true,"id":15843},"chunkOwner":{"__isSmartRef__":true,"id":15839},"storedString":"","_id":"_1365","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15843":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15844":{"morph":{"__isSmartRef__":true,"id":15839},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15845":{"reset":{"__isSmartRef__":true,"id":15846},"onMouseDown":{"__isSmartRef__":true,"id":15850},"onBlur":{"__isSmartRef__":true,"id":15858},"createScenePresentation":{"__isSmartRef__":true,"id":15866},"presentTargetChooser":{"__isSmartRef__":true,"id":15870},"removeTargetChooser":{"__isSmartRef__":true,"id":15874},"removeHighlight":{"__isSmartRef__":true,"id":15878},"highlightCurrentTarget":{"__isSmartRef__":true,"id":15882},"updateTargetFromSelection":{"__isSmartRef__":true,"id":15886},"currentMorphicScene":{"__isSmartRef__":true,"id":15890},"highlightTarget":{"__isSmartRef__":true,"id":15894},"setLabel":{"__isSmartRef__":true,"id":15898},"updateTargetFromOwner":{"__isSmartRef__":true,"id":15906}},"15846":{"varMapping":{"__isSmartRef__":true,"id":15847},"source":"function reset() {\n this.removeTargetChooser();\n this.setLabel('empty');\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":15848},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15847":{"this":{"__isSmartRef__":true,"id":15819}},"15848":{"timestamp":{"__isSmartRef__":true,"id":15849},"user":"lauritz","tags":[]},"15849":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:57 GMT+0200 (CEST)"},"15850":{"varMapping":{"__isSmartRef__":true,"id":15851},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) {\n return $super(evt);\n }\n \n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeTargetChooser();\n } else {\n this.presentTargetChooser();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15856},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15851":{"this":{"__isSmartRef__":true,"id":15819},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15852}},"15852":{"$super":{"__isSmartRef__":true,"id":15853}},"15853":{"varMapping":{"__isSmartRef__":true,"id":15854},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15855},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15854":{"obj":{"__isSmartRef__":true,"id":15819},"name":"onMouseDown"},"15855":{},"15856":{"timestamp":{"__isSmartRef__":true,"id":15857},"user":"lauritz","tags":[]},"15857":{"isSerializedDate":true,"string":"Fri Aug 03 2012 12:44:10 GMT+0200 (CEST)"},"15858":{"varMapping":{"__isSmartRef__":true,"id":15859},"source":"function onBlur(evt) {\n $super(evt);\n \n // remove the scene presentation when clicked elsewhere\n var target = evt.world.clickedOnMorph;\n if (!this.listMorph || !this.listMorph.isAncestorOf(target)) {\n this.removeTargetChooser();\n } else {\n this.focus();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15864},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15859":{"this":{"__isSmartRef__":true,"id":15819},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15860}},"15860":{"$super":{"__isSmartRef__":true,"id":15861}},"15861":{"varMapping":{"__isSmartRef__":true,"id":15862},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15863},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15862":{"obj":{"__isSmartRef__":true,"id":15819},"name":"onBlur"},"15863":{},"15864":{"timestamp":{"__isSmartRef__":true,"id":15865},"user":"lauritz","tags":[]},"15865":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:05 GMT+0200 (CEST)"},"15866":{"varMapping":{"__isSmartRef__":true,"id":15867},"source":"function createScenePresentation() {\n var that = this,\n items = this.currentMorphicScene(),\n height = this.owner.getExtent().y,\n bounds = new Rectangle(0, this.getExtent().y, this.getExtent().x * 2, height),\n treeMorph = new lively.morphic.Tree(),\n rect = lively.morphic.Morph.makeRectangle(bounds),\n currentTarget = null;\n \n treeMorph.childrenPerPage = 10000;\n treeMorph.setName(\"MorphSelectorTree\");\n treeMorph.getLayouter().defer();\n treeMorph.setItem(items);\n treeMorph.childNodes.each(function (n) {\n n.expand();\n })\n \n currentTarget = this.highlightCurrentTarget(treeMorph);\n \n rect.setFill(Color.white);\n rect.beClip(true);\n rect.disableGrabbing();\n rect.disableDragging();\n rect.setBorderWidth(1);\n rect.setBorderColor(Color.rgb(150,150,150));\n rect.addMorph(treeMorph);\n rect.treeMorph = treeMorph;\n rect.currentTarget = currentTarget;\n\n return rect;\n}","funcProperties":{"__isSmartRef__":true,"id":15868},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15867":{"this":{"__isSmartRef__":true,"id":15819}},"15868":{"timestamp":{"__isSmartRef__":true,"id":15869},"user":"lauritz","tags":[]},"15869":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:56 GMT+0200 (CEST)"},"15870":{"varMapping":{"__isSmartRef__":true,"id":15871},"source":"function presentTargetChooser() {\n var list = this.createScenePresentation(),\n tree = list.treeMorph,\n target = list.currentTarget\n \n list.setVisible(false)\n this.addMorph(list)\n this.listMorph = list\n list.focus()\n\n // need temp here, doesn't work otherwise, strange errors... Javascript WAT\n var layouting = function() {\n list.setVisible(true)\n \n if (target) {\n var globalTransform = new lively.morphic.Similitude()\n for (var morph = target; (morph != list) && \n (morph != undefined); morph = morph.owner) {\n globalTransform.preConcatenate(morph.getTransform());\n } \n \n list.scrollRectIntoView(target.getBounds().\n translatedBy(globalTransform.getTranslation()));\n tree.getLayouter().resume();\n }\n }\n layouting.morphicDelay(1);\n}","funcProperties":{"__isSmartRef__":true,"id":15872},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15871":{"this":{"__isSmartRef__":true,"id":15819}},"15872":{"timestamp":{"__isSmartRef__":true,"id":15873},"user":"lauritz","tags":[]},"15873":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:13:22 GMT+0200 (CEST)"},"15874":{"varMapping":{"__isSmartRef__":true,"id":15875},"source":"function removeTargetChooser() {\n if (this.listMorph) {\n this.listMorph.remove();\n delete this.listMorph; \n }\n}","funcProperties":{"__isSmartRef__":true,"id":15876},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15875":{"this":{"__isSmartRef__":true,"id":15819}},"15876":{"timestamp":{"__isSmartRef__":true,"id":15877},"user":"lauritz","tags":[]},"15877":{"isSerializedDate":true,"string":"Fri Aug 03 2012 12:43:38 GMT+0200 (CEST)"},"15878":{"varMapping":{"__isSmartRef__":true,"id":15879},"source":"function removeHighlight(node) {\n node.submorphs[0].setFill(Color.rgb(255,255,255))\n}","funcProperties":{"__isSmartRef__":true,"id":15880},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15879":{"this":{"__isSmartRef__":true,"id":15819}},"15880":{"timestamp":{"__isSmartRef__":true,"id":15881},"user":"lauritz","tags":[]},"15881":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:32:15 GMT+0200 (CEST)"},"15882":{"varMapping":{"__isSmartRef__":true,"id":15883},"source":"function highlightCurrentTarget(tree) {\n var target = this.owner.target,\n nodes = tree.childNodes,\n highlightNode;\n\n if (!target) {\n return\n } else if (target.isMorph) {\n var expandables = [target],\n nextOwner = target,\n currentNode\n while (nextOwner.owner) {\n expandables.push(nextOwner.owner)\n nextOwner = nextOwner.owner\n }\n expandables.reverse().each(function (m) {\n currentNode = nodes.detect(function (n) {\n return n.item.value === m;\n })\n if (currentNode) {\n nodes = currentNode.childNodes\n if (!nodes && currentNode.item.children) {\n currentNode.expand();\n nodes = currentNode.childNodes;\n }\n } else {\n return;\n }\n })\n if (currentNode && currentNode.item.value === target) {\n highlightNode = currentNode;\n }\n } else {\n var groupNodes = nodes.detect(function (n) {\n return n.item.value === 'groups';\n }).childNodes\n highlightNode = groupNodes.detect(function (n) {\n // group names are unique\n return n.item.value.name === target.name;\n })\n }\n\n if (highlightNode) {\n this.highlightTarget(highlightNode);\n }\n return highlightNode;\n}","funcProperties":{"__isSmartRef__":true,"id":15884},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15883":{"this":{"__isSmartRef__":true,"id":15819}},"15884":{"timestamp":{"__isSmartRef__":true,"id":15885},"user":"lauritz","tags":[]},"15885":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:31:39 GMT+0200 (CEST)"},"15886":{"varMapping":{"__isSmartRef__":true,"id":15887},"source":"function updateTargetFromSelection(selection) { \n var that = this;\n var update = function(confirmed) {\n if (confirmed) {\n that.owner.setTarget(selection);\n that.setLabel(selection.getName() || selection.toString());\n }\n }\n \n this.removeTargetChooser();\n if (this.owner.hasUnsavedChanges && this.owner.hasUnsavedChanges()) {\n this.owner.confirmUnsavedChanges(update);\n } else {\n update(true);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15888},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15887":{"this":{"__isSmartRef__":true,"id":15819}},"15888":{"timestamp":{"__isSmartRef__":true,"id":15889},"user":"lauritz","tags":[]},"15889":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:57 GMT+0200 (CEST)"},"15890":{"varMapping":{"__isSmartRef__":true,"id":15891},"source":"function currentMorphicScene() {\n var onSelect = function onSelect(tree) {\n this.selector.updateTargetFromSelection(this.value);\n }\n var properties = {\n editorPane: this.owner,\n selector: this\n }\n \n return {children: [{ \n name: 'World',\n value: this.world(),\n selector: this,\n onSelect: onSelect,\n children: this.world().submorphs.invoke('treeItemsOfMorphNames',\n {scripts: [onSelect],\n properties: properties,\n showUnnamed: true}).compact()\n }]};\n}","funcProperties":{"__isSmartRef__":true,"id":15892},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15891":{"this":{"__isSmartRef__":true,"id":15819}},"15892":{"timestamp":{"__isSmartRef__":true,"id":15893},"user":"lauritz","tags":[]},"15893":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:43 GMT+0200 (CEST)"},"15894":{"varMapping":{"__isSmartRef__":true,"id":15895},"source":"function highlightTarget(node) {\n node.submorphs[0].setFill(Color.rgb(218,218,218))\n}","funcProperties":{"__isSmartRef__":true,"id":15896},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15895":{"this":{"__isSmartRef__":true,"id":15819}},"15896":{"timestamp":{"__isSmartRef__":true,"id":15897},"user":"lauritz","tags":[]},"15897":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:32:12 GMT+0200 (CEST)"},"15898":{"varMapping":{"__isSmartRef__":true,"id":15899},"source":"function setLabel(label) {\n this.label.setTextString(label);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":15904},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15899":{"this":{"__isSmartRef__":true,"id":15819},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15900}},"15900":{"$super":{"__isSmartRef__":true,"id":15901}},"15901":{"varMapping":{"__isSmartRef__":true,"id":15902},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15903},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15902":{"obj":{"__isSmartRef__":true,"id":15819},"name":"setLabel"},"15903":{},"15904":{"timestamp":{"__isSmartRef__":true,"id":15905},"user":"lauritz","tags":[]},"15905":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:31 GMT+0200 (CEST)"},"15906":{"varMapping":{"__isSmartRef__":true,"id":15907},"source":"function updateTargetFromOwner() {\n this.setLabel(this.owner.target);\n}","funcProperties":{"__isSmartRef__":true,"id":15908},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15907":{"this":{"__isSmartRef__":true,"id":15819}},"15908":{"timestamp":{"__isSmartRef__":true,"id":15909},"user":"lauritz","tags":[]},"15909":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:24:24 GMT+0200 (CEST)"},"15910":{"submorphs":[],"scripts":[],"id":"E444909D-989A-4CA9-83F6-9F36B272FB45","shape":{"__isSmartRef__":true,"id":15911},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":64.8979476392384,"showsHalos":false,"_FontSize":9,"name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":15912},"textChunks":[{"__isSmartRef__":true,"id":15913}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":15915},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_ClipMode":"visible","draggingEnabled":false,"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":14972},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","1E8D3752-D212-41F8-BC63-B094E0C80707","75C07D11-AE5D-4A36-B2D0-F2A6EA414E72","494AB1C0-2C09-49DE-B4AA-1F24DC7495FF","25199967-E3BA-4763-A704-37BD3152A5F7","8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9","DDB23EF0-540C-4046-AD4D-C001E8A5F20C","FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9","52850E3E-BE46-467C-A381-902F5E4859FD","147F9160-7168-44A4-9EA4-A36466EE1F52","8E4FB238-FC20-4DA7-AC9F-6921EBBD5609","3D09A998-5E60-4E94-9C6A-B08E7D98F02A","B8986B95-68A4-4212-8560-C86C8F7B3B3C","81BAFCDC-090F-4A92-8AD6-C3127620CCF4","3663625F-2BB0-494C-A467-04148A441F42","8F0EE2A4-3C90-4F71-A04E-2B285D2543CD","B5F10B61-9C89-4903-BD4C-DF3B9D283432","7005184B-8CE8-4DB8-82D8-D75E16ADE428","B8106E33-B470-45C3-916E-6E92CAFDD854","3013F6C8-9D86-49F3-9EB0-AA42B27F1DC6","A49BA117-B9D4-43F4-82EA-458B9D16FDBA","9FB9DF10-FCEC-44FE-9614-6DFC4B814576","54F9AFFD-B235-48AC-85E0-57921251546E","7A472A4B-7292-49B5-9F03-DE2E3A096714"],"_Rotation":0,"_Scale":1,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedExpressions__":["_Position","textColor","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(10.0,12.9)","textColor":"Color.rgb(0,0,0)","distanceToDragEvent":"lively.pt(45.8,-27.8)"},"15911":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(64.9,14.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"15912":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15913":{"style":{"__isSmartRef__":true,"id":15914},"chunkOwner":{"__isSmartRef__":true,"id":15910},"storedString":"Tag:","_id":"_1367","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15914":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15915":{"morph":{"__isSmartRef__":true,"id":15910},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15916":{"submorphs":[{"__isSmartRef__":true,"id":15917}],"scripts":[],"id":"0479EB3A-4572-48F6-8FF5-83B7C428D760","shape":{"__isSmartRef__":true,"id":15923},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15929},"lighterFill":{"__isSmartRef__":true,"id":15934},"label":{"__isSmartRef__":true,"id":15917},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":15939},"listMorph":null,"list":[],"eventHandler":{"__isSmartRef__":true,"id":15940},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":14972},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C95D3672-724C-4C2C-9CDD-EF308062F627","C66EBEEC-B7CE-4DD9-8BDF-905F071F965D","D68B143A-A712-4FD0-8803-62CCB4C7F763","ED802271-AE5C-4BE9-AC4E-7CED44BC864B","1BD989CB-146C-431F-8B15-9199C4CD5D32","42172AA4-1B06-4C5B-9BB7-FAED1206CF34","32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA","9B4BF2BE-49D5-4B9D-8F38-1692443069A9","FCAB3690-731A-45E7-984F-843DFE705AF1","94B10A66-8219-43AD-B902-DA999A66222D","BB0E2EB7-ABCE-44C7-96E7-6679FB2981D1","2FCEE551-302B-46C9-B646-3B9BE9187182","B4267F52-1ACC-42A1-904D-E9F7D485D8AB","14770110-045A-4BE4-BCF2-7C886DF70F7D","5387EA76-6B03-426A-B385-9C4231B66352","23545203-A969-439B-8761-E83A810696D0","C5467F6E-CBD7-4AF4-94BE-D0D62E4F7DDD","2FC5F9D1-B611-4273-BD5B-107350364579","318398B6-6689-4DE7-88FD-636BD968773D","3241459F-2019-4BD2-A0CF-BD2A174DDA76","69022916-A511-4A6C-8220-5B4CCD34FCEF","E772C128-C42D-4B13-A3DB-3EC0DFDC9FC5","4DD223AA-79FC-4FB3-9301-F197D9D6B358"],"_Rotation":0,"_Scale":1,"isPressed":false,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15941},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(39.1,10.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(85.7,-11.6)"},"15917":{"submorphs":[],"scripts":[],"id":"A4537689-332C-4D80-B51E-27541AF5B04C","shape":{"__isSmartRef__":true,"id":15918},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":15916},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":15919}],"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":15921}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"eventHandler":{"__isSmartRef__":true,"id":15922},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D","567FC668-A57C-41CB-8252-8912826B3144","D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF","AABED87D-D7C0-494A-8803-26F4601E35FF","696C3A2A-C695-4D17-A044-41A73436AB8D","206A0BFD-6997-4E0E-9193-089D1F66B22A","F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696","64A754E9-7083-4CAE-B5C2-7B436EFFE4BA","64737503-A352-42CC-A249-667DA2B42746","9218F1CA-E23F-4E1A-89C3-DB19DE720861","CF7EAC38-1041-4B83-B087-359885B8528B","84469C7C-C93D-4F16-ACAA-0045A4A37FCA","9D3DD447-66A0-4B4A-B378-FB864D8C1468","163D1C2B-EDE9-4F8F-B466-EF9F4CB14384","50DCF8C9-23AA-4241-AC5B-724CC11950DA","CCACCC51-0109-4F73-B122-AA60E40EC54B","285D1797-A21F-4439-81AD-932B45F54879","7354C28D-A54E-48B6-913E-4949B5F4625E","68EAB78C-AAA8-4EC3-8493-CFD23672B5B3","2AD9DBC6-BDBD-4022-AFE1-B6D94D6860BF","5D634617-10A2-45FE-A453-D3452456AB07","EE3AF0A1-F42E-4AE8-A115-3458AA56DAF3","D8A87F07-FBE8-4C1E-ADE9-3AF6EE15FCD3"],"_Scale":1,"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(2.0,1.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(5,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"15918":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"15919":{"style":{"__isSmartRef__":true,"id":15920},"chunkOwner":{"__isSmartRef__":true,"id":15917},"_id":"_11398","storedString":"all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15920":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15921":{"sourceObj":{"__isSmartRef__":true,"id":15917},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":15916},"targetMethodName":"selection","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15922":{"morph":{"__isSmartRef__":true,"id":15917},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15923":{"_Fill":{"__isSmartRef__":true,"id":15924},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"15924":{"stops":[{"__isSmartRef__":true,"id":15925},{"__isSmartRef__":true,"id":15926},{"__isSmartRef__":true,"id":15927},{"__isSmartRef__":true,"id":15928}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15925":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(230,243,253)"},"15926":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(171,215,248)"},"15927":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(171,215,248)"},"15928":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(157,198,229)"},"15929":{"stops":[{"__isSmartRef__":true,"id":15930},{"__isSmartRef__":true,"id":15931},{"__isSmartRef__":true,"id":15932},{"__isSmartRef__":true,"id":15933}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15930":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"15931":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"15932":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"15933":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"15934":{"stops":[{"__isSmartRef__":true,"id":15935},{"__isSmartRef__":true,"id":15936},{"__isSmartRef__":true,"id":15937},{"__isSmartRef__":true,"id":15938}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15935":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"15936":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15937":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15938":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"15939":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15940":{"morph":{"__isSmartRef__":true,"id":15916},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15941":{"createListMorph":{"__isSmartRef__":true,"id":15942},"getList":{"__isSmartRef__":true,"id":15946},"removeList":{"__isSmartRef__":true,"id":15950},"reset":{"__isSmartRef__":true,"id":15954},"onMouseUp":{"__isSmartRef__":true,"id":15958},"onBlur":{"__isSmartRef__":true,"id":15966},"setTag":{"__isSmartRef__":true,"id":15974}},"15942":{"varMapping":{"__isSmartRef__":true,"id":15943},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":15944},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15943":{"this":{"__isSmartRef__":true,"id":15916}},"15944":{"timestamp":{"__isSmartRef__":true,"id":15945},"user":"lauritz","categories":[]},"15945":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (CET)"},"15946":{"varMapping":{"__isSmartRef__":true,"id":15947},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":15948},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15947":{"this":{"__isSmartRef__":true,"id":15916}},"15948":{"timestamp":{"__isSmartRef__":true,"id":15949},"user":"lauritz","tags":[]},"15949":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (CET)"},"15950":{"varMapping":{"__isSmartRef__":true,"id":15951},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":15952},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15951":{"this":{"__isSmartRef__":true,"id":15916}},"15952":{"timestamp":{"__isSmartRef__":true,"id":15953},"user":"lauritz","categories":[]},"15953":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (CET)"},"15954":{"varMapping":{"__isSmartRef__":true,"id":15955},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":15956},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15955":{"this":{"__isSmartRef__":true,"id":15916}},"15956":{"timestamp":{"__isSmartRef__":true,"id":15957},"user":"lauritz","tags":[]},"15957":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (CET)"},"15958":{"varMapping":{"__isSmartRef__":true,"id":15959},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":15964},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15959":{"this":{"__isSmartRef__":true,"id":15916},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15960}},"15960":{"$super":{"__isSmartRef__":true,"id":15961}},"15961":{"varMapping":{"__isSmartRef__":true,"id":15962},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15963},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15962":{"obj":{"__isSmartRef__":true,"id":15916},"name":"onMouseUp"},"15963":{},"15964":{"timestamp":{"__isSmartRef__":true,"id":15965},"user":"lauritz","categories":[]},"15965":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (CET)"},"15966":{"varMapping":{"__isSmartRef__":true,"id":15967},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":15972},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15967":{"this":{"__isSmartRef__":true,"id":15916},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":15968}},"15968":{"$super":{"__isSmartRef__":true,"id":15969}},"15969":{"varMapping":{"__isSmartRef__":true,"id":15970},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":15971},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15970":{"obj":{"__isSmartRef__":true,"id":15916},"name":"onBlur"},"15971":{},"15972":{"timestamp":{"__isSmartRef__":true,"id":15973},"user":"lauritz","categories":[]},"15973":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (CET)"},"15974":{"varMapping":{"__isSmartRef__":true,"id":15975},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":15976},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"15975":{"this":{"__isSmartRef__":true,"id":15916}},"15976":{"timestamp":{"__isSmartRef__":true,"id":15977},"user":"lauritz","categories":[]},"15977":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (CET)"},"15978":{"submorphs":[{"__isSmartRef__":true,"id":15979}],"scripts":[],"id":"53E8A476-6797-4B59-B17C-AEE3860F4BB3","shape":{"__isSmartRef__":true,"id":15984},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":15985},"lighterFill":{"__isSmartRef__":true,"id":15990},"label":{"__isSmartRef__":true,"id":15979},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":15995},"attributeConnections":[{"__isSmartRef__":true,"id":15996}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":16019},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","4F370A81-5A80-4821-8ECC-D52B56F31E15","1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516","0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D","97086CE7-CD46-4035-A371-02A41D555A66","E342B91D-F54B-4DA8-8AE7-10C59CE22B41","A838C48E-4033-4688-8DCF-20659BD824FF","E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE","B6FB81D1-145B-40F9-ACF1-17276DA45EBA","09C79781-5461-4815-88DE-22FB67558136","85A5FA10-01D9-4051-8D56-29DB02CF8817","6E2F44D0-D69A-4DD7-91AD-0B0E1E871633","66FB4A47-82E6-417D-8248-4038D0CBBF5A","3CDC67E7-CAC7-4636-B7FF-50D008C6EB0D","4475CB12-8CFB-41DB-9399-EC6B68E18BA3","6175C505-1BCA-42E9-9C4C-07A4A309A245","B4FEE8FD-E680-459F-A82E-7606A48170D5","AC0B6630-E189-474B-A5E2-13726C1E0E6A","B5559DA4-1483-446C-8332-23DC886B44A5","955AF1F4-5BF5-4129-BA11-0DC54E21E510","6646015F-BD0A-4FEB-85F0-557FB8EC655A","A5682378-2307-447E-AD50-1DEC1AAC9FCB","1A04209F-A70E-4385-A6E2-D508EABC2DFC","EDA53C4F-765D-4424-9DBF-C62388440C46"],"owner":{"__isSmartRef__":true,"id":14972},"layout":{"__isSmartRef__":true,"id":16020},"_ClipMode":"visible","_Rotation":0,"_Scale":0.994014980014994,"isPressed":false,"prevScroll":[0,0],"__serializedExpressions__":["distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","distanceToDragEvent":"lively.pt(72.0,-13.0)","_Position":"lively.pt(687.7,9.5)"},"15979":{"submorphs":[],"scripts":[],"id":"2B293DBE-0452-4191-9F62-874B29B474FA","shape":{"__isSmartRef__":true,"id":15980},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":15978},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":15981}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":15983},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","56735895-BA99-4D98-9866-AA5DBD86237E","81041CF7-31DB-4F65-BB39-FE438A4F266F","D03829B3-268E-40A0-A440-3E4BAC344F30","714637F0-714A-4833-909B-BA4AF1B4628B","DC956E73-7398-4CAF-B6F2-9A226E344396","C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F","39386C7E-9099-4159-BFE9-80AD37319211","2764FB6E-70D1-4BC5-B3CB-9979A48B8205","C55C8A7C-412C-453E-A99F-CE78C2AADB94","4BD9A8D4-2EC1-40AC-A1CE-5F1347B0152D","3450EAEB-E3D2-4FAF-98DF-354B3B8715D6","C906736E-48DF-4054-BA5A-A089610456D7","DE5C59FB-90A6-4DD4-AC39-5CC8B3912969","5830FB93-49A1-4A31-A687-69C4579D5FA7","AE9038D5-0EBD-40A0-8043-9689D163D108","13E47AE3-8FA4-4D33-B6D0-DC9AB9E63590","330AAB8C-6D17-4763-AACC-669FC5DD3A91","CA04BB7A-205C-412D-9900-C2DE7C5FAD36","37AADE55-77DE-4E93-9A3E-241BB5002F88","60EB450E-29D4-42B9-8FF7-CA138515052E","7D5C0196-98BF-4CCD-9142-3D29E68EE180","0F70CA1F-07A9-4EFA-872A-3255F9C850DC","7A2FAFFA-9A09-40FB-B04A-80B0B34C696B"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"15980":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(2,2,0,0)"},"15981":{"style":{"__isSmartRef__":true,"id":15982},"chunkOwner":{"__isSmartRef__":true,"id":15979},"storedString":"run","_id":"_1369","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15982":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"15983":{"morph":{"__isSmartRef__":true,"id":15979},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"15984":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":15985},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"15985":{"stops":[{"__isSmartRef__":true,"id":15986},{"__isSmartRef__":true,"id":15987},{"__isSmartRef__":true,"id":15988},{"__isSmartRef__":true,"id":15989}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15986":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"15987":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"15988":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"15989":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"15990":{"stops":[{"__isSmartRef__":true,"id":15991},{"__isSmartRef__":true,"id":15992},{"__isSmartRef__":true,"id":15993},{"__isSmartRef__":true,"id":15994}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"15991":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"15992":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15993":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"15994":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"15995":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"15996":{"sourceObj":{"__isSmartRef__":true,"id":15978},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14972},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":15997},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"15997":{"submorphs":[{"__isSmartRef__":true,"id":15998}],"scripts":[],"shape":{"__isSmartRef__":true,"id":16005},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","eventHandler":{"__isSmartRef__":true,"id":16008},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":16009},{"__isSmartRef__":true,"id":16010}],"con":{"__isSmartRef__":true,"id":15996},"showsMorphMenu":true,"showsHalos":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16011},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"15998":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":15999},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","eventHandler":{"__isSmartRef__":true,"id":16004},"droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":15997},"_Rotation":-3.130064002485303,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(0.0,0.0)"},"15999":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":16000},{"__isSmartRef__":true,"id":16001},{"__isSmartRef__":true,"id":16002},{"__isSmartRef__":true,"id":16003}],"_ClipMode":"visible","_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-12.0,-6.0)","_Extent":"lively.pt(16.0,12.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(0,0,0)"},"16000":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"16001":{"isAbsolute":true,"x":-12,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"16002":{"isAbsolute":true,"x":4,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"16003":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"16004":{"morph":{"__isSmartRef__":true,"id":15998},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"16005":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":16006},{"__isSmartRef__":true,"id":16007}],"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-1.0,-1.0)","_Extent":"lively.pt(831.0,11.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"16006":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"16007":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"16008":{"morph":{"__isSmartRef__":true,"id":15997},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"16009":{"morph":{"__isSmartRef__":true,"id":15997},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"16010":{"morph":{"__isSmartRef__":true,"id":15997},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":15998},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"16011":{"morphMenuItems":{"__isSmartRef__":true,"id":16012}},"16012":{"varMapping":{"__isSmartRef__":true,"id":16013},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":16018},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16013":{"this":{"__isSmartRef__":true,"id":15997},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16014}},"16014":{"$super":{"__isSmartRef__":true,"id":16015}},"16015":{"varMapping":{"__isSmartRef__":true,"id":16016},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":16017},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16016":{"obj":{"__isSmartRef__":true,"id":15997},"name":"morphMenuItems"},"16017":{},"16018":{},"16019":{"morph":{"__isSmartRef__":true,"id":15978},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"16020":{"centeredHorizontal":false,"moveHorizontal":true},"16021":{"submorphs":[{"__isSmartRef__":true,"id":16022}],"scripts":[],"id":"45C8063C-38C1-4D10-97BF-B1310D2DFA54","shape":{"__isSmartRef__":true,"id":16027},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":16028},"lighterFill":{"__isSmartRef__":true,"id":16033},"label":{"__isSmartRef__":true,"id":16022},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":16038},"attributeConnections":[{"__isSmartRef__":true,"id":16039}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":16062},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","A79280E8-6AE3-4016-AF47-CE78F71924C6","B05829EB-D452-4D81-983B-E2CE425C8260","32B117E5-52D8-4843-B80E-090B9817E099","49AC923E-5272-4E3C-8F02-4F2AED2BC4E9","85AAEA9C-5E12-4DEC-8994-9A5FE655A740","2A7FF9BF-85D3-4962-8EB4-0F7016C672EB","3BB17748-B91B-43F5-84BE-2537402A6382","8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208","8BADA640-EDC1-41B2-BEF3-0F2520EA25DD","CAFB5342-EFD3-483E-AE4A-343D211653EF","C3DC8C6F-A36C-4456-AF34-B0A318C1AAD8","88093937-29BB-43FC-AD82-4A0A4BDC349F","27E1FA12-CE4A-4C1F-891F-EEEF92BD672F","A12311D6-23C1-4711-9271-5B582F89F15B","F615015A-8BAE-4FC4-B9A4-D1D1122AC0A2","77333AB0-F43F-45D7-BAEE-8B9FF7865CAF","6A0E622E-4C99-42C1-8EEE-E659BFC2996E","D0264D42-222E-4900-908B-4EA13729B6AA","CC6A8A07-5A2D-407A-B540-6BA0C73356C5","FA68B30F-8583-41B2-898D-8DAFE1A75F15","D5C01E0F-F7DF-4896-8CEF-099C9F3E6CB8","B521A25F-FA55-4F6B-BAC1-0B2544DF98C1","C567F039-E57C-4C5E-AFAA-D05B2C481A69"],"layout":{"__isSmartRef__":true,"id":16063},"owner":{"__isSmartRef__":true,"id":14972},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9880657804942089,"isPressed":false,"prevScroll":[0,0],"__serializedExpressions__":["distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","distanceToDragEvent":"lively.pt(68.8,-14.5)","_Position":"lively.pt(574.4,9.5)"},"16022":{"submorphs":[],"scripts":[],"id":"1D04552E-BAA7-4BB5-B0AB-DE180B27870F","shape":{"__isSmartRef__":true,"id":16023},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":16021},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":16024}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":16026},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","5AABB138-5EE8-40A5-AB3C-5A9625D0A353","4529D79B-4CC5-467E-91F8-661C3A5F49F8","1E5E570C-FD42-45E3-A7F6-768BB14ACD14","A13FB4E0-72F2-4E7C-A861-EDCBA1393860","B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C","002A2173-D26D-4EED-8906-A489C1E158C0","63362D04-B829-41E6-9E68-5B8DB03D382F","996B60A4-8698-448F-A35F-79C768B4976B","F0727398-A1F0-47F5-92CF-BB9677FA05FA","38707063-D664-49A0-B2FB-F0666EC532D5","0402FB51-915F-4491-8FA1-553F0D8F7F35","5A35285D-C6A5-4830-97D9-0890A3F33F39","53121F0B-7DA5-4622-AC08-DD4805D53374","6C84E15D-112D-4C04-87C1-937691E296A7","4ECBD7E4-8B18-4331-8A37-07F4D8DCDCA0","3D4B43A2-AD74-4131-A939-D680216EDA6B","B22327BB-C876-4084-BEFA-4D06AE2B2849","2D34C2E9-76B8-49DC-9FCC-39B523CD0EF4","F098174A-AABC-4F95-8193-C29CA85D6188","714713CE-F5E8-4817-835F-99EA27075558","532DCEDE-C300-48C9-9DBA-58A1E02E1632","2F1C117F-2507-446D-8B43-9BD30AC726FB","74DABF7B-1E90-4D21-93D1-802BC208E9C7"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"16023":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"16024":{"style":{"__isSmartRef__":true,"id":16025},"chunkOwner":{"__isSmartRef__":true,"id":16022},"storedString":"save","_id":"_1370","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"16025":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"16026":{"morph":{"__isSmartRef__":true,"id":16022},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"16027":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":16028},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"16028":{"stops":[{"__isSmartRef__":true,"id":16029},{"__isSmartRef__":true,"id":16030},{"__isSmartRef__":true,"id":16031},{"__isSmartRef__":true,"id":16032}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"16029":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"16030":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"16031":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"16032":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"16033":{"stops":[{"__isSmartRef__":true,"id":16034},{"__isSmartRef__":true,"id":16035},{"__isSmartRef__":true,"id":16036},{"__isSmartRef__":true,"id":16037}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"16034":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"16035":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"16036":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"16037":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"16038":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"16039":{"sourceObj":{"__isSmartRef__":true,"id":16021},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":15207},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":16040},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"16040":{"submorphs":[{"__isSmartRef__":true,"id":16041}],"scripts":[],"shape":{"__isSmartRef__":true,"id":16048},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","eventHandler":{"__isSmartRef__":true,"id":16051},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":16052},{"__isSmartRef__":true,"id":16053}],"con":{"__isSmartRef__":true,"id":16039},"showsMorphMenu":true,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16054},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"16041":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":16042},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","eventHandler":{"__isSmartRef__":true,"id":16047},"droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":16040},"_Rotation":3.077607197692381,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(201.2,40.2)"},"16042":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":16043},{"__isSmartRef__":true,"id":16044},{"__isSmartRef__":true,"id":16045},{"__isSmartRef__":true,"id":16046}],"_ClipMode":"visible","_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-12.0,-6.0)","_Extent":"lively.pt(16.0,12.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(0,0,0)"},"16043":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"16044":{"isAbsolute":true,"x":-12,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"16045":{"isAbsolute":true,"x":4,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"16046":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"16047":{"morph":{"__isSmartRef__":true,"id":16041},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"16048":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":16049},{"__isSmartRef__":true,"id":16050}],"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(200.0,9.0)","_Extent":"lively.pt(480.0,32.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"16049":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"16050":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"16051":{"morph":{"__isSmartRef__":true,"id":16040},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"16052":{"morph":{"__isSmartRef__":true,"id":16040},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"16053":{"morph":{"__isSmartRef__":true,"id":16040},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":16041},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"16054":{"morphMenuItems":{"__isSmartRef__":true,"id":16055}},"16055":{"varMapping":{"__isSmartRef__":true,"id":16056},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":16061},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16056":{"this":{"__isSmartRef__":true,"id":16040},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16057}},"16057":{"$super":{"__isSmartRef__":true,"id":16058}},"16058":{"varMapping":{"__isSmartRef__":true,"id":16059},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":16060},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16059":{"obj":{"__isSmartRef__":true,"id":16040},"name":"morphMenuItems"},"16060":{},"16061":{},"16062":{"morph":{"__isSmartRef__":true,"id":16021},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"16063":{"centeredHorizontal":false,"moveHorizontal":true},"16064":{"submorphs":[{"__isSmartRef__":true,"id":16065}],"scripts":[],"id":"1BA64EF8-4760-4D0C-93D6-045BB4939B21","shape":{"__isSmartRef__":true,"id":16070},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":16071},"lighterFill":{"__isSmartRef__":true,"id":16076},"label":{"__isSmartRef__":true,"id":16065},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":16081},"attributeConnections":[{"__isSmartRef__":true,"id":16082}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":16083},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","34DBC442-E1DE-42D7-8C63-BA9A1890C994","4F9067A3-5A5C-4637-A76F-7E590CEE2BDA","ADF74818-537A-4669-A455-9509BA7BD7E5","AFCD7FA7-5429-4B1A-B8B8-AB03C18ABA08","604C352D-0347-4329-A299-EAA3FF90B543","46C5ED11-DE03-428F-A758-5308B3D323B5","7C978B2A-9109-42E1-95C5-A59CC74BD31B","2D34E370-3EA6-48DD-B3A7-FE7EB1CCD78D","A0B7F880-0D72-475C-A002-2EAA7D20C004","1146967F-5295-4931-9637-CF72A6A6D724","775F3066-BB4B-4673-B529-500522EF5165","F01F4895-6DEF-4C26-9CEC-A569AEDD22E6","DDD1C856-9C9F-4CB1-A795-E083B7214E82","51E21302-B2D2-49D0-82D9-D964A6B3C54F","BC9DA8C7-933D-4140-96D3-1E7ADEEC8D69","26FA6101-FD83-4A6D-BA08-839ADCA2E33A"],"owner":{"__isSmartRef__":true,"id":14972},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9940149800149939,"isPressed":false,"layout":{"__isSmartRef__":true,"id":16084},"prevScroll":[0,0],"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(468.5,9.0)","distanceToDragEvent":"lively.pt(72.1,-12.5)"},"16065":{"submorphs":[],"scripts":[],"id":"AA1DE6CC-5386-44BA-BBD4-EEC82E52AEBC","shape":{"__isSmartRef__":true,"id":16066},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":16064},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":16067}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":16069},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","840EBE92-3BC2-42EC-819E-3CD002576490","78C4969D-2C33-4B17-9027-89B411B9F496","C9A3D112-C2BC-43A3-A3CA-A68F41A0E4CF","78CF2F1A-6697-4D03-AB2B-CAF862B4EDD6","8B416918-CA4B-46D1-8A3C-40F8A754E44D","01510710-A85B-4054-B0ED-7F2F02434806","8ABD23FB-E90C-4EEB-BF53-DF3C6ACF2BD4","87607080-4A72-484D-A5BD-5F67D468505F","F0E39FE9-F71C-4587-B25A-C4D2C29FE579","BA2AB73A-3967-4F9E-8828-8A638E521B31","5ECC4D2F-4996-403F-AF14-BD1F4BB720F6","54B08934-6893-4B80-8625-B60ABCE9CBC6","4808CF23-17EA-43D8-AE10-DAB21C642FA8","0813DF8A-CC9E-435B-B5A1-DF68BF226F37","047C4EE2-26A1-4AA7-9CE9-E8FF9A9D863B","728334BD-34B0-44FA-A778-2696AA82FEFA"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"16066":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(2,2,0,0)"},"16067":{"style":{"__isSmartRef__":true,"id":16068},"chunkOwner":{"__isSmartRef__":true,"id":16065},"storedString":"Tests","_id":"_1371","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"16068":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"16069":{"morph":{"__isSmartRef__":true,"id":16065},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"16070":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":16071},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"16071":{"stops":[{"__isSmartRef__":true,"id":16072},{"__isSmartRef__":true,"id":16073},{"__isSmartRef__":true,"id":16074},{"__isSmartRef__":true,"id":16075}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"16072":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"16073":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"16074":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"16075":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"16076":{"stops":[{"__isSmartRef__":true,"id":16077},{"__isSmartRef__":true,"id":16078},{"__isSmartRef__":true,"id":16079},{"__isSmartRef__":true,"id":16080}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"16077":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"16078":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"16079":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"16080":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"16081":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"16082":{"sourceObj":{"__isSmartRef__":true,"id":16064},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":14972},"targetMethodName":"openPartTestRunner","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"16083":{"morph":{"__isSmartRef__":true,"id":16064},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"16084":{"moveHorizontal":true},"16085":{"submorphs":[{"__isSmartRef__":true,"id":16086},{"__isSmartRef__":true,"id":16093}],"scripts":[],"id":"5B64832A-15FF-4FD1-AFAC-21FB9C65F872","shape":{"__isSmartRef__":true,"id":16096},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":16102},"lighterFill":{"__isSmartRef__":true,"id":16107},"label":{"__isSmartRef__":true,"id":16086},"name":"MagnifierButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":16112},"attributeConnections":[{"__isSmartRef__":true,"id":16115}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":16116},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","81CB4C12-BCF0-4097-8B6D-D9419046367A","0767A57D-9BB2-48C6-9654-753D2B9D00A6","42871246-6725-4E41-A2C1-5A5BCF041097","BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F","797EC165-A639-42D9-A059-669F6BEB92A7","FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580","4B68C371-CB37-45B4-910A-611E5FFC23DD","94E374B9-7ED4-4E39-96F1-6FD4E7AC3428","34D63515-7CC7-43FB-B7BB-87AFCA377D63","7E0B172C-0AF5-4C6E-B184-25A8FAE4FAB8","12239D52-D3D3-4713-BC3E-F0B95C488CB7","72559D92-4616-45A9-A0F2-72BA4147C0FB","E86C7328-AF24-4881-84AF-B7C7CEFEAE14","22D731CF-38F0-41CC-B125-74D2842ED847","B58A1A30-782E-4675-A276-2C01D35BEC70","ACEABA6D-071C-46C2-A325-BE30189AA45F","686443AE-DCDC-4998-8A39-48BC57D64FDC","8D660766-7C93-404C-9D92-B12CBF59A3CE"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":14972},"_Rotation":0,"_Scale":0.9920279440699439,"highlightRectangle":{"__isSmartRef__":true,"id":16117},"isPressed":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16191},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(424.5,8.5)","distanceToDragEvent":"lively.pt(37.9,-7.9)"},"16086":{"submorphs":[],"scripts":[],"id":"73359D4B-3817-492B-9D6A-7433797D825C","shape":{"__isSmartRef__":true,"id":16087},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":24,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":16085},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":16088},{"__isSmartRef__":true,"id":16090}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":16092},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E","5AC5C4DE-00B0-43DB-B7F1-765674CE818B","750A11C6-766E-4B48-AE32-D71DE811EB4A","66A7B56E-A94E-44AE-8AED-C0C1B07554D4","CA8596D3-2D4F-453B-BE1B-DCEC8F85389B","4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8","439DE430-7651-470E-97D8-00E7F96B04DA","DAC920E6-217B-4515-AC09-2F9DCBA7375C","BD48C003-0502-451D-B6AA-7369FF3D1030","C3B8F4EA-3F44-47F4-B569-A0D5AB263BA0","BF7F0FA3-3F2A-4EEF-9687-BE2B0635DF13","3D7AEAC1-C9DD-4941-BA46-16F6783F5699","E04A78F9-3D6E-403F-BA8D-2583FCFFCE53","47E1F29B-6896-467D-8654-CA18929AE57A","509D86FF-5400-4374-BE79-90F0A7E3E90C","C7E53EE0-065A-4C59-8D13-311566722BB7","BA078BAC-7263-4B10-AFD3-3C4EA0DD8707","BCFE28D1-A115-453E-9116-EECC8FE1D50F"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":24,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"16087":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(24.0,24.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"16088":{"style":{"__isSmartRef__":true,"id":16089},"chunkOwner":{"__isSmartRef__":true,"id":16086},"storedString":"","_id":"_1372","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"16089":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"16090":{"style":{"__isSmartRef__":true,"id":16091},"chunkOwner":{"__isSmartRef__":true,"id":16086},"storedString":"","_id":"_1373","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"16091":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"16092":{"morph":{"__isSmartRef__":true,"id":16086},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"16093":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":16094},"derivationIds":[null,"29E543E0-AE93-493A-A694-FC1C330D0544","F0366E4C-E97F-4C77-BEE4-340A0668ADD5","347F6028-5092-4F54-9A34-3EFF3FF0B815","BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA","85BA370B-966E-41F7-8C2F-F3A926EC2AA2","1652172B-339A-43A1-9589-70E68B35A28E","705524F7-129B-4102-834E-2A1A45985BB5","5707DF70-CD77-4D53-96ED-5A0AEB227FB7","257E62CE-C668-4317-B5B7-8D394BDC3F6C","2DD4BEA5-E85A-4CD0-953E-9EB2E0735654","BB96B696-7BD4-44C4-9D60-B1551B89D6FA","FCAABC48-FBAF-4E12-8BC9-AC4ACB5A167B","EB81C4D7-5BD8-4DAC-BD70-8675E2338AAC","1DBAE3FF-B2F6-4348-8E06-81139C138D6E","49E7D450-EF74-4E94-B33B-B888D952F3BD","F0B267C4-54BA-4E6F-BFDD-4B047F4FF41A","36B8611D-B449-4F6E-8D0F-B5FD6406D45D","779DB518-01BD-4D32-AD65-BFED801E5D06"],"id":"A59EB22E-1B7D-4227-8FB2-68044BCC2FB2","eventHandler":{"__isSmartRef__":true,"id":16095},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":16085},"name":"leftpointing_magnifying_glass.png","isBeingDragged":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"eventsAreDisabled":true,"_HandStyle":"default","_PointerEvents":"none","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Image","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(-3.0,0.0)","distanceToDragEvent":"lively.pt(39.9,-9.0)"},"16094":{"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==","_NodeClass":["image"],"_NodeId":"29E543E0-AE93-493A-A694-FC1C330D0544","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Image","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(29.0,29.0)","_Padding":"lively.rect(0,0,0,0)"},"16095":{"morph":{"__isSmartRef__":true,"id":16093},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"16096":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":16097},"_BorderRadius":5.2,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(24.0,24.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"16097":{"stops":[{"__isSmartRef__":true,"id":16098},{"__isSmartRef__":true,"id":16099},{"__isSmartRef__":true,"id":16100},{"__isSmartRef__":true,"id":16101}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"16098":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"16099":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"16100":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"16101":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"16102":{"stops":[{"__isSmartRef__":true,"id":16103},{"__isSmartRef__":true,"id":16104},{"__isSmartRef__":true,"id":16105},{"__isSmartRef__":true,"id":16106}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"16103":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"16104":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"16105":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"16106":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"16107":{"stops":[{"__isSmartRef__":true,"id":16108},{"__isSmartRef__":true,"id":16109},{"__isSmartRef__":true,"id":16110},{"__isSmartRef__":true,"id":16111}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"16108":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"16109":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"16110":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"16111":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"16112":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":16113}],"revisionOnLoad":154251,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"16113":{"date":{"__isSmartRef__":true,"id":16114},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"16114":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (CEST)"},"16115":{"sourceObj":{"__isSmartRef__":true,"id":16085},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16085},"targetMethodName":"onFire","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"16116":{"morph":{"__isSmartRef__":true,"id":16085},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"16117":{"submorphs":[],"scripts":[],"id":"364FF344-E489-461B-BC8C-ED45E4823ED4","shape":{"__isSmartRef__":true,"id":16118},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"HighlightRectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":16119},"eventHandler":{"__isSmartRef__":true,"id":16160},"attributeConnections":[{"__isSmartRef__":true,"id":16161},{"__isSmartRef__":true,"id":16162},{"__isSmartRef__":true,"id":16163}],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","6FECB598-D130-4242-BF1B-E18767608129","0B23F218-078F-4912-A262-31B957885F41","C56BA290-B836-4946-B4EF-DBB6FBA2368C","61176BAF-CFE6-4F2C-9F0A-971AAD6595A1","CB4127B2-0AA5-4B50-9978-F1FF39924A82","113050BB-CF0E-4193-91C6-9C25FC857EE8","EFF939E4-317B-4662-943F-77A6E6F65BD0","AA288E7F-3972-4F0D-87DD-61E4BD9C9C97","903E8C60-1158-42D5-85D2-DF134DA6CEC1","28FD6210-A549-4A11-9178-04E77FF556C0","B3312E29-D786-469F-865E-91FD69475A52","D947A1C1-DCBE-4485-A33D-DF549F6978E0","56CE0E60-45BE-43FF-9C6C-296D8AC326B6","CC61E3F8-8C8D-4F24-A591-023D3C88DEC8"],"partTests":{"__isSmartRef__":true,"id":16165},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"prevScroll":[0,0],"#startLetters":"","eventsAreDisabled":false,"_HandStyle":"default","_PointerEvents":"auto","_Rotation":0,"_Scale":1.0060210561262526,"owner":null,"magnifierButton":{"__isSmartRef__":true,"id":16085},"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16170},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(43.0,606.0)","distanceToDragEvent":"lively.pt(44.0,-14.0)"},"16118":{"_BorderWidth":0,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":0.2597,"_BorderStyle":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(27.0,28.0)","_BorderColor":"Color.rgb(204,0,0)","_Fill":"Color.rgb(58,0,255)","_Padding":"lively.rect(0,0,0,0)"},"16119":{"partsSpaceName":"PartsBin/Tools","comment":"A rectangle which highlights the object under the first hand of the world","migrationLevel":4,"partName":"HighlightRectangle","changes":[{"__isSmartRef__":true,"id":16120},{"__isSmartRef__":true,"id":16122},{"__isSmartRef__":true,"id":16124},{"__isSmartRef__":true,"id":16126},{"__isSmartRef__":true,"id":16128},{"__isSmartRef__":true,"id":16130},{"__isSmartRef__":true,"id":16132},{"__isSmartRef__":true,"id":16134},{"__isSmartRef__":true,"id":16136},{"__isSmartRef__":true,"id":16138},{"__isSmartRef__":true,"id":16140},{"__isSmartRef__":true,"id":16142},{"__isSmartRef__":true,"id":16144},{"__isSmartRef__":true,"id":16146},{"__isSmartRef__":true,"id":16148},{"__isSmartRef__":true,"id":16150},{"__isSmartRef__":true,"id":16152},{"__isSmartRef__":true,"id":16154},{"__isSmartRef__":true,"id":16156},{"__isSmartRef__":true,"id":16158}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"16120":{"date":{"__isSmartRef__":true,"id":16121},"author":"timfelgentreff","message":"no comment","id":"3DB7DB40-210A-4BED-91FD-9287005703EC"},"16121":{"isSerializedDate":true,"string":"Thu May 24 2012 17:04:54 GMT+0200 (CEST)"},"16122":{"date":{"__isSmartRef__":true,"id":16123},"author":"tessi","message":"no comment","id":"23D7AA12-66A9-4C3B-B494-131256C291AC"},"16123":{"isSerializedDate":true,"string":"Thu May 24 2012 16:57:13 GMT+0200 (CEST)"},"16124":{"date":{"__isSmartRef__":true,"id":16125},"author":"tessi","message":"no comment","id":"2C30B7CA-388F-4F51-B4CF-A2E50E381148"},"16125":{"isSerializedDate":true,"string":"Thu May 24 2012 16:23:11 GMT+0200 (CEST)"},"16126":{"date":{"__isSmartRef__":true,"id":16127},"author":"tessi","message":"diable events","id":"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E"},"16127":{"isSerializedDate":true,"string":"Thu May 24 2012 14:46:08 GMT+0200 (CEST)"},"16128":{"date":{"__isSmartRef__":true,"id":16129},"author":"tessi","message":"no comment","id":"01996A33-11BC-4C15-96D7-B7D219E2E961"},"16129":{"isSerializedDate":true,"string":"Thu May 24 2012 14:39:50 GMT+0200 (CEST)"},"16130":{"date":{"__isSmartRef__":true,"id":16131},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"16131":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"16132":{"date":{"__isSmartRef__":true,"id":16133},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"16133":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"16134":{"date":{"__isSmartRef__":true,"id":16135},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"16135":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"16136":{"date":{"__isSmartRef__":true,"id":16137},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"16137":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"16138":{"date":{"__isSmartRef__":true,"id":16139},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"16139":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"16140":{"date":{"__isSmartRef__":true,"id":16141},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"16141":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"16142":{"date":{"__isSmartRef__":true,"id":16143},"author":"tessi","message":"no comment","id":"4B982A01-25B3-455A-848D-89C2C3C471D7"},"16143":{"isSerializedDate":true,"string":"Thu May 24 2012 13:58:01 GMT+0200 (CEST)"},"16144":{"date":{"__isSmartRef__":true,"id":16145},"author":"tessi","message":"no comment","id":"2FD6CB7B-3BC7-4666-98B4-AACF1001954D"},"16145":{"isSerializedDate":true,"string":"Thu May 24 2012 14:07:32 GMT+0200 (CEST)"},"16146":{"date":{"__isSmartRef__":true,"id":16147},"author":"tessi","message":"no comment","id":"09CF5ECF-2C87-4B66-A164-39848628596F"},"16147":{"isSerializedDate":true,"string":"Thu May 24 2012 15:34:59 GMT+0200 (CEST)"},"16148":{"date":{"__isSmartRef__":true,"id":16149},"author":"tessi","message":"no comment","id":"252A3EB5-DB00-4CF9-BF38-2927DD1C5229"},"16149":{"isSerializedDate":true,"string":"Thu May 24 2012 16:34:29 GMT+0200 (CEST)"},"16150":{"date":{"__isSmartRef__":true,"id":16151},"author":"tessi","message":"no comment","id":"81534551-62C1-4FC9-96CB-A5AC6642CA1E"},"16151":{"isSerializedDate":true,"string":"Thu May 24 2012 16:45:49 GMT+0200 (CEST)"},"16152":{"date":{"__isSmartRef__":true,"id":16153},"author":"tessi","message":"no comment","id":"5125DE3A-D50E-4621-8490-F3A9D99C2C4C"},"16153":{"isSerializedDate":true,"string":"Thu May 24 2012 16:47:20 GMT+0200 (CEST)"},"16154":{"date":{"__isSmartRef__":true,"id":16155},"author":"tessi","message":"no comment","id":"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6"},"16155":{"isSerializedDate":true,"string":"Thu May 24 2012 16:51:06 GMT+0200 (CEST)"},"16156":{"date":{"__isSmartRef__":true,"id":16157},"author":"tessi","message":"no comment","id":"DC8EF5EC-7563-45B6-816D-20E2DC218525"},"16157":{"isSerializedDate":true,"string":"Thu May 24 2012 16:52:10 GMT+0200 (CEST)"},"16158":{"date":{"__isSmartRef__":true,"id":16159},"author":"timfelgentreff","message":"no comment","id":"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942"},"16159":{"isSerializedDate":true,"string":"Thu May 24 2012 16:59:39 GMT+0200 (CEST)"},"16160":{"morph":{"__isSmartRef__":true,"id":16117},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"16161":{"sourceObj":{"__isSmartRef__":true,"id":16117},"sourceAttrName":"onMouseMove","targetObj":{"__isSmartRef__":true,"id":16117},"targetMethodName":"updateOnMove","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"16162":{"sourceObj":{"__isSmartRef__":true,"id":16117},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":16085},"targetMethodName":"removeHighlighting","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"16163":{"sourceObj":{"__isSmartRef__":true,"id":16117},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":14972},"targetMethodName":"setTarget","converterString":"function () {\n return this.sourceObj.morphUnderCursor();\n }","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":16164},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"16164":{"source":{"__isSmartRef__":true,"id":16117},"target":{"__isSmartRef__":true,"id":14972}},"16165":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16166}},"16166":{"test01IsMorph":{"__isSmartRef__":true,"id":16167}},"16167":{"varMapping":{"__isSmartRef__":true,"id":16168},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":16169},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16168":{"this":{"__isSmartRef__":true,"id":16165}},"16169":{},"16170":{"update":{"__isSmartRef__":true,"id":16171},"updateOnMove":{"__isSmartRef__":true,"id":16175},"bringToFront":{"__isSmartRef__":true,"id":16179},"morphUnderCursor":{"__isSmartRef__":true,"id":16187}},"16171":{"varMapping":{"__isSmartRef__":true,"id":16172},"source":"function update(morphUnderCursor) {\n if (morphUnderCursor === this.magnifierButton ||\n this.magnifierButton.submorphs.include(morphUnderCursor)) {\n morphToHighlight = this.magnifierButton.currentTarget();\n } else {\n morphToHighlight = morphUnderCursor;\n }\n\n if (morphToHighlight && morphToHighlight.world()) {\n this.setPosition(morphToHighlight.getPositionInWorld());\n this.setExtent(morphToHighlight.getExtent());\n }\n}","funcProperties":{"__isSmartRef__":true,"id":16173},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16172":{"this":{"__isSmartRef__":true,"id":16117}},"16173":{"timestamp":{"__isSmartRef__":true,"id":16174},"user":"lauritz","tags":[]},"16174":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:29:58 GMT+0200 (CEST)"},"16175":{"varMapping":{"__isSmartRef__":true,"id":16176},"source":"function updateOnMove() {\n this.update(this.morphUnderCursor());\n this.bringToFront();\n}","funcProperties":{"__isSmartRef__":true,"id":16177},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16176":{"this":{"__isSmartRef__":true,"id":16117}},"16177":{"timestamp":{"__isSmartRef__":true,"id":16178},"user":"lauritz","tags":[]},"16178":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:18:33 GMT+0200 (CEST)"},"16179":{"varMapping":{"__isSmartRef__":true,"id":16180},"source":"function bringToFront() {\n this.renderContext().morphNode.style.zIndex= 1000;\n}","funcProperties":{"__isSmartRef__":true,"id":16185},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16180":{"this":{"__isSmartRef__":true,"id":16117},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16181}},"16181":{"$super":{"__isSmartRef__":true,"id":16182}},"16182":{"varMapping":{"__isSmartRef__":true,"id":16183},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":16184},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16183":{"obj":{"__isSmartRef__":true,"id":16117},"name":"bringToFront"},"16184":{},"16185":{"timestamp":{"__isSmartRef__":true,"id":16186},"user":"lauritz","tags":[]},"16186":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:12:09 GMT+0200 (CEST)"},"16187":{"varMapping":{"__isSmartRef__":true,"id":16188},"source":"function morphUnderCursor() {\n var that = this,\n world = lively.morphic.World.current(); \n \n return world.morphsContainingPoint(world.firstHand().getPosition()).detect(\n function(ea) {\n return !ea.isPlaceholder &&\n !ea.isHalo &&\n (!ea.owner || !ea.owner.isHalo) &&\n !(ea === that);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":16189},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16188":{"this":{"__isSmartRef__":true,"id":16117}},"16189":{"timestamp":{"__isSmartRef__":true,"id":16190},"user":"lauritz","tags":[]},"16190":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:18:36 GMT+0200 (CEST)"},"16191":{"onFire":{"__isSmartRef__":true,"id":16192},"removeHighlighting":{"__isSmartRef__":true,"id":16196},"onMouseMove":{"__isSmartRef__":true,"id":16200},"onMouseOut":{"__isSmartRef__":true,"id":16208},"reset":{"__isSmartRef__":true,"id":16216},"isTracking":{"__isSmartRef__":true,"id":16220},"isHighlighting":{"__isSmartRef__":true,"id":16224},"currentTarget":{"__isSmartRef__":true,"id":16228}},"16192":{"varMapping":{"__isSmartRef__":true,"id":16193},"source":"function onFire() {\n var hand = lively.morphic.World.current().firstHand(),\n highlight = this.highlightRectangle,\n that = this;\n\n if (this.isTracking()) {\n this.removeHighlighting();\n } else {\n this.world().addMorph(highlight);\n hand.highlightConnection = connect(hand, \"scrollFocusMorph\", highlight, \"update\");\n highlight.bringToFront();\n if (!this.currentTarget() || !this.currentTarget().world()) {\n highlight.setExtent(pt(0,0));\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":16194},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16193":{"this":{"__isSmartRef__":true,"id":16085}},"16194":{"timestamp":{"__isSmartRef__":true,"id":16195},"user":"lauritz","tags":[]},"16195":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:40:51 GMT+0200 (CEST)"},"16196":{"varMapping":{"__isSmartRef__":true,"id":16197},"source":"function removeHighlighting() {\n var hand = this.world().firstHand();\n \n if (this.highlightRectangle) {\n this.highlightRectangle.remove();\n }\n \n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection));\n hand.highlightConnection = null;\n}","funcProperties":{"__isSmartRef__":true,"id":16198},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16197":{"this":{"__isSmartRef__":true,"id":16085}},"16198":{"timestamp":{"__isSmartRef__":true,"id":16199},"user":"lauritz","tags":[]},"16199":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:20:30 GMT+0200 (CEST)"},"16200":{"varMapping":{"__isSmartRef__":true,"id":16201},"source":"function onMouseMove(evt) {\n var target = this.currentTarget();\n if (target && target.world() && !this.isHighlighting()) {\n this.highlightRectangle.update(target);\n this.world().addMorph(this.highlightRectangle);\n this.highlightRectangle.bringToFront();\n this.targetHighlight = this.highlightRectangle;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":16206},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16201":{"this":{"__isSmartRef__":true,"id":16085},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16202}},"16202":{"$super":{"__isSmartRef__":true,"id":16203}},"16203":{"varMapping":{"__isSmartRef__":true,"id":16204},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":16205},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16204":{"obj":{"__isSmartRef__":true,"id":16085},"name":"onMouseMove"},"16205":{},"16206":{"timestamp":{"__isSmartRef__":true,"id":16207},"user":"lauritz","tags":[]},"16207":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:25:52 GMT+0200 (CEST)"},"16208":{"varMapping":{"__isSmartRef__":true,"id":16209},"source":"function onMouseOut() {\n if (this.isHighlighting()) {\n if (!this.isTracking()) {\n this.targetHighlight.remove();\n }\n delete this.targetHighlight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":16214},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16209":{"this":{"__isSmartRef__":true,"id":16085},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":16210}},"16210":{"$super":{"__isSmartRef__":true,"id":16211}},"16211":{"varMapping":{"__isSmartRef__":true,"id":16212},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":16213},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16212":{"obj":{"__isSmartRef__":true,"id":16085},"name":"onMouseOut"},"16213":{},"16214":{"timestamp":{"__isSmartRef__":true,"id":16215},"user":"lauritz","tags":[]},"16215":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:21:57 GMT+0200 (CEST)"},"16216":{"varMapping":{"__isSmartRef__":true,"id":16217},"source":"function reset() {\n this.highlightRectangle.attributeConnections = [];\n \n connect(rect, \"onMouseMove\", this.highlightRectangle, \"updateOnMove\")\n connect(rect, \"onMouseUp\", this, \"removeHighlighting\")\n connect(rect, \"onMouseUp\", this.owner, \"setTarget\",\n {converter: function () {\n return this.sourceObj.morphUnderCursor();\n }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":16218},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16217":{"this":{"__isSmartRef__":true,"id":16085}},"16218":{"timestamp":{"__isSmartRef__":true,"id":16219},"user":"lauritz","tags":[]},"16219":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:20:55 GMT+0200 (CEST)"},"16220":{"varMapping":{"__isSmartRef__":true,"id":16221},"source":"function isTracking() {\n return !!this.world().firstHand().highlightConnection;\n}","funcProperties":{"__isSmartRef__":true,"id":16222},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16221":{"this":{"__isSmartRef__":true,"id":16085}},"16222":{"timestamp":{"__isSmartRef__":true,"id":16223},"user":"lauritz","tags":[]},"16223":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:11:25 GMT+0200 (CEST)"},"16224":{"varMapping":{"__isSmartRef__":true,"id":16225},"source":"function isHighlighting() {\n return !!this.targetHighlight;\n}","funcProperties":{"__isSmartRef__":true,"id":16226},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16225":{"this":{"__isSmartRef__":true,"id":16085}},"16226":{"timestamp":{"__isSmartRef__":true,"id":16227},"user":"lauritz","tags":[]},"16227":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:11:22 GMT+0200 (CEST)"},"16228":{"varMapping":{"__isSmartRef__":true,"id":16229},"source":"function currentTarget() {\n return this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":16230},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16229":{"this":{"__isSmartRef__":true,"id":16085}},"16230":{"timestamp":{"__isSmartRef__":true,"id":16231},"user":"lauritz","tags":[]},"16231":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:26:02 GMT+0200 (CEST)"},"16232":{"target":{"__isSmartRef__":true,"id":14972},"selector":"update","args":[],"stopped":false,"tickTime":500,"suspended":false,"__LivelyClassName__":"lively.morphic.TargetScript","__SourceModuleName__":"Global.lively.morphic.Core"},"16233":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(808.0,431.8)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"16234":{"partsSpaceName":"PartsBin/Basic","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":16235}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"16235":{"date":{"__isSmartRef__":true,"id":16236},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"16236":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (CEST)"},"16237":{"morph":{"__isSmartRef__":true,"id":14972},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"16238":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"16239":{},"16240":{"displayInitialScript":{"__isSmartRef__":true,"id":16241},"displayJavaScriptSource":{"__isSmartRef__":true,"id":16245},"displaySourceForConnection":{"__isSmartRef__":true,"id":16249},"displaySourceForScript":{"__isSmartRef__":true,"id":16253},"generateSourceForConnection":{"__isSmartRef__":true,"id":16257},"generateSourceForScript":{"__isSmartRef__":true,"id":16261},"generateTargetCode":{"__isSmartRef__":true,"id":16265},"newConnection":{"__isSmartRef__":true,"id":16269},"newScript":{"__isSmartRef__":true,"id":16273},"reset":{"__isSmartRef__":true,"id":16277},"selectChangedContent":{"__isSmartRef__":true,"id":16281},"setTarget":{"__isSmartRef__":true,"id":16285},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":16289},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":16293},"updateLists":{"__isSmartRef__":true,"id":16297},"onShutdown":{"__isSmartRef__":true,"id":16301},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":16305},"update":{"__isSmartRef__":true,"id":16309},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":16313},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":16317},"printTags":{"__isSmartRef__":true,"id":16325},"setTag":{"__isSmartRef__":true,"id":16329},"runScript":{"__isSmartRef__":true,"id":16333},"openPartTestRunner":{"__isSmartRef__":true,"id":16337},"hasUnsavedChanges":{"__isSmartRef__":true,"id":16341}},"16241":{"varMapping":{"__isSmartRef__":true,"id":16242},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":16243},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16242":{"this":{"__isSmartRef__":true,"id":14972}},"16243":{"timestamp":{"__isSmartRef__":true,"id":16244},"user":"lauritz","tags":[]},"16244":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (CET)"},"16245":{"varMapping":{"__isSmartRef__":true,"id":16246},"source":"function displayJavaScriptSource(jsCode) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":16247},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16246":{"this":{"__isSmartRef__":true,"id":14972}},"16247":{"timestamp":{"__isSmartRef__":true,"id":16248},"user":"lauritz","tags":[]},"16248":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)"},"16249":{"varMapping":{"__isSmartRef__":true,"id":16250},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":16251},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16250":{"this":{"__isSmartRef__":true,"id":14972}},"16251":{"timestamp":{"__isSmartRef__":true,"id":16252},"user":"conradcalmez","tags":[]},"16252":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (CET)"},"16253":{"varMapping":{"__isSmartRef__":true,"id":16254},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName);\n }\n if (code) this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":16255},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16254":{"this":{"__isSmartRef__":true,"id":14972}},"16255":{"timestamp":{"__isSmartRef__":true,"id":16256},"user":"cschuster","tags":[]},"16256":{"isSerializedDate":true,"string":"Thu Aug 30 2012 08:14:26 GMT+0200 (CEST)"},"16257":{"varMapping":{"__isSmartRef__":true,"id":16258},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":16259},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16258":{"this":{"__isSmartRef__":true,"id":14972}},"16259":{"timestamp":{"__isSmartRef__":true,"id":16260},"user":"lauritz","tags":[]},"16260":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)"},"16261":{"varMapping":{"__isSmartRef__":true,"id":16262},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = '',\n tagScript = '';\n\n if (!script) return;\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed at %s by %s \\n', script.timestamp, script.user);\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\n\n return annotation + scriptSource + tagScript;\n}","funcProperties":{"__isSmartRef__":true,"id":16263},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16262":{"this":{"__isSmartRef__":true,"id":14972}},"16263":{"timestamp":{"__isSmartRef__":true,"id":16264},"user":"cschuster","tags":[]},"16264":{"isSerializedDate":true,"string":"Thu Aug 30 2012 08:14:45 GMT+0200 (CEST)"},"16265":{"varMapping":{"__isSmartRef__":true,"id":16266},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":16267},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16266":{"this":{"__isSmartRef__":true,"id":14972}},"16267":{"timestamp":{"__isSmartRef__":true,"id":16268},"user":"lauritz","tags":[]},"16268":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)"},"16269":{"varMapping":{"__isSmartRef__":true,"id":16270},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":16271},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16270":{"this":{"__isSmartRef__":true,"id":14972}},"16271":{"timestamp":{"__isSmartRef__":true,"id":16272},"user":"lauritz","tags":[]},"16272":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)"},"16273":{"varMapping":{"__isSmartRef__":true,"id":16274},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n \\n}).tag([]);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":16275},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16274":{"this":{"__isSmartRef__":true,"id":14972}},"16275":{"timestamp":{"__isSmartRef__":true,"id":16276},"user":"lauritz","tags":[]},"16276":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (CET)"},"16277":{"varMapping":{"__isSmartRef__":true,"id":16278},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n \n this.target = null;\n this.currentTag = null;\n \n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n \n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":16279},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"16278":{"this":{"__isSmartRef__":true,"id":14972}},"16279":{"timestamp":{"__isSmartRef__":true,"id":16280},"user":"lauritz","tags":[]},"16280":{"isSerializedDate":true,"string":"Fri Aug 03 2012 11:45:36 GMT+0200 (CEST)"},"16281":{"varMapping":{"__isSmartRef__":true,"id":16282},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":17162},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17161":{"this":{"__isSmartRef__":true,"id":16620}},"17162":{},"17163":{"varMapping":{"__isSmartRef__":true,"id":17164},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":17165},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17164":{"this":{"__isSmartRef__":true,"id":16620}},"17165":{},"17166":{"varMapping":{"__isSmartRef__":true,"id":17167},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17168},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17167":{"this":{"__isSmartRef__":true,"id":16620}},"17168":{},"17169":{"varMapping":{"__isSmartRef__":true,"id":17170},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":17171},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17170":{"this":{"__isSmartRef__":true,"id":16620}},"17171":{},"17172":{"varMapping":{"__isSmartRef__":true,"id":17173},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":17270},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17269":{"this":{"__isSmartRef__":true,"id":17245}},"17270":{"timestamp":{"__isSmartRef__":true,"id":17271},"user":"lauritz","categories":[]},"17271":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (CET)"},"17272":{"submorphs":[{"__isSmartRef__":true,"id":17273}],"scripts":[],"id":"AC89BE11-C47C-4DC7-A39A-E1997C2BDA28","shape":{"__isSmartRef__":true,"id":17278},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":17284},"lighterFill":{"__isSmartRef__":true,"id":17289},"label":{"__isSmartRef__":true,"id":17273},"attributeConnections":[{"__isSmartRef__":true,"id":17294}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":17296},"owner":{"__isSmartRef__":true,"id":16613},"eventHandler":{"__isSmartRef__":true,"id":17297},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":16613},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D","7DDF7175-34FC-4521-A7C3-580A8BE63351","DEA39C05-FAD7-4882-AB3D-0EE12C3408F9","99186A50-1411-4B6F-B1CB-FF0742C20D7D","10F3E467-6BB8-4D07-BD17-8C50593FD6B8","7260818C-6472-4288-8BDD-1E7798A543F3","DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89","D75BCAED-3029-46EB-B944-4A102BB1BC0F","9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0","48A5078F-B4A5-4F4E-884D-84CCDFFBE6F0","33905494-AA01-4311-8398-1F6C3D4F1BAC","5D7201A7-1374-49AD-851F-E3167EFED99E","9B69B6C6-71F2-402E-89D1-E97FC2D3AE13","DA1B3A74-F4A6-427B-8FBD-3D2E9D8CD866","DBFC4A4F-8601-4C32-9460-53902C3B0F37","ED51CA7C-CE32-4CF5-9398-0BA9B791FF5E","4F7A7C1A-3788-478C-AFF5-BA62C7FCB01D","FCEFF15E-E5B8-4C7E-A139-302649441119","3674B8DC-F4E5-4A5C-ACEC-96D743BB6050","33E0336F-FD6A-4AAB-AECB-B7D6C7C80631","761015EE-47CF-40F6-A403-8A959B2DB0A6","361B531D-7A1C-441A-BE8B-0B503543FF6C","E283DDFD-1D8F-4E3D-A0BC-40C30221FFDC"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"isPressed":false,"prevScroll":[0,0],"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17298},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(160.0,40.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(33.4,-21.3)"},"17273":{"submorphs":[],"scripts":[],"id":"FEBFE5FA-34CE-4BA5-9B3D-7FC9DC9E9DEF","shape":{"__isSmartRef__":true,"id":17274},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":25,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":17272},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":17275}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":17277},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":25,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","DF0CAF75-4247-4797-B1A0-AD7444391E2A","B4C4F09B-F663-47A1-B85F-461D5452F5F8","FD966AB1-4685-4151-9A38-B1B21B0237EF","CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97","88F1581A-7AEF-4646-B7F9-3890CDDB8494","DC577877-7F00-4238-9246-08C2A10C0CC9","818C9467-71A2-44D6-B01F-1523A0CD5476","C0CF3DDB-AA12-49E0-B12A-6B620552BB47","853E19A1-E97D-463D-A24F-0148671EB696","0203CA4C-E523-4F7D-824B-F09BA3914BDD","18B98A59-6C8E-4386-B3EF-A17259C51C0F","24D84E0A-FA16-47DE-934D-E60729EEB227","7035F1EB-4B8C-4F20-B3AC-966403F55C0A","69831817-0662-4848-8481-44558987D21D","BA13E4C6-DF2A-4059-9174-7725FA3FE514","3E989A29-2A8F-4AFE-B312-A0852B746605","7B675033-945D-4AE1-B85F-DBD35C7B02AA","E0D76A08-70F9-4710-907E-B2D83D60D29A","495F5D43-B450-45B7-B238-FC12AA8F6488","B551041D-4E6E-44F3-8405-1DCE5344BCCD","0A287650-EC32-45AA-8504-0513B196727F","717B0EFA-1422-4224-9A53-5A494F6191A4","C86C167E-8A7D-43BE-AFED-AAEDA70B95EE"],"_Scale":1,"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"17274":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(25.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"17275":{"style":{"__isSmartRef__":true,"id":17276},"chunkOwner":{"__isSmartRef__":true,"id":17273},"storedString":"-","_id":"_1363","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17276":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17277":{"morph":{"__isSmartRef__":true,"id":17273},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17278":{"_Fill":{"__isSmartRef__":true,"id":17279},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(25.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"17279":{"stops":[{"__isSmartRef__":true,"id":17280},{"__isSmartRef__":true,"id":17281},{"__isSmartRef__":true,"id":17282},{"__isSmartRef__":true,"id":17283}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17280":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"17281":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"17282":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"17283":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"17284":{"stops":[{"__isSmartRef__":true,"id":17285},{"__isSmartRef__":true,"id":17286},{"__isSmartRef__":true,"id":17287},{"__isSmartRef__":true,"id":17288}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17285":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"17286":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"17287":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"17288":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"17289":{"stops":[{"__isSmartRef__":true,"id":17290},{"__isSmartRef__":true,"id":17291},{"__isSmartRef__":true,"id":17292},{"__isSmartRef__":true,"id":17293}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17290":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"17291":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"17292":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"17293":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"17294":{"sourceObj":{"__isSmartRef__":true,"id":17272},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":17272},"targetMethodName":"deleteSelectedScript","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":17295},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"17295":{"source":{"__isSmartRef__":true,"id":17272},"target":{"__isSmartRef__":true,"id":17272}},"17296":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17297":{"morph":{"__isSmartRef__":true,"id":17272},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17298":{"deleteSelectedScript":{"__isSmartRef__":true,"id":17299}},"17299":{"varMapping":{"__isSmartRef__":true,"id":17300},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":17301},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17300":{"this":{"__isSmartRef__":true,"id":17272}},"17301":{"timestamp":{"__isSmartRef__":true,"id":17302},"user":"lauritz"},"17302":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (CET)"},"17303":{"submorphs":[{"__isSmartRef__":true,"id":17304}],"scripts":[],"id":"230A94D5-56B0-473A-98DF-EE346827EBFE","shape":{"__isSmartRef__":true,"id":17310},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":17311},"lighterFill":{"__isSmartRef__":true,"id":17316},"label":{"__isSmartRef__":true,"id":17304},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":17321},"list":[],"eventHandler":{"__isSmartRef__":true,"id":17322},"owner":{"__isSmartRef__":true,"id":16613},"textString":"","selection":{"__isSmartRef__":true,"id":17323},"_ClipMode":"visible","prevScroll":[0,0],"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA","A50C1893-4138-4E29-865B-92F53F76D08A","1EC5D2B9-3539-419A-8DD6-CE82DEABB02C","95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0","672DEFAB-2BE5-4C60-9779-3B44694FBEB1","E3476213-5872-492C-BE29-0C6A5A150ED8","AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE","54B67D51-AB19-40A0-A2A6-EC51F3171CAC","1CF44342-896F-4ACB-847F-7CB3CD10ED5A","279A9257-1667-4E0C-844B-A4E0D02462F0","DDCBD835-4B3F-4B8F-9623-696DA76C3A2C","D2CB17F3-5DD0-4E97-BF99-40A95ABF976B","FA519665-2394-43D3-8DCF-802A158F3291","90519BB5-7419-46E0-B7E3-4C26304F3414","0B7FC23C-C63C-4F20-8BAF-1BD1B7205762","B54FAD70-E598-4B06-8F41-00843A06D4B0","5A8ECBD6-ADDE-43FA-8D9E-BC483898DF8A","69DD3160-FAD3-4AD8-9B1C-CB9229AD8034","2C8AD368-8815-41D5-8C8D-CD36ECCF4A96","80C5655D-B03D-413B-A84C-D59A60D8EEEC","BA8066E4-5B8E-4048-97C5-332953805999","E27E2CB2-789E-4269-B5E8-2631B5D2840B","0EDAA37B-E8BA-4DE7-820A-17A44E299F5C"],"_Rotation":0,"_Scale":1,"isPressed":false,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17329},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(200.1,10.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(122.9,-11.6)"},"17304":{"submorphs":[],"scripts":[],"id":"BF14489F-A03D-4AE0-B488-6FBF65C523B7","shape":{"__isSmartRef__":true,"id":17305},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":17303},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":17306}],"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":17308}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"eventHandler":{"__isSmartRef__":true,"id":17309},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","D09C56C3-A2DC-4BDF-B8A1-6365138ECD01","74158C3D-B79E-43E7-B111-48701B10ACE2","B19E117B-E40F-4B9F-86AC-BFB2AAFD5336","4E3B3D72-E52C-44ED-AE32-78939BA1ECFD","2459D1F0-E49C-4882-AB4C-D78C1A496962","3D8D3B02-0459-45C1-A606-D0DB4B07958C","78AAE288-D261-4BEA-9436-C8C31B890B44","2E10F795-9892-4BF7-9A46-BCB90FD6112E","DE32EFA9-C920-42F6-9F2E-7EDABEC006AF","23FBFC79-1927-48FD-8C1C-09FFD7539784","3409506C-9BAE-43DA-BCAF-94392F9646DF","ED94289E-98FC-4126-9EED-25FDC98D5BFC","63C2F1D8-3A1B-464B-9945-1F661D4CFE26","782AAB82-32E9-4A37-9DC0-3118636C2CCE","D564B3C8-D9B5-4D7D-80DD-16715ED878F6","D9344242-9F26-4A5D-B86D-6FAEA43B439C","E7E3A5EE-8F82-4F04-9E65-771E2E4AC9D1","55BF0D1C-FCDF-4D8B-9E42-8EF0F36074A3","B3BE05E0-5704-45B4-8B1D-E7FDA5CE6235","9A503124-0F1D-4390-B668-E4457CBC1376","26D1AD85-C129-4C24-A16A-B6863FC35F41","7425ED3B-1418-47C8-A2EE-52CDF3C4D860","C4B9C269-4F6E-4EA2-A6EA-38C21A011591"],"_Scale":1,"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(2.0,1.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(5,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"17305":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(220.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"17306":{"style":{"__isSmartRef__":true,"id":17307},"chunkOwner":{"__isSmartRef__":true,"id":17304},"_id":"_32448","storedString":"gameTree","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17307":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17308":{"sourceObj":{"__isSmartRef__":true,"id":17304},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":17303},"targetMethodName":"selection","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"17309":{"morph":{"__isSmartRef__":true,"id":17304},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17310":{"_Fill":{"__isSmartRef__":true,"id":17311},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(220.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"17311":{"stops":[{"__isSmartRef__":true,"id":17312},{"__isSmartRef__":true,"id":17313},{"__isSmartRef__":true,"id":17314},{"__isSmartRef__":true,"id":17315}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17312":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"17313":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"17314":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"17315":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"17316":{"stops":[{"__isSmartRef__":true,"id":17317},{"__isSmartRef__":true,"id":17318},{"__isSmartRef__":true,"id":17319},{"__isSmartRef__":true,"id":17320}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17317":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"17318":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"17319":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"17320":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"17321":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17322":{"morph":{"__isSmartRef__":true,"id":17303},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17323":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":17324},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":580,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":28,"name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":17325},"textChunks":[{"__isSmartRef__":true,"id":17326}],"eventHandler":{"__isSmartRef__":true,"id":17328},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__serializedExpressions__":["_Position","textColor","_TextColor","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(37.0,23.0)","textColor":"Color.rgb(0,0,0)","_TextColor":"Color.rgb(0,79,152)","distanceToDragEvent":"lively.pt(221.0,-12.0)"},"17324":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(580.0,43.0)","_BorderColor":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"17325":{"partsSpaceName":"PartsBin/Worlds/","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17326":{"style":{"__isSmartRef__":true,"id":17327},"chunkOwner":{"__isSmartRef__":true,"id":17323},"storedString":"","_id":"_1365","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17327":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17328":{"morph":{"__isSmartRef__":true,"id":17323},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17329":{"reset":{"__isSmartRef__":true,"id":17330},"onMouseDown":{"__isSmartRef__":true,"id":17334},"onBlur":{"__isSmartRef__":true,"id":17342},"createScenePresentation":{"__isSmartRef__":true,"id":17350},"presentTargetChooser":{"__isSmartRef__":true,"id":17354},"removeTargetChooser":{"__isSmartRef__":true,"id":17358},"removeHighlight":{"__isSmartRef__":true,"id":17362},"highlightCurrentTarget":{"__isSmartRef__":true,"id":17366},"updateTargetFromSelection":{"__isSmartRef__":true,"id":17370},"currentMorphicScene":{"__isSmartRef__":true,"id":17374},"highlightTarget":{"__isSmartRef__":true,"id":17378},"setLabel":{"__isSmartRef__":true,"id":17382},"updateTargetFromOwner":{"__isSmartRef__":true,"id":17390}},"17330":{"varMapping":{"__isSmartRef__":true,"id":17331},"source":"function reset() {\n this.removeTargetChooser();\n this.setLabel('empty');\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":17332},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17331":{"this":{"__isSmartRef__":true,"id":17303}},"17332":{"timestamp":{"__isSmartRef__":true,"id":17333},"user":"lauritz","tags":[]},"17333":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:57 GMT+0200 (CEST)"},"17334":{"varMapping":{"__isSmartRef__":true,"id":17335},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) {\n return $super(evt);\n }\n \n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeTargetChooser();\n } else {\n this.presentTargetChooser();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17340},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17335":{"this":{"__isSmartRef__":true,"id":17303},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17336}},"17336":{"$super":{"__isSmartRef__":true,"id":17337}},"17337":{"varMapping":{"__isSmartRef__":true,"id":17338},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17339},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17338":{"obj":{"__isSmartRef__":true,"id":17303},"name":"onMouseDown"},"17339":{},"17340":{"timestamp":{"__isSmartRef__":true,"id":17341},"user":"lauritz","tags":[]},"17341":{"isSerializedDate":true,"string":"Fri Aug 03 2012 12:44:10 GMT+0200 (CEST)"},"17342":{"varMapping":{"__isSmartRef__":true,"id":17343},"source":"function onBlur(evt) {\n $super(evt);\n \n // remove the scene presentation when clicked elsewhere\n var target = evt.world.clickedOnMorph;\n if (!this.listMorph || !this.listMorph.isAncestorOf(target)) {\n this.removeTargetChooser();\n } else {\n this.focus();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17348},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17343":{"this":{"__isSmartRef__":true,"id":17303},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17344}},"17344":{"$super":{"__isSmartRef__":true,"id":17345}},"17345":{"varMapping":{"__isSmartRef__":true,"id":17346},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17347},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17346":{"obj":{"__isSmartRef__":true,"id":17303},"name":"onBlur"},"17347":{},"17348":{"timestamp":{"__isSmartRef__":true,"id":17349},"user":"lauritz","tags":[]},"17349":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:05 GMT+0200 (CEST)"},"17350":{"varMapping":{"__isSmartRef__":true,"id":17351},"source":"function createScenePresentation() {\n var that = this,\n items = this.currentMorphicScene(),\n height = this.owner.getExtent().y,\n bounds = new Rectangle(0, this.getExtent().y, this.getExtent().x * 2, height),\n treeMorph = new lively.morphic.Tree(),\n rect = lively.morphic.Morph.makeRectangle(bounds),\n currentTarget = null;\n \n treeMorph.childrenPerPage = 10000;\n treeMorph.setName(\"MorphSelectorTree\");\n treeMorph.getLayouter().defer();\n treeMorph.setItem(items);\n treeMorph.childNodes.each(function (n) {\n n.expand();\n })\n \n currentTarget = this.highlightCurrentTarget(treeMorph);\n \n rect.setFill(Color.white);\n rect.beClip(true);\n rect.disableGrabbing();\n rect.disableDragging();\n rect.setBorderWidth(1);\n rect.setBorderColor(Color.rgb(150,150,150));\n rect.addMorph(treeMorph);\n rect.treeMorph = treeMorph;\n rect.currentTarget = currentTarget;\n\n return rect;\n}","funcProperties":{"__isSmartRef__":true,"id":17352},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17351":{"this":{"__isSmartRef__":true,"id":17303}},"17352":{"timestamp":{"__isSmartRef__":true,"id":17353},"user":"lauritz","tags":[]},"17353":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:56 GMT+0200 (CEST)"},"17354":{"varMapping":{"__isSmartRef__":true,"id":17355},"source":"function presentTargetChooser() {\n var list = this.createScenePresentation(),\n tree = list.treeMorph,\n target = list.currentTarget\n \n list.setVisible(false)\n this.addMorph(list)\n this.listMorph = list\n list.focus()\n\n // need temp here, doesn't work otherwise, strange errors... Javascript WAT\n var layouting = function() {\n list.setVisible(true)\n \n if (target) {\n var globalTransform = new lively.morphic.Similitude()\n for (var morph = target; (morph != list) && \n (morph != undefined); morph = morph.owner) {\n globalTransform.preConcatenate(morph.getTransform());\n } \n \n list.scrollRectIntoView(target.getBounds().\n translatedBy(globalTransform.getTranslation()));\n tree.getLayouter().resume();\n }\n }\n layouting.morphicDelay(1);\n}","funcProperties":{"__isSmartRef__":true,"id":17356},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17355":{"this":{"__isSmartRef__":true,"id":17303}},"17356":{"timestamp":{"__isSmartRef__":true,"id":17357},"user":"lauritz","tags":[]},"17357":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:13:22 GMT+0200 (CEST)"},"17358":{"varMapping":{"__isSmartRef__":true,"id":17359},"source":"function removeTargetChooser() {\n if (this.listMorph) {\n this.listMorph.remove();\n delete this.listMorph; \n }\n}","funcProperties":{"__isSmartRef__":true,"id":17360},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17359":{"this":{"__isSmartRef__":true,"id":17303}},"17360":{"timestamp":{"__isSmartRef__":true,"id":17361},"user":"lauritz","tags":[]},"17361":{"isSerializedDate":true,"string":"Fri Aug 03 2012 12:43:38 GMT+0200 (CEST)"},"17362":{"varMapping":{"__isSmartRef__":true,"id":17363},"source":"function removeHighlight(node) {\n node.submorphs[0].setFill(Color.rgb(255,255,255))\n}","funcProperties":{"__isSmartRef__":true,"id":17364},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17363":{"this":{"__isSmartRef__":true,"id":17303}},"17364":{"timestamp":{"__isSmartRef__":true,"id":17365},"user":"lauritz","tags":[]},"17365":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:32:15 GMT+0200 (CEST)"},"17366":{"varMapping":{"__isSmartRef__":true,"id":17367},"source":"function highlightCurrentTarget(tree) {\n var target = this.owner.target,\n nodes = tree.childNodes,\n highlightNode;\n\n if (!target) {\n return\n } else if (target.isMorph) {\n var expandables = [target],\n nextOwner = target,\n currentNode\n while (nextOwner.owner) {\n expandables.push(nextOwner.owner)\n nextOwner = nextOwner.owner\n }\n expandables.reverse().each(function (m) {\n currentNode = nodes.detect(function (n) {\n return n.item.value === m;\n })\n if (currentNode) {\n nodes = currentNode.childNodes\n if (!nodes && currentNode.item.children) {\n currentNode.expand();\n nodes = currentNode.childNodes;\n }\n } else {\n return;\n }\n })\n if (currentNode && currentNode.item.value === target) {\n highlightNode = currentNode;\n }\n } else {\n var groupNodes = nodes.detect(function (n) {\n return n.item.value === 'groups';\n }).childNodes\n highlightNode = groupNodes.detect(function (n) {\n // group names are unique\n return n.item.value.name === target.name;\n })\n }\n\n if (highlightNode) {\n this.highlightTarget(highlightNode);\n }\n return highlightNode;\n}","funcProperties":{"__isSmartRef__":true,"id":17368},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17367":{"this":{"__isSmartRef__":true,"id":17303}},"17368":{"timestamp":{"__isSmartRef__":true,"id":17369},"user":"lauritz","tags":[]},"17369":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:31:39 GMT+0200 (CEST)"},"17370":{"varMapping":{"__isSmartRef__":true,"id":17371},"source":"function updateTargetFromSelection(selection) { \n var that = this;\n var update = function(confirmed) {\n if (confirmed) {\n that.owner.setTarget(selection);\n that.setLabel(selection.getName() || selection.toString());\n }\n }\n \n this.removeTargetChooser();\n if (this.owner.hasUnsavedChanges && this.owner.hasUnsavedChanges()) {\n this.owner.confirmUnsavedChanges(update);\n } else {\n update(true);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17372},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17371":{"this":{"__isSmartRef__":true,"id":17303}},"17372":{"timestamp":{"__isSmartRef__":true,"id":17373},"user":"lauritz","tags":[]},"17373":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:57 GMT+0200 (CEST)"},"17374":{"varMapping":{"__isSmartRef__":true,"id":17375},"source":"function currentMorphicScene() {\n var onSelect = function onSelect(tree) {\n this.selector.updateTargetFromSelection(this.value);\n }\n var properties = {\n editorPane: this.owner,\n selector: this\n }\n \n return {children: [{ \n name: 'World',\n value: this.world(),\n selector: this,\n onSelect: onSelect,\n children: this.world().submorphs.invoke('treeItemsOfMorphNames',\n {scripts: [onSelect],\n properties: properties,\n showUnnamed: true}).compact()\n }]};\n}","funcProperties":{"__isSmartRef__":true,"id":17376},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17375":{"this":{"__isSmartRef__":true,"id":17303}},"17376":{"timestamp":{"__isSmartRef__":true,"id":17377},"user":"lauritz","tags":[]},"17377":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:43 GMT+0200 (CEST)"},"17378":{"varMapping":{"__isSmartRef__":true,"id":17379},"source":"function highlightTarget(node) {\n node.submorphs[0].setFill(Color.rgb(218,218,218))\n}","funcProperties":{"__isSmartRef__":true,"id":17380},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17379":{"this":{"__isSmartRef__":true,"id":17303}},"17380":{"timestamp":{"__isSmartRef__":true,"id":17381},"user":"lauritz","tags":[]},"17381":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:32:12 GMT+0200 (CEST)"},"17382":{"varMapping":{"__isSmartRef__":true,"id":17383},"source":"function setLabel(label) {\n this.label.setTextString(label);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":17388},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17383":{"this":{"__isSmartRef__":true,"id":17303},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17384}},"17384":{"$super":{"__isSmartRef__":true,"id":17385}},"17385":{"varMapping":{"__isSmartRef__":true,"id":17386},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17387},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17386":{"obj":{"__isSmartRef__":true,"id":17303},"name":"setLabel"},"17387":{},"17388":{"timestamp":{"__isSmartRef__":true,"id":17389},"user":"lauritz","tags":[]},"17389":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:31 GMT+0200 (CEST)"},"17390":{"varMapping":{"__isSmartRef__":true,"id":17391},"source":"function updateTargetFromOwner() {\n this.setLabel(this.owner.target);\n}","funcProperties":{"__isSmartRef__":true,"id":17392},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17391":{"this":{"__isSmartRef__":true,"id":17303}},"17392":{"timestamp":{"__isSmartRef__":true,"id":17393},"user":"lauritz","tags":[]},"17393":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:24:24 GMT+0200 (CEST)"},"17394":{"submorphs":[],"scripts":[],"id":"678EFD6C-A954-42E3-93A1-6283457BE4D2","shape":{"__isSmartRef__":true,"id":17395},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":64.8979476392384,"showsHalos":false,"_FontSize":9,"name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":17396},"textChunks":[{"__isSmartRef__":true,"id":17397}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":17399},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":64.8979476392384,"_ClipMode":"visible","draggingEnabled":false,"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":16613},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","1E8D3752-D212-41F8-BC63-B094E0C80707","75C07D11-AE5D-4A36-B2D0-F2A6EA414E72","494AB1C0-2C09-49DE-B4AA-1F24DC7495FF","25199967-E3BA-4763-A704-37BD3152A5F7","8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9","DDB23EF0-540C-4046-AD4D-C001E8A5F20C","FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9","52850E3E-BE46-467C-A381-902F5E4859FD","147F9160-7168-44A4-9EA4-A36466EE1F52","8E4FB238-FC20-4DA7-AC9F-6921EBBD5609","3D09A998-5E60-4E94-9C6A-B08E7D98F02A","B8986B95-68A4-4212-8560-C86C8F7B3B3C","81BAFCDC-090F-4A92-8AD6-C3127620CCF4","3663625F-2BB0-494C-A467-04148A441F42","8F0EE2A4-3C90-4F71-A04E-2B285D2543CD","B5F10B61-9C89-4903-BD4C-DF3B9D283432","7005184B-8CE8-4DB8-82D8-D75E16ADE428","B8106E33-B470-45C3-916E-6E92CAFDD854","3013F6C8-9D86-49F3-9EB0-AA42B27F1DC6","A49BA117-B9D4-43F4-82EA-458B9D16FDBA","9FB9DF10-FCEC-44FE-9614-6DFC4B814576","54F9AFFD-B235-48AC-85E0-57921251546E","7A472A4B-7292-49B5-9F03-DE2E3A096714"],"_Rotation":0,"_Scale":1,"_MaxTextHeight":null,"_MinTextHeight":null,"__serializedExpressions__":["_Position","textColor","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(10.0,12.9)","textColor":"Color.rgb(0,0,0)","distanceToDragEvent":"lively.pt(45.8,-27.8)"},"17395":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(64.9,14.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"17396":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17397":{"style":{"__isSmartRef__":true,"id":17398},"chunkOwner":{"__isSmartRef__":true,"id":17394},"storedString":"Tag:","_id":"_1367","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17398":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17399":{"morph":{"__isSmartRef__":true,"id":17394},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17400":{"submorphs":[{"__isSmartRef__":true,"id":17401}],"scripts":[],"id":"282822F8-B88C-4F9D-AE8E-A60B6CB08041","shape":{"__isSmartRef__":true,"id":17407},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":17413},"lighterFill":{"__isSmartRef__":true,"id":17418},"label":{"__isSmartRef__":true,"id":17401},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":17423},"listMorph":null,"list":[],"eventHandler":{"__isSmartRef__":true,"id":17424},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":16613},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C95D3672-724C-4C2C-9CDD-EF308062F627","C66EBEEC-B7CE-4DD9-8BDF-905F071F965D","D68B143A-A712-4FD0-8803-62CCB4C7F763","ED802271-AE5C-4BE9-AC4E-7CED44BC864B","1BD989CB-146C-431F-8B15-9199C4CD5D32","42172AA4-1B06-4C5B-9BB7-FAED1206CF34","32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA","9B4BF2BE-49D5-4B9D-8F38-1692443069A9","FCAB3690-731A-45E7-984F-843DFE705AF1","94B10A66-8219-43AD-B902-DA999A66222D","BB0E2EB7-ABCE-44C7-96E7-6679FB2981D1","2FCEE551-302B-46C9-B646-3B9BE9187182","B4267F52-1ACC-42A1-904D-E9F7D485D8AB","14770110-045A-4BE4-BCF2-7C886DF70F7D","5387EA76-6B03-426A-B385-9C4231B66352","23545203-A969-439B-8761-E83A810696D0","C5467F6E-CBD7-4AF4-94BE-D0D62E4F7DDD","2FC5F9D1-B611-4273-BD5B-107350364579","318398B6-6689-4DE7-88FD-636BD968773D","3241459F-2019-4BD2-A0CF-BD2A174DDA76","69022916-A511-4A6C-8220-5B4CCD34FCEF","E772C128-C42D-4B13-A3DB-3EC0DFDC9FC5","4DD223AA-79FC-4FB3-9301-F197D9D6B358"],"_Rotation":0,"_Scale":1,"isPressed":true,"_StyleClassNames":["toggled"],"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17425},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(39.1,10.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(85.7,-11.6)"},"17401":{"submorphs":[],"scripts":[],"id":"776232F5-5FF2-4305-8B83-32BDCDD6599D","shape":{"__isSmartRef__":true,"id":17402},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":17400},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":17403}],"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":17405}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"eventHandler":{"__isSmartRef__":true,"id":17406},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D","567FC668-A57C-41CB-8252-8912826B3144","D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF","AABED87D-D7C0-494A-8803-26F4601E35FF","696C3A2A-C695-4D17-A044-41A73436AB8D","206A0BFD-6997-4E0E-9193-089D1F66B22A","F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696","64A754E9-7083-4CAE-B5C2-7B436EFFE4BA","64737503-A352-42CC-A249-667DA2B42746","9218F1CA-E23F-4E1A-89C3-DB19DE720861","CF7EAC38-1041-4B83-B087-359885B8528B","84469C7C-C93D-4F16-ACAA-0045A4A37FCA","9D3DD447-66A0-4B4A-B378-FB864D8C1468","163D1C2B-EDE9-4F8F-B466-EF9F4CB14384","50DCF8C9-23AA-4241-AC5B-724CC11950DA","CCACCC51-0109-4F73-B122-AA60E40EC54B","285D1797-A21F-4439-81AD-932B45F54879","7354C28D-A54E-48B6-913E-4949B5F4625E","68EAB78C-AAA8-4EC3-8493-CFD23672B5B3","2AD9DBC6-BDBD-4022-AFE1-B6D94D6860BF","5D634617-10A2-45FE-A453-D3452456AB07","EE3AF0A1-F42E-4AE8-A115-3458AA56DAF3","D8A87F07-FBE8-4C1E-ADE9-3AF6EE15FCD3"],"_Scale":1,"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(2.0,1.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(5,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"17402":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"17403":{"style":{"__isSmartRef__":true,"id":17404},"chunkOwner":{"__isSmartRef__":true,"id":17401},"_id":"_11398","storedString":"all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17404":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17405":{"sourceObj":{"__isSmartRef__":true,"id":17401},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":17400},"targetMethodName":"selection","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"17406":{"morph":{"__isSmartRef__":true,"id":17401},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17407":{"_Fill":{"__isSmartRef__":true,"id":17408},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"17408":{"stops":[{"__isSmartRef__":true,"id":17409},{"__isSmartRef__":true,"id":17410},{"__isSmartRef__":true,"id":17411},{"__isSmartRef__":true,"id":17412}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17409":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(230,243,253)"},"17410":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(171,215,248)"},"17411":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(171,215,248)"},"17412":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(157,198,229)"},"17413":{"stops":[{"__isSmartRef__":true,"id":17414},{"__isSmartRef__":true,"id":17415},{"__isSmartRef__":true,"id":17416},{"__isSmartRef__":true,"id":17417}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17414":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"17415":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"17416":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"17417":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"17418":{"stops":[{"__isSmartRef__":true,"id":17419},{"__isSmartRef__":true,"id":17420},{"__isSmartRef__":true,"id":17421},{"__isSmartRef__":true,"id":17422}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17419":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"17420":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"17421":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"17422":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"17423":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17424":{"morph":{"__isSmartRef__":true,"id":17400},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17425":{"createListMorph":{"__isSmartRef__":true,"id":17426},"getList":{"__isSmartRef__":true,"id":17430},"removeList":{"__isSmartRef__":true,"id":17434},"reset":{"__isSmartRef__":true,"id":17438},"onMouseUp":{"__isSmartRef__":true,"id":17442},"onBlur":{"__isSmartRef__":true,"id":17450},"setTag":{"__isSmartRef__":true,"id":17458}},"17426":{"varMapping":{"__isSmartRef__":true,"id":17427},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":17428},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17427":{"this":{"__isSmartRef__":true,"id":17400}},"17428":{"timestamp":{"__isSmartRef__":true,"id":17429},"user":"lauritz","categories":[]},"17429":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (CET)"},"17430":{"varMapping":{"__isSmartRef__":true,"id":17431},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":17432},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17431":{"this":{"__isSmartRef__":true,"id":17400}},"17432":{"timestamp":{"__isSmartRef__":true,"id":17433},"user":"lauritz","tags":[]},"17433":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (CET)"},"17434":{"varMapping":{"__isSmartRef__":true,"id":17435},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":17436},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17435":{"this":{"__isSmartRef__":true,"id":17400}},"17436":{"timestamp":{"__isSmartRef__":true,"id":17437},"user":"lauritz","categories":[]},"17437":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (CET)"},"17438":{"varMapping":{"__isSmartRef__":true,"id":17439},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":17440},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17439":{"this":{"__isSmartRef__":true,"id":17400}},"17440":{"timestamp":{"__isSmartRef__":true,"id":17441},"user":"lauritz","tags":[]},"17441":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (CET)"},"17442":{"varMapping":{"__isSmartRef__":true,"id":17443},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":17448},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17443":{"this":{"__isSmartRef__":true,"id":17400},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17444}},"17444":{"$super":{"__isSmartRef__":true,"id":17445}},"17445":{"varMapping":{"__isSmartRef__":true,"id":17446},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17447},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17446":{"obj":{"__isSmartRef__":true,"id":17400},"name":"onMouseUp"},"17447":{},"17448":{"timestamp":{"__isSmartRef__":true,"id":17449},"user":"lauritz","categories":[]},"17449":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (CET)"},"17450":{"varMapping":{"__isSmartRef__":true,"id":17451},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17456},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17451":{"this":{"__isSmartRef__":true,"id":17400},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17452}},"17452":{"$super":{"__isSmartRef__":true,"id":17453}},"17453":{"varMapping":{"__isSmartRef__":true,"id":17454},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17455},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17454":{"obj":{"__isSmartRef__":true,"id":17400},"name":"onBlur"},"17455":{},"17456":{"timestamp":{"__isSmartRef__":true,"id":17457},"user":"lauritz","categories":[]},"17457":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (CET)"},"17458":{"varMapping":{"__isSmartRef__":true,"id":17459},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":17460},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17459":{"this":{"__isSmartRef__":true,"id":17400}},"17460":{"timestamp":{"__isSmartRef__":true,"id":17461},"user":"lauritz","categories":[]},"17461":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (CET)"},"17462":{"submorphs":[{"__isSmartRef__":true,"id":17463}],"scripts":[],"id":"EC25167E-7B30-4D9C-8566-786C298CAA52","shape":{"__isSmartRef__":true,"id":17468},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":17469},"lighterFill":{"__isSmartRef__":true,"id":17474},"label":{"__isSmartRef__":true,"id":17463},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":17479},"attributeConnections":[{"__isSmartRef__":true,"id":17480}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":17503},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","4F370A81-5A80-4821-8ECC-D52B56F31E15","1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516","0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D","97086CE7-CD46-4035-A371-02A41D555A66","E342B91D-F54B-4DA8-8AE7-10C59CE22B41","A838C48E-4033-4688-8DCF-20659BD824FF","E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE","B6FB81D1-145B-40F9-ACF1-17276DA45EBA","09C79781-5461-4815-88DE-22FB67558136","85A5FA10-01D9-4051-8D56-29DB02CF8817","6E2F44D0-D69A-4DD7-91AD-0B0E1E871633","66FB4A47-82E6-417D-8248-4038D0CBBF5A","3CDC67E7-CAC7-4636-B7FF-50D008C6EB0D","4475CB12-8CFB-41DB-9399-EC6B68E18BA3","6175C505-1BCA-42E9-9C4C-07A4A309A245","B4FEE8FD-E680-459F-A82E-7606A48170D5","AC0B6630-E189-474B-A5E2-13726C1E0E6A","B5559DA4-1483-446C-8332-23DC886B44A5","955AF1F4-5BF5-4129-BA11-0DC54E21E510","6646015F-BD0A-4FEB-85F0-557FB8EC655A","A5682378-2307-447E-AD50-1DEC1AAC9FCB","1A04209F-A70E-4385-A6E2-D508EABC2DFC","EDA53C4F-765D-4424-9DBF-C62388440C46"],"owner":{"__isSmartRef__":true,"id":16613},"layout":{"__isSmartRef__":true,"id":17504},"_ClipMode":"visible","_Rotation":0,"_Scale":0.994014980014994,"isPressed":false,"prevScroll":[0,0],"__serializedExpressions__":["distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","distanceToDragEvent":"lively.pt(72.0,-13.0)","_Position":"lively.pt(687.7,9.5)"},"17463":{"submorphs":[],"scripts":[],"id":"C71B51B7-D0F8-43FC-83B5-F0A9DB24DA47","shape":{"__isSmartRef__":true,"id":17464},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":17462},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":17465}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":17467},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","56735895-BA99-4D98-9866-AA5DBD86237E","81041CF7-31DB-4F65-BB39-FE438A4F266F","D03829B3-268E-40A0-A440-3E4BAC344F30","714637F0-714A-4833-909B-BA4AF1B4628B","DC956E73-7398-4CAF-B6F2-9A226E344396","C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F","39386C7E-9099-4159-BFE9-80AD37319211","2764FB6E-70D1-4BC5-B3CB-9979A48B8205","C55C8A7C-412C-453E-A99F-CE78C2AADB94","4BD9A8D4-2EC1-40AC-A1CE-5F1347B0152D","3450EAEB-E3D2-4FAF-98DF-354B3B8715D6","C906736E-48DF-4054-BA5A-A089610456D7","DE5C59FB-90A6-4DD4-AC39-5CC8B3912969","5830FB93-49A1-4A31-A687-69C4579D5FA7","AE9038D5-0EBD-40A0-8043-9689D163D108","13E47AE3-8FA4-4D33-B6D0-DC9AB9E63590","330AAB8C-6D17-4763-AACC-669FC5DD3A91","CA04BB7A-205C-412D-9900-C2DE7C5FAD36","37AADE55-77DE-4E93-9A3E-241BB5002F88","60EB450E-29D4-42B9-8FF7-CA138515052E","7D5C0196-98BF-4CCD-9142-3D29E68EE180","0F70CA1F-07A9-4EFA-872A-3255F9C850DC","7A2FAFFA-9A09-40FB-B04A-80B0B34C696B"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"17464":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(2,2,0,0)"},"17465":{"style":{"__isSmartRef__":true,"id":17466},"chunkOwner":{"__isSmartRef__":true,"id":17463},"storedString":"run","_id":"_1369","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17466":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17467":{"morph":{"__isSmartRef__":true,"id":17463},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17468":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":17469},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"17469":{"stops":[{"__isSmartRef__":true,"id":17470},{"__isSmartRef__":true,"id":17471},{"__isSmartRef__":true,"id":17472},{"__isSmartRef__":true,"id":17473}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17470":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"17471":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"17472":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"17473":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"17474":{"stops":[{"__isSmartRef__":true,"id":17475},{"__isSmartRef__":true,"id":17476},{"__isSmartRef__":true,"id":17477},{"__isSmartRef__":true,"id":17478}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17475":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"17476":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"17477":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"17478":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"17479":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17480":{"sourceObj":{"__isSmartRef__":true,"id":17462},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16613},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":17481},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"17481":{"submorphs":[{"__isSmartRef__":true,"id":17482}],"scripts":[],"shape":{"__isSmartRef__":true,"id":17489},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","eventHandler":{"__isSmartRef__":true,"id":17492},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":17493},{"__isSmartRef__":true,"id":17494}],"con":{"__isSmartRef__":true,"id":17480},"showsMorphMenu":true,"showsHalos":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17495},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"17482":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":17483},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","eventHandler":{"__isSmartRef__":true,"id":17488},"droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":17481},"_Rotation":-3.130064002485303,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(0.0,0.0)"},"17483":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":17484},{"__isSmartRef__":true,"id":17485},{"__isSmartRef__":true,"id":17486},{"__isSmartRef__":true,"id":17487}],"_ClipMode":"visible","_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-12.0,-6.0)","_Extent":"lively.pt(16.0,12.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(0,0,0)"},"17484":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"17485":{"isAbsolute":true,"x":-12,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"17486":{"isAbsolute":true,"x":4,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"17487":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"17488":{"morph":{"__isSmartRef__":true,"id":17482},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17489":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":17490},{"__isSmartRef__":true,"id":17491}],"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-1.0,-1.0)","_Extent":"lively.pt(831.0,11.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"17490":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"17491":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"17492":{"morph":{"__isSmartRef__":true,"id":17481},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17493":{"morph":{"__isSmartRef__":true,"id":17481},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"17494":{"morph":{"__isSmartRef__":true,"id":17481},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":17482},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"17495":{"morphMenuItems":{"__isSmartRef__":true,"id":17496}},"17496":{"varMapping":{"__isSmartRef__":true,"id":17497},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":17502},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17497":{"this":{"__isSmartRef__":true,"id":17481},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17498}},"17498":{"$super":{"__isSmartRef__":true,"id":17499}},"17499":{"varMapping":{"__isSmartRef__":true,"id":17500},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17501},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17500":{"obj":{"__isSmartRef__":true,"id":17481},"name":"morphMenuItems"},"17501":{},"17502":{},"17503":{"morph":{"__isSmartRef__":true,"id":17462},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17504":{"centeredHorizontal":false,"moveHorizontal":true},"17505":{"submorphs":[{"__isSmartRef__":true,"id":17506}],"scripts":[],"id":"A1E7AE85-2A12-4BEC-ADB7-AAA96784036C","shape":{"__isSmartRef__":true,"id":17511},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":17512},"lighterFill":{"__isSmartRef__":true,"id":17517},"label":{"__isSmartRef__":true,"id":17506},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":17522},"attributeConnections":[{"__isSmartRef__":true,"id":17523}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":17546},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","A79280E8-6AE3-4016-AF47-CE78F71924C6","B05829EB-D452-4D81-983B-E2CE425C8260","32B117E5-52D8-4843-B80E-090B9817E099","49AC923E-5272-4E3C-8F02-4F2AED2BC4E9","85AAEA9C-5E12-4DEC-8994-9A5FE655A740","2A7FF9BF-85D3-4962-8EB4-0F7016C672EB","3BB17748-B91B-43F5-84BE-2537402A6382","8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208","8BADA640-EDC1-41B2-BEF3-0F2520EA25DD","CAFB5342-EFD3-483E-AE4A-343D211653EF","C3DC8C6F-A36C-4456-AF34-B0A318C1AAD8","88093937-29BB-43FC-AD82-4A0A4BDC349F","27E1FA12-CE4A-4C1F-891F-EEEF92BD672F","A12311D6-23C1-4711-9271-5B582F89F15B","F615015A-8BAE-4FC4-B9A4-D1D1122AC0A2","77333AB0-F43F-45D7-BAEE-8B9FF7865CAF","6A0E622E-4C99-42C1-8EEE-E659BFC2996E","D0264D42-222E-4900-908B-4EA13729B6AA","CC6A8A07-5A2D-407A-B540-6BA0C73356C5","FA68B30F-8583-41B2-898D-8DAFE1A75F15","D5C01E0F-F7DF-4896-8CEF-099C9F3E6CB8","B521A25F-FA55-4F6B-BAC1-0B2544DF98C1","C567F039-E57C-4C5E-AFAA-D05B2C481A69"],"layout":{"__isSmartRef__":true,"id":17547},"owner":{"__isSmartRef__":true,"id":16613},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9880657804942089,"isPressed":false,"prevScroll":[0,0],"__serializedExpressions__":["distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","distanceToDragEvent":"lively.pt(68.8,-14.5)","_Position":"lively.pt(574.4,9.5)"},"17506":{"submorphs":[],"scripts":[],"id":"C52EA5B5-1388-4566-BAF7-4D769F13F6C2","shape":{"__isSmartRef__":true,"id":17507},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":17505},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":17508}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":17510},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","5AABB138-5EE8-40A5-AB3C-5A9625D0A353","4529D79B-4CC5-467E-91F8-661C3A5F49F8","1E5E570C-FD42-45E3-A7F6-768BB14ACD14","A13FB4E0-72F2-4E7C-A861-EDCBA1393860","B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C","002A2173-D26D-4EED-8906-A489C1E158C0","63362D04-B829-41E6-9E68-5B8DB03D382F","996B60A4-8698-448F-A35F-79C768B4976B","F0727398-A1F0-47F5-92CF-BB9677FA05FA","38707063-D664-49A0-B2FB-F0666EC532D5","0402FB51-915F-4491-8FA1-553F0D8F7F35","5A35285D-C6A5-4830-97D9-0890A3F33F39","53121F0B-7DA5-4622-AC08-DD4805D53374","6C84E15D-112D-4C04-87C1-937691E296A7","4ECBD7E4-8B18-4331-8A37-07F4D8DCDCA0","3D4B43A2-AD74-4131-A939-D680216EDA6B","B22327BB-C876-4084-BEFA-4D06AE2B2849","2D34C2E9-76B8-49DC-9FCC-39B523CD0EF4","F098174A-AABC-4F95-8193-C29CA85D6188","714713CE-F5E8-4817-835F-99EA27075558","532DCEDE-C300-48C9-9DBA-58A1E02E1632","2F1C117F-2507-446D-8B43-9BD30AC726FB","74DABF7B-1E90-4D21-93D1-802BC208E9C7"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"17507":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"17508":{"style":{"__isSmartRef__":true,"id":17509},"chunkOwner":{"__isSmartRef__":true,"id":17506},"storedString":"save","_id":"_1370","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17509":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17510":{"morph":{"__isSmartRef__":true,"id":17506},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17511":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":17512},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"17512":{"stops":[{"__isSmartRef__":true,"id":17513},{"__isSmartRef__":true,"id":17514},{"__isSmartRef__":true,"id":17515},{"__isSmartRef__":true,"id":17516}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17513":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"17514":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"17515":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"17516":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"17517":{"stops":[{"__isSmartRef__":true,"id":17518},{"__isSmartRef__":true,"id":17519},{"__isSmartRef__":true,"id":17520},{"__isSmartRef__":true,"id":17521}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17518":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"17519":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"17520":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"17521":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"17522":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17523":{"sourceObj":{"__isSmartRef__":true,"id":17505},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16848},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":17524},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"17524":{"submorphs":[{"__isSmartRef__":true,"id":17525}],"scripts":[],"shape":{"__isSmartRef__":true,"id":17532},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","eventHandler":{"__isSmartRef__":true,"id":17535},"droppingEnabled":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":17536},{"__isSmartRef__":true,"id":17537}],"con":{"__isSmartRef__":true,"id":17523},"showsMorphMenu":true,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17538},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"17525":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":17526},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","eventHandler":{"__isSmartRef__":true,"id":17531},"droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":17524},"_Rotation":3.077607197692381,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(201.2,40.2)"},"17526":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":17527},{"__isSmartRef__":true,"id":17528},{"__isSmartRef__":true,"id":17529},{"__isSmartRef__":true,"id":17530}],"_ClipMode":"visible","_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-12.0,-6.0)","_Extent":"lively.pt(16.0,12.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(0,0,0)"},"17527":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"17528":{"isAbsolute":true,"x":-12,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"17529":{"isAbsolute":true,"x":4,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"17530":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"17531":{"morph":{"__isSmartRef__":true,"id":17525},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17532":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":17533},{"__isSmartRef__":true,"id":17534}],"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(200.0,9.0)","_Extent":"lively.pt(480.0,32.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"17533":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"17534":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"17535":{"morph":{"__isSmartRef__":true,"id":17524},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17536":{"morph":{"__isSmartRef__":true,"id":17524},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"17537":{"morph":{"__isSmartRef__":true,"id":17524},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":17525},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"17538":{"morphMenuItems":{"__isSmartRef__":true,"id":17539}},"17539":{"varMapping":{"__isSmartRef__":true,"id":17540},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":17545},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17540":{"this":{"__isSmartRef__":true,"id":17524},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17541}},"17541":{"$super":{"__isSmartRef__":true,"id":17542}},"17542":{"varMapping":{"__isSmartRef__":true,"id":17543},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17544},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17543":{"obj":{"__isSmartRef__":true,"id":17524},"name":"morphMenuItems"},"17544":{},"17545":{},"17546":{"morph":{"__isSmartRef__":true,"id":17505},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17547":{"centeredHorizontal":false,"moveHorizontal":true},"17548":{"submorphs":[{"__isSmartRef__":true,"id":17549}],"scripts":[],"id":"2E01A638-5FE3-46B7-B0C0-3113308313E4","shape":{"__isSmartRef__":true,"id":17554},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":17555},"lighterFill":{"__isSmartRef__":true,"id":17560},"label":{"__isSmartRef__":true,"id":17549},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":17565},"attributeConnections":[{"__isSmartRef__":true,"id":17566}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":17567},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","34DBC442-E1DE-42D7-8C63-BA9A1890C994","4F9067A3-5A5C-4637-A76F-7E590CEE2BDA","ADF74818-537A-4669-A455-9509BA7BD7E5","AFCD7FA7-5429-4B1A-B8B8-AB03C18ABA08","604C352D-0347-4329-A299-EAA3FF90B543","46C5ED11-DE03-428F-A758-5308B3D323B5","7C978B2A-9109-42E1-95C5-A59CC74BD31B","2D34E370-3EA6-48DD-B3A7-FE7EB1CCD78D","A0B7F880-0D72-475C-A002-2EAA7D20C004","1146967F-5295-4931-9637-CF72A6A6D724","775F3066-BB4B-4673-B529-500522EF5165","F01F4895-6DEF-4C26-9CEC-A569AEDD22E6","DDD1C856-9C9F-4CB1-A795-E083B7214E82","51E21302-B2D2-49D0-82D9-D964A6B3C54F","BC9DA8C7-933D-4140-96D3-1E7ADEEC8D69","26FA6101-FD83-4A6D-BA08-839ADCA2E33A"],"owner":{"__isSmartRef__":true,"id":16613},"_ClipMode":"visible","_Rotation":0,"_Scale":0.9940149800149939,"isPressed":false,"layout":{"__isSmartRef__":true,"id":17568},"prevScroll":[0,0],"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(468.5,9.0)","distanceToDragEvent":"lively.pt(72.1,-12.5)"},"17549":{"submorphs":[],"scripts":[],"id":"56877E41-0F88-4736-AA00-D635364A7904","shape":{"__isSmartRef__":true,"id":17550},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":17548},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":17551}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":17553},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","840EBE92-3BC2-42EC-819E-3CD002576490","78C4969D-2C33-4B17-9027-89B411B9F496","C9A3D112-C2BC-43A3-A3CA-A68F41A0E4CF","78CF2F1A-6697-4D03-AB2B-CAF862B4EDD6","8B416918-CA4B-46D1-8A3C-40F8A754E44D","01510710-A85B-4054-B0ED-7F2F02434806","8ABD23FB-E90C-4EEB-BF53-DF3C6ACF2BD4","87607080-4A72-484D-A5BD-5F67D468505F","F0E39FE9-F71C-4587-B25A-C4D2C29FE579","BA2AB73A-3967-4F9E-8828-8A638E521B31","5ECC4D2F-4996-403F-AF14-BD1F4BB720F6","54B08934-6893-4B80-8625-B60ABCE9CBC6","4808CF23-17EA-43D8-AE10-DAB21C642FA8","0813DF8A-CC9E-435B-B5A1-DF68BF226F37","047C4EE2-26A1-4AA7-9CE9-E8FF9A9D863B","728334BD-34B0-44FA-A778-2696AA82FEFA"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"17550":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(2,2,0,0)"},"17551":{"style":{"__isSmartRef__":true,"id":17552},"chunkOwner":{"__isSmartRef__":true,"id":17549},"storedString":"Tests","_id":"_1371","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17552":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17553":{"morph":{"__isSmartRef__":true,"id":17549},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17554":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":17555},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"17555":{"stops":[{"__isSmartRef__":true,"id":17556},{"__isSmartRef__":true,"id":17557},{"__isSmartRef__":true,"id":17558},{"__isSmartRef__":true,"id":17559}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17556":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"17557":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"17558":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"17559":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"17560":{"stops":[{"__isSmartRef__":true,"id":17561},{"__isSmartRef__":true,"id":17562},{"__isSmartRef__":true,"id":17563},{"__isSmartRef__":true,"id":17564}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17561":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"17562":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"17563":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"17564":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"17565":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17566":{"sourceObj":{"__isSmartRef__":true,"id":17548},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":16613},"targetMethodName":"openPartTestRunner","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"17567":{"morph":{"__isSmartRef__":true,"id":17548},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17568":{"moveHorizontal":true},"17569":{"submorphs":[{"__isSmartRef__":true,"id":17570},{"__isSmartRef__":true,"id":17577}],"scripts":[],"id":"F1C03FD2-1264-4615-AF98-52895441F4A3","shape":{"__isSmartRef__":true,"id":17580},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":17586},"lighterFill":{"__isSmartRef__":true,"id":17591},"label":{"__isSmartRef__":true,"id":17570},"name":"MagnifierButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":17596},"attributeConnections":[{"__isSmartRef__":true,"id":17599}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":17600},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","81CB4C12-BCF0-4097-8B6D-D9419046367A","0767A57D-9BB2-48C6-9654-753D2B9D00A6","42871246-6725-4E41-A2C1-5A5BCF041097","BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F","797EC165-A639-42D9-A059-669F6BEB92A7","FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580","4B68C371-CB37-45B4-910A-611E5FFC23DD","94E374B9-7ED4-4E39-96F1-6FD4E7AC3428","34D63515-7CC7-43FB-B7BB-87AFCA377D63","7E0B172C-0AF5-4C6E-B184-25A8FAE4FAB8","12239D52-D3D3-4713-BC3E-F0B95C488CB7","72559D92-4616-45A9-A0F2-72BA4147C0FB","E86C7328-AF24-4881-84AF-B7C7CEFEAE14","22D731CF-38F0-41CC-B125-74D2842ED847","B58A1A30-782E-4675-A276-2C01D35BEC70","ACEABA6D-071C-46C2-A325-BE30189AA45F","686443AE-DCDC-4998-8A39-48BC57D64FDC","8D660766-7C93-404C-9D92-B12CBF59A3CE"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":16613},"_Rotation":0,"_Scale":0.9920279440699439,"highlightRectangle":{"__isSmartRef__":true,"id":17601},"isPressed":false,"prevScroll":[0,0],"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17675},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(424.5,8.5)","distanceToDragEvent":"lively.pt(37.9,-7.9)"},"17570":{"submorphs":[],"scripts":[],"id":"95267C2F-5304-40D7-BD36-6B94032871D7","shape":{"__isSmartRef__":true,"id":17571},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":24,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":17569},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":17572},{"__isSmartRef__":true,"id":17574}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":17576},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E","5AC5C4DE-00B0-43DB-B7F1-765674CE818B","750A11C6-766E-4B48-AE32-D71DE811EB4A","66A7B56E-A94E-44AE-8AED-C0C1B07554D4","CA8596D3-2D4F-453B-BE1B-DCEC8F85389B","4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8","439DE430-7651-470E-97D8-00E7F96B04DA","DAC920E6-217B-4515-AC09-2F9DCBA7375C","BD48C003-0502-451D-B6AA-7369FF3D1030","C3B8F4EA-3F44-47F4-B569-A0D5AB263BA0","BF7F0FA3-3F2A-4EEF-9687-BE2B0635DF13","3D7AEAC1-C9DD-4941-BA46-16F6783F5699","E04A78F9-3D6E-403F-BA8D-2583FCFFCE53","47E1F29B-6896-467D-8654-CA18929AE57A","509D86FF-5400-4374-BE79-90F0A7E3E90C","C7E53EE0-065A-4C59-8D13-311566722BB7","BA078BAC-7263-4B10-AFD3-3C4EA0DD8707","BCFE28D1-A115-453E-9116-EECC8FE1D50F"],"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":24,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"17571":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(24.0,24.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"17572":{"style":{"__isSmartRef__":true,"id":17573},"chunkOwner":{"__isSmartRef__":true,"id":17570},"storedString":"","_id":"_1372","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17573":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17574":{"style":{"__isSmartRef__":true,"id":17575},"chunkOwner":{"__isSmartRef__":true,"id":17570},"storedString":"","_id":"_1373","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17575":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"17576":{"morph":{"__isSmartRef__":true,"id":17570},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17577":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":17578},"derivationIds":[null,"29E543E0-AE93-493A-A694-FC1C330D0544","F0366E4C-E97F-4C77-BEE4-340A0668ADD5","347F6028-5092-4F54-9A34-3EFF3FF0B815","BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA","85BA370B-966E-41F7-8C2F-F3A926EC2AA2","1652172B-339A-43A1-9589-70E68B35A28E","705524F7-129B-4102-834E-2A1A45985BB5","5707DF70-CD77-4D53-96ED-5A0AEB227FB7","257E62CE-C668-4317-B5B7-8D394BDC3F6C","2DD4BEA5-E85A-4CD0-953E-9EB2E0735654","BB96B696-7BD4-44C4-9D60-B1551B89D6FA","FCAABC48-FBAF-4E12-8BC9-AC4ACB5A167B","EB81C4D7-5BD8-4DAC-BD70-8675E2338AAC","1DBAE3FF-B2F6-4348-8E06-81139C138D6E","49E7D450-EF74-4E94-B33B-B888D952F3BD","F0B267C4-54BA-4E6F-BFDD-4B047F4FF41A","36B8611D-B449-4F6E-8D0F-B5FD6406D45D","779DB518-01BD-4D32-AD65-BFED801E5D06"],"id":"6CCB1CE9-898A-4B8A-871A-9391500E9082","eventHandler":{"__isSmartRef__":true,"id":17579},"_ClipMode":"visible","droppingEnabled":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":17569},"name":"leftpointing_magnifying_glass.png","isBeingDragged":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"eventsAreDisabled":true,"_HandStyle":"default","_PointerEvents":"none","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Image","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(-3.0,0.0)","distanceToDragEvent":"lively.pt(39.9,-9.0)"},"17578":{"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==","_NodeClass":["image"],"_NodeId":"29E543E0-AE93-493A-A694-FC1C330D0544","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Image","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(29.0,29.0)","_Padding":"lively.rect(0,0,0,0)"},"17579":{"morph":{"__isSmartRef__":true,"id":17577},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17580":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":17581},"_BorderRadius":5.2,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(24.0,24.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"17581":{"stops":[{"__isSmartRef__":true,"id":17582},{"__isSmartRef__":true,"id":17583},{"__isSmartRef__":true,"id":17584},{"__isSmartRef__":true,"id":17585}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17582":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"17583":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"17584":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"17585":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"17586":{"stops":[{"__isSmartRef__":true,"id":17587},{"__isSmartRef__":true,"id":17588},{"__isSmartRef__":true,"id":17589},{"__isSmartRef__":true,"id":17590}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17587":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"17588":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"17589":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"17590":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"17591":{"stops":[{"__isSmartRef__":true,"id":17592},{"__isSmartRef__":true,"id":17593},{"__isSmartRef__":true,"id":17594},{"__isSmartRef__":true,"id":17595}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"17592":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"17593":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"17594":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"17595":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"17596":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":17597}],"revisionOnLoad":154251,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17597":{"date":{"__isSmartRef__":true,"id":17598},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"17598":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (CEST)"},"17599":{"sourceObj":{"__isSmartRef__":true,"id":17569},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":17569},"targetMethodName":"onFire","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"17600":{"morph":{"__isSmartRef__":true,"id":17569},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17601":{"submorphs":[],"scripts":[],"id":"364FF344-E489-461B-BC8C-ED45E4823ED4","shape":{"__isSmartRef__":true,"id":17602},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"HighlightRectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":17603},"eventHandler":{"__isSmartRef__":true,"id":17644},"attributeConnections":[{"__isSmartRef__":true,"id":17645},{"__isSmartRef__":true,"id":17646},{"__isSmartRef__":true,"id":17647}],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","6FECB598-D130-4242-BF1B-E18767608129","0B23F218-078F-4912-A262-31B957885F41","C56BA290-B836-4946-B4EF-DBB6FBA2368C","61176BAF-CFE6-4F2C-9F0A-971AAD6595A1","CB4127B2-0AA5-4B50-9978-F1FF39924A82","113050BB-CF0E-4193-91C6-9C25FC857EE8","EFF939E4-317B-4662-943F-77A6E6F65BD0","AA288E7F-3972-4F0D-87DD-61E4BD9C9C97","903E8C60-1158-42D5-85D2-DF134DA6CEC1","28FD6210-A549-4A11-9178-04E77FF556C0","B3312E29-D786-469F-865E-91FD69475A52","D947A1C1-DCBE-4485-A33D-DF549F6978E0","56CE0E60-45BE-43FF-9C6C-296D8AC326B6","CC61E3F8-8C8D-4F24-A591-023D3C88DEC8"],"partTests":{"__isSmartRef__":true,"id":17649},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"prevScroll":[0,0],"#startLetters":"","eventsAreDisabled":false,"_HandStyle":"default","_PointerEvents":"auto","_Rotation":0,"_Scale":1.0060210561262526,"owner":null,"magnifierButton":{"__isSmartRef__":true,"id":17569},"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17654},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(246.8,681.4)","distanceToDragEvent":"lively.pt(44.0,-14.0)"},"17602":{"_BorderWidth":0,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":0.2597,"_BorderStyle":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(109.6,33.0)","_BorderColor":"Color.rgb(204,0,0)","_Fill":"Color.rgb(58,0,255)","_Padding":"lively.rect(0,0,0,0)"},"17603":{"partsSpaceName":"PartsBin/Tools","comment":"A rectangle which highlights the object under the first hand of the world","migrationLevel":4,"partName":"HighlightRectangle","changes":[{"__isSmartRef__":true,"id":17604},{"__isSmartRef__":true,"id":17606},{"__isSmartRef__":true,"id":17608},{"__isSmartRef__":true,"id":17610},{"__isSmartRef__":true,"id":17612},{"__isSmartRef__":true,"id":17614},{"__isSmartRef__":true,"id":17616},{"__isSmartRef__":true,"id":17618},{"__isSmartRef__":true,"id":17620},{"__isSmartRef__":true,"id":17622},{"__isSmartRef__":true,"id":17624},{"__isSmartRef__":true,"id":17626},{"__isSmartRef__":true,"id":17628},{"__isSmartRef__":true,"id":17630},{"__isSmartRef__":true,"id":17632},{"__isSmartRef__":true,"id":17634},{"__isSmartRef__":true,"id":17636},{"__isSmartRef__":true,"id":17638},{"__isSmartRef__":true,"id":17640},{"__isSmartRef__":true,"id":17642}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17604":{"date":{"__isSmartRef__":true,"id":17605},"author":"timfelgentreff","message":"no comment","id":"3DB7DB40-210A-4BED-91FD-9287005703EC"},"17605":{"isSerializedDate":true,"string":"Thu May 24 2012 17:04:54 GMT+0200 (CEST)"},"17606":{"date":{"__isSmartRef__":true,"id":17607},"author":"tessi","message":"no comment","id":"23D7AA12-66A9-4C3B-B494-131256C291AC"},"17607":{"isSerializedDate":true,"string":"Thu May 24 2012 16:57:13 GMT+0200 (CEST)"},"17608":{"date":{"__isSmartRef__":true,"id":17609},"author":"tessi","message":"no comment","id":"2C30B7CA-388F-4F51-B4CF-A2E50E381148"},"17609":{"isSerializedDate":true,"string":"Thu May 24 2012 16:23:11 GMT+0200 (CEST)"},"17610":{"date":{"__isSmartRef__":true,"id":17611},"author":"tessi","message":"diable events","id":"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E"},"17611":{"isSerializedDate":true,"string":"Thu May 24 2012 14:46:08 GMT+0200 (CEST)"},"17612":{"date":{"__isSmartRef__":true,"id":17613},"author":"tessi","message":"no comment","id":"01996A33-11BC-4C15-96D7-B7D219E2E961"},"17613":{"isSerializedDate":true,"string":"Thu May 24 2012 14:39:50 GMT+0200 (CEST)"},"17614":{"date":{"__isSmartRef__":true,"id":17615},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"17615":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (CEST)"},"17616":{"date":{"__isSmartRef__":true,"id":17617},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"17617":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (CEST)"},"17618":{"date":{"__isSmartRef__":true,"id":17619},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"17619":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (CET)"},"17620":{"date":{"__isSmartRef__":true,"id":17621},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"17621":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (CET)"},"17622":{"date":{"__isSmartRef__":true,"id":17623},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"17623":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (CET)"},"17624":{"date":{"__isSmartRef__":true,"id":17625},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"17625":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (CEST)"},"17626":{"date":{"__isSmartRef__":true,"id":17627},"author":"tessi","message":"no comment","id":"4B982A01-25B3-455A-848D-89C2C3C471D7"},"17627":{"isSerializedDate":true,"string":"Thu May 24 2012 13:58:01 GMT+0200 (CEST)"},"17628":{"date":{"__isSmartRef__":true,"id":17629},"author":"tessi","message":"no comment","id":"2FD6CB7B-3BC7-4666-98B4-AACF1001954D"},"17629":{"isSerializedDate":true,"string":"Thu May 24 2012 14:07:32 GMT+0200 (CEST)"},"17630":{"date":{"__isSmartRef__":true,"id":17631},"author":"tessi","message":"no comment","id":"09CF5ECF-2C87-4B66-A164-39848628596F"},"17631":{"isSerializedDate":true,"string":"Thu May 24 2012 15:34:59 GMT+0200 (CEST)"},"17632":{"date":{"__isSmartRef__":true,"id":17633},"author":"tessi","message":"no comment","id":"252A3EB5-DB00-4CF9-BF38-2927DD1C5229"},"17633":{"isSerializedDate":true,"string":"Thu May 24 2012 16:34:29 GMT+0200 (CEST)"},"17634":{"date":{"__isSmartRef__":true,"id":17635},"author":"tessi","message":"no comment","id":"81534551-62C1-4FC9-96CB-A5AC6642CA1E"},"17635":{"isSerializedDate":true,"string":"Thu May 24 2012 16:45:49 GMT+0200 (CEST)"},"17636":{"date":{"__isSmartRef__":true,"id":17637},"author":"tessi","message":"no comment","id":"5125DE3A-D50E-4621-8490-F3A9D99C2C4C"},"17637":{"isSerializedDate":true,"string":"Thu May 24 2012 16:47:20 GMT+0200 (CEST)"},"17638":{"date":{"__isSmartRef__":true,"id":17639},"author":"tessi","message":"no comment","id":"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6"},"17639":{"isSerializedDate":true,"string":"Thu May 24 2012 16:51:06 GMT+0200 (CEST)"},"17640":{"date":{"__isSmartRef__":true,"id":17641},"author":"tessi","message":"no comment","id":"DC8EF5EC-7563-45B6-816D-20E2DC218525"},"17641":{"isSerializedDate":true,"string":"Thu May 24 2012 16:52:10 GMT+0200 (CEST)"},"17642":{"date":{"__isSmartRef__":true,"id":17643},"author":"timfelgentreff","message":"no comment","id":"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942"},"17643":{"isSerializedDate":true,"string":"Thu May 24 2012 16:59:39 GMT+0200 (CEST)"},"17644":{"morph":{"__isSmartRef__":true,"id":17601},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17645":{"sourceObj":{"__isSmartRef__":true,"id":17601},"sourceAttrName":"onMouseMove","targetObj":{"__isSmartRef__":true,"id":17601},"targetMethodName":"updateOnMove","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"17646":{"sourceObj":{"__isSmartRef__":true,"id":17601},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":17569},"targetMethodName":"removeHighlighting","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"17647":{"sourceObj":{"__isSmartRef__":true,"id":17601},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":16613},"targetMethodName":"setTarget","converterString":"function () {\n return this.sourceObj.morphUnderCursor();\n }","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":17648},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"17648":{"source":{"__isSmartRef__":true,"id":17601},"target":{"__isSmartRef__":true,"id":16613}},"17649":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17650}},"17650":{"test01IsMorph":{"__isSmartRef__":true,"id":17651}},"17651":{"varMapping":{"__isSmartRef__":true,"id":17652},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":17653},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17652":{"this":{"__isSmartRef__":true,"id":17649}},"17653":{},"17654":{"update":{"__isSmartRef__":true,"id":17655},"updateOnMove":{"__isSmartRef__":true,"id":17659},"bringToFront":{"__isSmartRef__":true,"id":17663},"morphUnderCursor":{"__isSmartRef__":true,"id":17671}},"17655":{"varMapping":{"__isSmartRef__":true,"id":17656},"source":"function update(morphUnderCursor) {\n if (morphUnderCursor === this.magnifierButton ||\n this.magnifierButton.submorphs.include(morphUnderCursor)) {\n morphToHighlight = this.magnifierButton.currentTarget();\n } else {\n morphToHighlight = morphUnderCursor;\n }\n\n if (morphToHighlight && morphToHighlight.world()) {\n this.setPosition(morphToHighlight.getPositionInWorld());\n this.setExtent(morphToHighlight.getExtent());\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17657},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17656":{"this":{"__isSmartRef__":true,"id":17601}},"17657":{"timestamp":{"__isSmartRef__":true,"id":17658},"user":"lauritz","tags":[]},"17658":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:29:58 GMT+0200 (CEST)"},"17659":{"varMapping":{"__isSmartRef__":true,"id":17660},"source":"function updateOnMove() {\n this.update(this.morphUnderCursor());\n this.bringToFront();\n}","funcProperties":{"__isSmartRef__":true,"id":17661},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17660":{"this":{"__isSmartRef__":true,"id":17601}},"17661":{"timestamp":{"__isSmartRef__":true,"id":17662},"user":"lauritz","tags":[]},"17662":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:18:33 GMT+0200 (CEST)"},"17663":{"varMapping":{"__isSmartRef__":true,"id":17664},"source":"function bringToFront() {\n this.renderContext().morphNode.style.zIndex= 1000;\n}","funcProperties":{"__isSmartRef__":true,"id":17669},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17664":{"this":{"__isSmartRef__":true,"id":17601},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17665}},"17665":{"$super":{"__isSmartRef__":true,"id":17666}},"17666":{"varMapping":{"__isSmartRef__":true,"id":17667},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17668},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17667":{"obj":{"__isSmartRef__":true,"id":17601},"name":"bringToFront"},"17668":{},"17669":{"timestamp":{"__isSmartRef__":true,"id":17670},"user":"lauritz","tags":[]},"17670":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:12:09 GMT+0200 (CEST)"},"17671":{"varMapping":{"__isSmartRef__":true,"id":17672},"source":"function morphUnderCursor() {\n var that = this,\n world = lively.morphic.World.current(); \n \n return world.morphsContainingPoint(world.firstHand().getPosition()).detect(\n function(ea) {\n return !ea.isPlaceholder &&\n !ea.isHalo &&\n (!ea.owner || !ea.owner.isHalo) &&\n !(ea === that);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":17673},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17672":{"this":{"__isSmartRef__":true,"id":17601}},"17673":{"timestamp":{"__isSmartRef__":true,"id":17674},"user":"lauritz","tags":[]},"17674":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:18:36 GMT+0200 (CEST)"},"17675":{"onFire":{"__isSmartRef__":true,"id":17676},"removeHighlighting":{"__isSmartRef__":true,"id":17680},"onMouseMove":{"__isSmartRef__":true,"id":17684},"onMouseOut":{"__isSmartRef__":true,"id":17692},"reset":{"__isSmartRef__":true,"id":17700},"isTracking":{"__isSmartRef__":true,"id":17704},"isHighlighting":{"__isSmartRef__":true,"id":17708},"currentTarget":{"__isSmartRef__":true,"id":17712}},"17676":{"varMapping":{"__isSmartRef__":true,"id":17677},"source":"function onFire() {\n var hand = lively.morphic.World.current().firstHand(),\n highlight = this.highlightRectangle,\n that = this;\n\n if (this.isTracking()) {\n this.removeHighlighting();\n } else {\n this.world().addMorph(highlight);\n hand.highlightConnection = connect(hand, \"scrollFocusMorph\", highlight, \"update\");\n highlight.bringToFront();\n if (!this.currentTarget() || !this.currentTarget().world()) {\n highlight.setExtent(pt(0,0));\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17678},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17677":{"this":{"__isSmartRef__":true,"id":17569}},"17678":{"timestamp":{"__isSmartRef__":true,"id":17679},"user":"lauritz","tags":[]},"17679":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:40:51 GMT+0200 (CEST)"},"17680":{"varMapping":{"__isSmartRef__":true,"id":17681},"source":"function removeHighlighting() {\n var hand = this.world().firstHand();\n \n if (this.highlightRectangle) {\n this.highlightRectangle.remove();\n }\n \n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection));\n hand.highlightConnection = null;\n}","funcProperties":{"__isSmartRef__":true,"id":17682},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17681":{"this":{"__isSmartRef__":true,"id":17569}},"17682":{"timestamp":{"__isSmartRef__":true,"id":17683},"user":"lauritz","tags":[]},"17683":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:20:30 GMT+0200 (CEST)"},"17684":{"varMapping":{"__isSmartRef__":true,"id":17685},"source":"function onMouseMove(evt) {\n var target = this.currentTarget();\n if (target && target.world() && !this.isHighlighting()) {\n this.highlightRectangle.update(target);\n this.world().addMorph(this.highlightRectangle);\n this.highlightRectangle.bringToFront();\n this.targetHighlight = this.highlightRectangle;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17690},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17685":{"this":{"__isSmartRef__":true,"id":17569},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17686}},"17686":{"$super":{"__isSmartRef__":true,"id":17687}},"17687":{"varMapping":{"__isSmartRef__":true,"id":17688},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17689},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17688":{"obj":{"__isSmartRef__":true,"id":17569},"name":"onMouseMove"},"17689":{},"17690":{"timestamp":{"__isSmartRef__":true,"id":17691},"user":"lauritz","tags":[]},"17691":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:25:52 GMT+0200 (CEST)"},"17692":{"varMapping":{"__isSmartRef__":true,"id":17693},"source":"function onMouseOut() {\n if (this.isHighlighting()) {\n if (!this.isTracking()) {\n this.targetHighlight.remove();\n }\n delete this.targetHighlight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17698},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17693":{"this":{"__isSmartRef__":true,"id":17569},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":17694}},"17694":{"$super":{"__isSmartRef__":true,"id":17695}},"17695":{"varMapping":{"__isSmartRef__":true,"id":17696},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":17697},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17696":{"obj":{"__isSmartRef__":true,"id":17569},"name":"onMouseOut"},"17697":{},"17698":{"timestamp":{"__isSmartRef__":true,"id":17699},"user":"lauritz","tags":[]},"17699":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:21:57 GMT+0200 (CEST)"},"17700":{"varMapping":{"__isSmartRef__":true,"id":17701},"source":"function reset() {\n this.highlightRectangle.attributeConnections = [];\n \n connect(rect, \"onMouseMove\", this.highlightRectangle, \"updateOnMove\")\n connect(rect, \"onMouseUp\", this, \"removeHighlighting\")\n connect(rect, \"onMouseUp\", this.owner, \"setTarget\",\n {converter: function () {\n return this.sourceObj.morphUnderCursor();\n }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":17702},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17701":{"this":{"__isSmartRef__":true,"id":17569}},"17702":{"timestamp":{"__isSmartRef__":true,"id":17703},"user":"lauritz","tags":[]},"17703":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:20:55 GMT+0200 (CEST)"},"17704":{"varMapping":{"__isSmartRef__":true,"id":17705},"source":"function isTracking() {\n return !!this.world().firstHand().highlightConnection;\n}","funcProperties":{"__isSmartRef__":true,"id":17706},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17705":{"this":{"__isSmartRef__":true,"id":17569}},"17706":{"timestamp":{"__isSmartRef__":true,"id":17707},"user":"lauritz","tags":[]},"17707":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:11:25 GMT+0200 (CEST)"},"17708":{"varMapping":{"__isSmartRef__":true,"id":17709},"source":"function isHighlighting() {\n return !!this.targetHighlight;\n}","funcProperties":{"__isSmartRef__":true,"id":17710},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17709":{"this":{"__isSmartRef__":true,"id":17569}},"17710":{"timestamp":{"__isSmartRef__":true,"id":17711},"user":"lauritz","tags":[]},"17711":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:11:22 GMT+0200 (CEST)"},"17712":{"varMapping":{"__isSmartRef__":true,"id":17713},"source":"function currentTarget() {\n return this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":17714},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17713":{"this":{"__isSmartRef__":true,"id":17569}},"17714":{"timestamp":{"__isSmartRef__":true,"id":17715},"user":"lauritz","tags":[]},"17715":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:26:02 GMT+0200 (CEST)"},"17716":{"target":{"__isSmartRef__":true,"id":16613},"selector":"update","args":[],"stopped":false,"tickTime":500,"suspended":false,"__LivelyClassName__":"lively.morphic.TargetScript","__SourceModuleName__":"Global.lively.morphic.Core"},"17717":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(808.0,431.8)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"17718":{"partsSpaceName":"PartsBin/Basic","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":17719}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"17719":{"date":{"__isSmartRef__":true,"id":17720},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"17720":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (CEST)"},"17721":{"morph":{"__isSmartRef__":true,"id":16613},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"17722":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"17723":{},"17724":{"displayInitialScript":{"__isSmartRef__":true,"id":17725},"displayJavaScriptSource":{"__isSmartRef__":true,"id":17729},"displaySourceForConnection":{"__isSmartRef__":true,"id":17733},"displaySourceForScript":{"__isSmartRef__":true,"id":17737},"generateSourceForConnection":{"__isSmartRef__":true,"id":17741},"generateSourceForScript":{"__isSmartRef__":true,"id":17745},"generateTargetCode":{"__isSmartRef__":true,"id":17749},"newConnection":{"__isSmartRef__":true,"id":17753},"newScript":{"__isSmartRef__":true,"id":17757},"reset":{"__isSmartRef__":true,"id":17761},"selectChangedContent":{"__isSmartRef__":true,"id":17765},"setTarget":{"__isSmartRef__":true,"id":17769},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":17773},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":17777},"updateLists":{"__isSmartRef__":true,"id":17781},"onShutdown":{"__isSmartRef__":true,"id":17785},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":17789},"update":{"__isSmartRef__":true,"id":17793},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":17797},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":17801},"printTags":{"__isSmartRef__":true,"id":17809},"setTag":{"__isSmartRef__":true,"id":17813},"runScript":{"__isSmartRef__":true,"id":17817},"openPartTestRunner":{"__isSmartRef__":true,"id":17821},"hasUnsavedChanges":{"__isSmartRef__":true,"id":17825}},"17725":{"varMapping":{"__isSmartRef__":true,"id":17726},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17727},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17726":{"this":{"__isSmartRef__":true,"id":16613}},"17727":{"timestamp":{"__isSmartRef__":true,"id":17728},"user":"lauritz","tags":[]},"17728":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (CET)"},"17729":{"varMapping":{"__isSmartRef__":true,"id":17730},"source":"function displayJavaScriptSource(jsCode) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17731},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17730":{"this":{"__isSmartRef__":true,"id":16613}},"17731":{"timestamp":{"__isSmartRef__":true,"id":17732},"user":"lauritz","tags":[]},"17732":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)"},"17733":{"varMapping":{"__isSmartRef__":true,"id":17734},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":17735},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17734":{"this":{"__isSmartRef__":true,"id":16613}},"17735":{"timestamp":{"__isSmartRef__":true,"id":17736},"user":"conradcalmez","tags":[]},"17736":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (CET)"},"17737":{"varMapping":{"__isSmartRef__":true,"id":17738},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName);\n }\n if (code) this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":17739},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17738":{"this":{"__isSmartRef__":true,"id":16613}},"17739":{"timestamp":{"__isSmartRef__":true,"id":17740},"user":"cschuster","tags":[]},"17740":{"isSerializedDate":true,"string":"Thu Aug 30 2012 08:14:26 GMT+0200 (CEST)"},"17741":{"varMapping":{"__isSmartRef__":true,"id":17742},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":17743},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17742":{"this":{"__isSmartRef__":true,"id":16613}},"17743":{"timestamp":{"__isSmartRef__":true,"id":17744},"user":"lauritz","tags":[]},"17744":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)"},"17745":{"varMapping":{"__isSmartRef__":true,"id":17746},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = '',\n tagScript = '';\n\n if (!script) return;\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed at %s by %s \\n', script.timestamp, script.user);\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\n\n return annotation + scriptSource + tagScript;\n}","funcProperties":{"__isSmartRef__":true,"id":17747},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17746":{"this":{"__isSmartRef__":true,"id":16613}},"17747":{"timestamp":{"__isSmartRef__":true,"id":17748},"user":"cschuster","tags":[]},"17748":{"isSerializedDate":true,"string":"Thu Aug 30 2012 08:14:45 GMT+0200 (CEST)"},"17749":{"varMapping":{"__isSmartRef__":true,"id":17750},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":17751},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17750":{"this":{"__isSmartRef__":true,"id":16613}},"17751":{"timestamp":{"__isSmartRef__":true,"id":17752},"user":"lauritz","tags":[]},"17752":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)"},"17753":{"varMapping":{"__isSmartRef__":true,"id":17754},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17755},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17754":{"this":{"__isSmartRef__":true,"id":16613}},"17755":{"timestamp":{"__isSmartRef__":true,"id":17756},"user":"lauritz","tags":[]},"17756":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (CET)"},"17757":{"varMapping":{"__isSmartRef__":true,"id":17758},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n \\n}).tag([]);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":17759},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17758":{"this":{"__isSmartRef__":true,"id":16613}},"17759":{"timestamp":{"__isSmartRef__":true,"id":17760},"user":"lauritz","tags":[]},"17760":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (CET)"},"17761":{"varMapping":{"__isSmartRef__":true,"id":17762},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n \n this.target = null;\n this.currentTag = null;\n \n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n \n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":17763},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"17762":{"this":{"__isSmartRef__":true,"id":16613}},"17763":{"timestamp":{"__isSmartRef__":true,"id":17764},"user":"lauritz","tags":[]},"17764":{"isSerializedDate":true,"string":"Fri Aug 03 2012 11:45:36 GMT+0200 (CEST)"},"17765":{"varMapping":{"__isSmartRef__":true,"id":17766},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i