[13.2] Can I use transitions and palettes in a MIAW?

As of version 4.0.4, transitions may now be used properly in a MIAW (ie, a MIAW can execute its own transition without affecting or being affected by the stage). In previous versions this was not the case.

Palettes, however, belong to the stage. Anything in the MIAW's palette channel is ignored, as are puppetPalette commands executed by the MIAW. The MIAW can still instruct the stage to perform a puppetPalette with

  tell the stage to puppetPalette "my palette"
but the stage and each MIAW has its own cast, so "my palette" must be in the stage movie's cast or the shared.dir file, otherwise the stage will not be able to interpret the command and will halt with a "Palette not defined" error.

(It might be possible to use copyToClipboard and pasteClipboardInto to move a palette castmember from the MIAW cast to the stage cast before the puppetPalette, but I haven't checked this.)