New feature: disable/enable scenes and controller
use scene.enabled(false) to disable scenes without removing tweens or pins.
use controller.enabled(false) to disable all scenes attached to the controller (without touching their enabled setting)
See here for the discussion: #15