Welcome to Lively Web, unknown_user!
In Lively, web pages are worlds. Worlds contain live objects and can be saved in their current state. You can save a world to continue working at some point or to share a specific state. Just send out the link to the world ;-) You can either save a world by overwriting or under a new name. Right-click into the background to see the world's menu. There you'll find save world and save world as.... When you save the world under a new name, you get prompted for a name. A faster way to save changes to the current world is by using the cmd/ctrl-s shortcut. This world is nearly empty. You can use it as template for further worlds. Maybe you want to browse the PartsBin to find some interesting objects to explore?
To:
foo@bar.com
Subject:
Check out this Lively World!
Hey, I just created a new world in Lively! Check it out: http://lively-web.org/users/unknown_user/start.html
Send
[log] http://lively-web.org/core/anonymous_module_18 loaded in 57 ms
[log] http://lively-web.org/core/lively/ide/tools/JavaScriptToolsMenuBarEntries.js loaded in 30 ms
[log] http://lively-web.org/core/anonymous_module_17 loaded in 96 ms
[log] http://lively-web.org/core/lively/net/tools/Wiki.js loaded in 34 ms
[log] http://lively-web.org/core/anonymous_module_16 loaded in 143 ms
[log] http://lively-web.org/core/lively/morphic/tools/LogMenuBarEntry.js loaded in 37 ms
[log] http://lively-web.org/core/anonymous_module_15 loaded in 185 ms
[log] http://lively-web.org/core/lively/morphic/tools/LivelyMenuBarEntry.js loaded in 28 ms
[log] http://lively-web.org/core/anonymous_module_14 loaded in 309 ms
[log] http://lively-web.org/core/lively/net/tools/Lively2Lively.js loaded in 115 ms
[log] http://lively-web.org/core/lively/morphic/tools/FilterableList.js loaded in 70 ms
[log] Module load check done. 133 modules loaded.
[log] http://lively-web.org/core/anonymous_module_19 loaded in 1 ms
[log] http://lively-web.org/core/anonymous_module_20 loaded in 0 ms
[log] lively.net.WebSocket(ws://lively-web.org:8080/nodejs/SessionTracker/connect, connection: closed, 0 received messages,  2 sent messages,  got error [object Event]
[log] lively.net.WebSocket(ws://lively-web.org:8080/nodejs/SessionTracker/connect, connection: closed, 0 received messages,  1 sent messages,  got error [object Event]
[log] connection error in Session connection to http://lively-web.org:8080/nodejs/SessionTracker/:
%o
[log] lively.net.WebSocket(ws://lively-web.org:8080/nodejs/SessionTracker/connect, connection: closed, 0 received messages,  1 sent messages,  got error [object Event]
[log] connection error in Session connection to http://lively-web.org:8080/nodejs/SessionTracker/:
%o
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
follow log
clear
reattach
Log Messages
X

Menu
ObjectEditor -- Slider>>onValueChange
X

Menu
// changed at Fri Jul 31 2015 19:09:42 GMT-0700 (PDT) by 
unknown_user
this.addScript(function onValueChange(value) {
    if (Global.pre_val != value){
        console.log(value);
        if(value<=0.8640){
            var unixTimestamp = Date.now();
            var sliderVal = this.value * 100000000;
            var sliderTime = unixTimestamp - sliderVal;
            var time1 = sliderTime-5000;
            var time2 = sliderTime+5000;
            // console.log (unixTimestamp);
            // console.log (tensecago);
            var today = new Date(unixTimestamp);
            console.log('Current Time'+today);
            var slider = new Date(sliderTime);
            console.log('Slider Time'+slider);
            var slider1 = new Date(time1);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
<lively.morphic.Slider#9551A... - Slider>
Tag:
run
save
Tests

-- ALL --
onValueChange
Scripts
-
+
-
Connections
+
-- ALL --
value,AttributeConnection(<lively.morphic.Slider#9551A... - Slider>.value --> <lively.morphic.Slider#9551A... - Slider>.adjustSliderParts)
value,AttributeConnection(<lively.morphic.Slider#9551A... - Slider>.value --> <lively.morphic.Slider#9551A... - Slider>.onValueChange)
all