Richard Gaskin wrote:
Mark Smith wrote:

on mouseUp
    put the tempname into tFile
    create invisible stack "thenewstack"
    save stack "thenewstack" as tFile -- save to temp file
    delete stack "thenewstack" -- clear from memory
set the storedStack of this stack to url ("binfile:" & tFile) -- store in cp
    delete file tFile -- delete temp file
end mouseUp

Nicely done.

The only thing I'd add is that when the stack is opened again, it will still be invisible.

--
Jacqueline Landman Gay         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to