You may want to toggle the "alwaysbuffer" settings for the stack and see if that has any effect. It did for me when printing images that were part of a card.

On Saturday, Feb 22, 2003, at 17:28 America/New_York, Graham Samuel wrote:

I have a rectangular area on a card which is used to cover a number of objects. The cover can be 'opened' or 'closed' via a button with this toggle script:

if the visible of cd grc "scPicShutter" is true then
    lock screen
    hide cd graphic "scPicShutter"
    unlock screen with visual effect Checkerboard fast
  else
    lock screen
    show cd graphic "scPicShutter"
    unlock screen with visual effect Checkerboard fast
  end if

The strange thing is that the closing ('show') always shows the visual effect, but the opening ('hide') never does. I can't see from the documentation why this should be so. Can anyone explain it, and suggest a workaround?

TIA

Graham
--
-------------------------------------------------------------------
         Graham Samuel / The Living Fossil Co. / UK & France
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to