# Movie (XML)
Movies are used when you open any new GauntletView or ScreenBase. They are loaded through the GauntletMovie class.
The template for a movie is as follows:
<Prefab>
<Constants>
<!-- Insert Summary Here -->
</Constants>
<Variables>
<!-- Insert Summary Here -->
</Variables>
<VisualDefinitions>
<!-- Insert Summary Here -->
</VisualDefinitions>
<Window>
<!-- Insert Summary Here -->
</Window>
</Prefab>
You will spend most of your time adding child elements (Widgets) to the Window
element.