Try this one:jsburnett wrote:Hi,
I have a simple problem.
I am trying to open a substack thru a button as follows:Code: Select all
on mouseUp put the selectedText of me into openThisStack go to stack openThisStack end mouseUp
Code: Select all
on mouseUp
put the label of me into openThisStack
go to openThisStack
end mouseUp
Code: Select all
on menuPick pItemName
switch pItemName
go to stack pItemName
end switch
end menuPick