Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <bryan@olenepal.org>2009-09-24 04:11:21 (GMT)
committer root <bryan@olenepal.org>2009-09-24 04:11:21 (GMT)
commitbeba803ae89fc2825497b3d25d827b909b646a46 (patch)
tree4893ec53da8ef128b358aafcba305edc83e06693
parent466439da06435646be6acbc292b24c22f1150773 (diff)
adding miscellaneous changes
-rwxr-xr-xexamples/adding_up_to_10/js/lesson.js34
1 files changed, 1 insertions, 33 deletions
diff --git a/examples/adding_up_to_10/js/lesson.js b/examples/adding_up_to_10/js/lesson.js
index 53ee069..8f47041 100755
--- a/examples/adding_up_to_10/js/lesson.js
+++ b/examples/adding_up_to_10/js/lesson.js
@@ -24,17 +24,7 @@ $(document).ready(function(){
{name: "trigger", file: "trigger.ogg", localized: false}
],
- surfaces: [
- {name:"topLt", canvas:"topLtCanvas"},
- {name:"topRt", canvas:"topRtCanvas"},
- {name:"bottomLt", canvas:"bottomLtCanvas"},
- {name:"bottomMd", canvas:"bottomMdCanvas"},
- {name:"bottomRt", canvas:"bottomRtCanvas"},
- {name:"timer", canvas:"timerCanvas"},
- {name:"scorebox", canvas:"scoreboxCanvas"},
- {name:"chimp", canvas:"chimpCanvas"}
-
- ] */
+*/
});
@@ -75,30 +65,8 @@ k.main(function() {
sets = [topLtBox["set"], topRtBox["set"], bottomLtBox["set"],
bottomMdBox["set"], bottomRtBox["set"]];
-
-// topLtPaper, topRtPaper, bottomLtPaper, bottomMdPaper, bottomRtPaper;
-// topLtSet, topRtSet, bottomLtSet, bottomMdSet, bottomRtSet, sets;
-
-/* topLtPaper = Raphael('topLtPaper', 200, 200);
- topRtPaper = Raphael('topRtPaper', 200, 200);
- bottomLtPaper = Raphael('bottomLtPaper', 200, 200);
- bottomMdPaper = Raphael('bottomMdPaper', 200, 200);
- bottomRtPaper = Raphael('bottomRtPaper', 200, 200);
-
- topLtBox = { "paper": topLtPaper, "prefix":"topLt",
- "set": topLtPaper.set()};
- topRtBox = { "paper": topRtPaper, "prefix":"topRt",
- "set": topRtPaper.set()};
- bottomLtBox = { "paper": bottomLtPaper, "prefix":"bottomLt",
- "set": bottomLtPaper.set()};
- bottomMdBox = { "paper": bottomMdPaper, "prefix":"bottomMd",
- "set": bottomMdPaper.set()};
- bottomRtBox = { "paper": bottomRtPaper, "prefix":"bottomRt",
- "set": bottomRtPaper.set()};
-*/
-
/*
var timerFn = function () {
k.surfaces['timer'].clear();