finished TS Scene

This commit is contained in:
Ben Hambrecht 2018-04-25 07:30:36 +02:00
parent ade2e0c87e
commit 88cc7cedff

View file

@ -2036,7 +2036,20 @@ class IRecognizeThis(TeacherStudentsScene):
self.student_says("I have seen this before!")
self.change_student_modes("pondering", "raise_right_hand", "pondering")
self.teacher_says("This is Pascal's Triangle")
self.wait()
self.play(FadeOut(self.get_students[1].bubble))
self.wait()
# insert https://www.youtube.com/watch?v=K8P8uFahAgc&t=6m47s here
self.teacher_says("It's Pascal's Triangle")
class EntirePascalBrickWall(Scene):
def construct(self):
@ -2054,9 +2067,6 @@ class IRecognizeThis(TeacherStudentsScene):