A stack's location is set thru its "location" property. For example, if the coordinates of the right location for a substack/stack are 800,400 then try this in that stack's script:
on preOpenstack set the location of me to 800,400 end preOpenstack You can likewise retrieve the location of a stack. E.g., type this in the Message Box: put the location of stack "substackABC" Cheers, Nicolas Cueto _______________________________________________ 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
