11. Advanced Ui

# Advanced UI Advanced interfaces combine multiple elements, layouts, and tween animations. Examples: - animated menus - inventory systems - HUD overlays - notifications ## Example ```py UIFrame.add(child_button) UIFrame.add(child_label) ``` Complex UI systems are built by nesting UI elements and animating them.