From b847b24cf773aa76b3fa6830edf1767d13169789 Mon Sep 17 00:00:00 2001 From: Ben Hambrecht Date: Fri, 20 Apr 2018 10:34:21 +0200 Subject: [PATCH] finished TS Scene --- active_projects/eop/chapter1.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/active_projects/eop/chapter1.py b/active_projects/eop/chapter1.py index 847c18b5..f2f1ceb8 100644 --- a/active_projects/eop/chapter1.py +++ b/active_projects/eop/chapter1.py @@ -440,10 +440,10 @@ class Introduction(TeacherStudentsScene): def construct(self): self.show_series() - self.show_area_model1() + self.show_examples() def show_series(self): - series = VideoSeries() + series = VideoSeries(num_videos = 11) series.to_edge(UP) this_video = series[0] this_video.set_color(YELLOW) @@ -494,9 +494,10 @@ class Introduction(TeacherStudentsScene): self.play( FadeOut(self.teacher.bubble), FadeOut(self.teacher.bubble.content), + self.get_teacher().change_mode, "raise_right_hand", *[ ApplyMethod(pi.change_mode, "pondering") - for pi in self.get_pi_creatures() + for pi in self.get_students() ] ) self.wait() @@ -504,6 +505,11 @@ class Introduction(TeacherStudentsScene): self.series = series + def show_examples(self): + + self.wait(10) + # put examples here in video editor + # # # # # # # # # # # # # # # # # # # show examples of the area model #