📋 Metadata
- Author: roaoao
- Date: 2016-05-05 13:34:59
- Type:
answer - Reply to: post_00148
💬 Content
Leafar:
How can I add and option to a PM to change between scenes?? Someone of you know how to do that??
If you want use a drop-down list to select the scene, use this path in Property tab:
C.screen.scene
If you want to select the scene by its name (e.g. “Scene”), use this code in Command tab:
C.screen.scene = D.scenes["Scene"]
❤️ 1 likes