class Postcard : SceneButton { // Blank means the Postcard is always visible. @Attribute( about="Which scene must be completed to see this Postcard" ) var requires = "" override fun begin() { actor.createChild( "pin" ) super.begin() } }