I’m having trouble wrapping my head around visual effects. I’ trying to hide 
and show stacks using visual effects. 

Consider this in a button:

on mouseUp
   wait 1 second
   set the visible of homeStack() to false 
   lock screen
   set the visible of homeStack() to true
   unlock screen with visual effect reveal down very slow
   breakpoint
end mouseUp

homestack() simply returns the file path of the main stack, which this button 
is on. 

The visual result is indistinguishable from simply showing and hiding the 
stack. 

Bob S

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to