Hi everybody,
We use the screenloc function to set the stack in the middle of screen. I want to know how to set the substack in the middle of mainstack wherever the mainstack being moved? Thanks in advance...
Set Substack in the middle of Mainstack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 203
- Joined: Wed Jul 23, 2008 8:46 am
maybe try on the mainstack
Code: Select all
on movestack
set the location of stack "substack" to the location of stack "yourmainstack"
end movestack