keyboardfocus
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Enter search term:
Next
regexp
Prev
Occur

X
[log] https://smalltalkzoo.thechm.org/core/lively/net/tools/Lively2Lively.js loaded in 151 ms
[log] https://smalltalkzoo.thechm.org/core/lively/morphic/tools/FilterableList.js loaded in 101 ms
[log] setupSessionTrackerConnection
[log] lively.set.SessionTracker setup done
[log] https://smalltalkzoo.thechm.org/core/lively/ide/WindowNavigation.js loaded in 1270 ms
[log] https://smalltalkzoo.thechm.org/core/lively/ide/SystemCodeBrowserAddons.js loaded in 1275 ms
[log] Session connection to https://smalltalkzoo.thechm.org/nodejs/SessionTracker/ established
[warn] https://smalltalkzoo.thechm.org/core/lively/ast/acorn.js has unloaded requirements:
[log] Module load check done. 135 modules loaded.
[warn] loading module Global.users.dan.config timed out, trying again...
[log] Loading sync https://smalltalkzoo.thechm.org/users/dan/config.js
[warn] cannot load https://smalltalkzoo.thechm.org/users/dan/config.js: Not Found
[warn] loading module Global.users.dan.config timed out, trying again...
[log] Loading sync https://smalltalkzoo.thechm.org/users/dan/config.js
[warn] cannot load https://smalltalkzoo.thechm.org/users/dan/config.js: Not Found
[warn] loading module Global.users.dan.config timed out, trying again...
[log] Loading sync https://smalltalkzoo.thechm.org/users/dan/config.js
[warn] cannot load https://smalltalkzoo.thechm.org/users/dan/config.js: Not Found
[warn] Tried to load Global.users.dan.config 4 times but failed. Giving up loading.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
follow log
clear
reattach
Log Messages
X

Menu
QBFScoresViewer
X
M

game score | best word | score | player | time not so quick | | | | 516 | QUOINS | 60 | ipadv2 | Oct 09 2023 11:45 490 | QUINTS | 60 | ipad | Oct 08 2023 16:41 quick | | | | 494 | QUAKES | 76 | dansipadv2 | Oct 08 2023 10:25 443 | WHINER | 48 | ipad | Oct 09 2023 17:15 433 | QUOTED | 64 | unknown_user | Oct 08 2023 15:37 261 | QUAYS | 51 | dan | Oct 08 2023 10:08 super quick | | | | 456 | TAXIES | 52 | ipad | Oct 09 2023 14:36 450 | SHACK | 42 | unknown_user | Oct 08 2023 15:54 -- Scores will be reset each month --
Quick Brown Fox High Scores
Update
QuickBrownFox
X
M

x0
x0
x1
x2
x3
x4
x5
x6




0
0




letter score
word score
game score
top word
best game
best word
multiplier


pause
restart
show scores
choose name
quick
how to play
clear (esc)
delete (del)
enter (retn)
// changed at Tue Oct 10 2023 12:54:38 GMT-0700 (Pacific Daylight Time) by dan
this.addScript(function onLoad() {
this.setExtent(this.windowBounds.extent());
this.reset();
});
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
<lively.morphic.Morph#8D654... - QuickBrownFox>
Tag:
run
save
debug next call
past saves...
-- ALL --
addToOutbox
compactifyWordList
compactStringForEach
compactStringFromArray
compactStringToArray
doChooseLevel
doChoosePlayerName
doClear
doDelete
doEnter
doFreeze
doLoadWordList
doOpenScores
doPause
Scripts
-
+
-
Connections
+
-- ALL --
all
ObjectEditor -- QuickBrownFox>>onLoad
X

Menu
depth: 1
reset
console.log(screen.width);
console.log(screen.height);
$world.setExtent(pt(1500, 1000))
$world.getExtent()lively.pt(1512.0,982.0)lively.pt(1500.0,1000.0)
lively.morphic.World.getExtent()
document[object HTMLDocument]
windowlively.module("Global")
document.body.addEventListener("touchmove", ev => {
if (ev.touches.length > 1) {
ev.preventDefault();
ev.stopImmediatePropagation();
}
}, true);
$world.onTouchmove
$world.addScript(function onLoad() {
this.setExtent(this.windowBounds().extent());
});
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
doit
JavaScript Workspace
X

Menu
X
expand function onLoad() { this.setExtent(this.windowBounds().extent()); }