On stack1 I have a button. Press the button on stack1 and stack1 is hidden and stack2 opens up. When stack2 is closed I'd like stack1 to become unhidden (show), but close (just close would be fine too). I'm sure there's a way to do this, just trying to wrap my head around the logic on how to script it.
Any suggestions?
Something like this: (doesn't work though)
Code: Select all
on closeStack
show stack1 in 10 milliseconds
close stack1
end closeStack