Core.js:Script:-- all --:startTicking (proto)
X

Menu
N

...
../
tests/
tools/
AdditionalMorphs.js (not parsed)
Animation.js (not parsed)
Canvas.js (not parsed)
Clipboard.js (not parsed)
ColorChooserDraft.js (not parsed)
Complete.js (not parsed)
Connectors.js (not parsed)
Core.js (not parsed)
DiffMerge.js (not parsed)
EventExperiments.js (not parsed)
-----
-----
-----
1
-----
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>
<
crp.js
X

Menu
N

...
../
babelsberg-lively.js (not parsed)
cassowary_ext.js (not parsed)
constraintinterpreter.js
core_ext.js (not parsed)
crp.js
csp_ext.js
deltablue_ext.js
PerformanceTests.js (not parsed)
src_transform.js
src_transform_test.js (not parsed)
tests.js (not parsed)
uglify.js (not parsed)
bbb (extension)
FrameOfReference
SystemFrameOfReference
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
    },
    get stepTime() {
        return this._stepTime;
    },
    set stepTime(value) {
        this._stepTime = value;
        this.stop();
        this.start();
    },
    start: function() {
        if (this.stepper) throw 'not good';
        this.stepper = setInterval(this.step.bind(this), this.stepTime);
    },
    stop: function() {
        clearInterval(this.stepper);
        this.stepper = undefined;
    }
});
var _systemFrameOfReference = new SystemFrameOfReference();
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>
<
Saving users.timfelgentreff.babelsberg.crp... Successfully saved Successfully evaluated users.timfelgentreff.babelsberg.crp
depth: 1
reset
bbb.system().time
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
show vars
JavaScript Workspace
X

Menu
// changed at Thu Feb 05 2015 09:10:51 GMT+0100 (Central Europe Standard Time) by timfelgentr
eff
this.addScript(function reset() {
    Global.bbb.unconstrainAll(this);
    bbb.defaultSolver = new DBPlanner();
    this.radius = 100;
    always: { this.getExtent().equals(pt(this.radius * 2, this.radius * 2)) }
    always: { this.radius == 100 + 100 * Math.abs(Math.sin(system.time)) }
    delete bbb.defaultSolver
});
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
<lively.morphic.Morph#4BEA4... - Ellipse>
Tag:
run
save
Tests

-- ALL --
reset
Scripts
-
+
-
Connections
+
-- ALL --
all
ObjectEditor -- Ellipse>>reset
X

Menu