Concept Flow - Start and Update methods
Game Object Created
Start Method Called Once
Game Loop Begins
Update Method Called Every Frame
Repeat Update Each Frame Until Game Ends
When a game object appears, Start runs once to set up. Then Update runs every frame to keep things moving.