thanks

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on mouseup
set the iconic of stack "test1" to false
toplevel stack "test1"
end mouseup
thank youKlaus wrote:Hi link76,
I just tried this and it obviously worked![]()
I minimized stack "test1" and put this into a button of another stack:Hint: Any "go stack xyz" or "toplevel stack xyz" will de-minimize stack xyz,Code: Select all
on mouseup set the iconic of stack "test1" to false toplevel stack "test1" end mouseup
but does not bring it to front, so the second line seems to be neccesary.
Best
Klaus