I have a somewhat very basic question, but I have not find the answer in my searches.
I have a main stack and a sub stack to that and on the sub stack I have two buttons.
In the main stack I have this simple code:
Code: Select all
on mouseUp
answer "Button clicked"
end mouseUp
separate them and know which one really was clicked?