I have five buttons in my card if I click any one the of button then it's must be display the name of the last clicked button name. during the initial click it's must display it's own name. is it possible ?


Thanks
shalu
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
global tLastButton
on mouseUp
answer tLastButton&&the short name of me
put the short name of me into tLastButton
end mouseUp