View Single Post
One workaround:

Put a screen-filling neutral (e.g., white) borderless rectangle in the back of in a shared layer. Give that shape a null action. Apparently "Do Nothing" doesn't count as one, but a null script does:
Code:
   tell self
   end tell
You'll want to turn off highlighting in the presentation if you do this.

Last edited by john.gersh; 2011-11-29 at 04:16 AM..