Hi Jacque,

Well, my intuition about not closing the stack was correct, but it wasn't working before because of a failure of my eyesight to pick up a space I had put in the stacks name. Once I discovered that and backtracked to remove the "close this stack", things work as they should. This vision problem of mine will eventually be the death of me. (no smile - for real!)

Thanks to everyone for their endurance. Sure is a good thing I've got a big screen and can usually pump up the font size. Some things in Rev are set to small size though and can't be changed by me. ARGH!

Joe Wilkins

On Sep 21, 2008, at 2:59 PM, J. Landman Gay wrote:

You're trying to make it too hard. Just leave your stack as-is, don't use it to build an app.

Make a new stack, size it smallish like a splash screen, put any images on it you want people to see when it starts up, and put (at least) one line of script in an opencard handler on the first card:

on opencard
wait 3 seconds -- or whatever
close this stack
go stack "myRealStack"
end opencard

--
Please avoid sending me Word or PowerPoint attachments.
See   <http://www.gnu.org/philosophy/no-word-attachments.html>
----------------------------------------
Joe Lewis Wilkins
[EMAIL PROTECTED]





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

Reply via email to