return e.prototype.BEAD = 28,
e.prototype.WIDTH_10 = 364,
e.prototype.WIDTH_12 = 430,
e.prototype.BEAD_OFFSET = 10,
e.prototype.on_beads = function(e, t) {
switch (console.log("#on_beads", e, t),
e) {
case "lesson_start":
return this._on_lesson_start(t);
case "__play_button":
return this._on_play_button(t);
case "__beads_under_start":
return this._on_beads_under_start();
case "__interbeads_congrat":
return this._on_interbeads_congrat(t);
case "exercise_finish_succ":
case "exercise_finish_force_succ":
return this._on_exercise_finish_succ(t);
case "bead_move_left":
return this._on_bead_move_left(t);
case "lesson_finish":
return this._on_lesson_finish();
case "terminated":
return this._on_terminated()