Recently, Wilhelm Sanke wrote: > Here is the exact address of my stack that explains and demonstrates in > detail how to place the answer and ask dialogs in Revolution. > > <http://www.sanke.org/Software/PlaceDialogsRev.zip>
Thanks. And for those who want to position dialogs within the Rev IDE without modifying any stacks, Jacque's preOpenCard solution appears to work well in a frontscript: on preOpenCard put loc of myCoolStack into tLoc get long name of the target if "revanswerdialog" is in it then set loc of stack "answer dialog" to tLoc if "revaskdialog" is in it then set loc of stack "ask dialog" to tLoc pass preOpenCard end preOpenCard Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design _______________________________________________ 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
