Hello guys so today we covered lectures 297, Quiz #24, and started on 298.
(Lecture 297) How to be a Loser:
I finished my implementation on updating the health text whenever an attacker reaches the end of the screen. I did this by creating a HealthDisplay script that manages the health points and text that appears on the screen. Then I created a base script that detects for any trigger collisions--if so then it updates the health value and destroys the attacker obj (for memory purposes).
Quiz #24:
This quiz was pretty simple compared to the last few quizzes.
(Lecture 298) Create a Level Timer:
I just started on this but we were tasked to create an animated slider that would display how much time is left before the level ends.