Effective iteration
Throughout this project, I've learned to do things one way only to learn something new later down the line which could also have been used somewhere else, and in some cases, it’s better to do so. An example of this is how I used delays for getting flipbooks to finish before continuing. I later learned about “get playback position in frames” which allowed me to get the script to continue once a certain frame had been reached rather than trying to guess using delays. I went back and changed some blueprints to this for greater control.