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 
timfelgentreff
this.addScript(function reset() {
    module('users.timfelgentreff.babelsberg.crp').load(true);
    bbb.system().stepTime = 100;
    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
saved source