I used a mouseDown handler so that it might not interfere with mouseUp
handlers typically already loaded in the button scripts, but you get the idea.
In the group script:
on mousedown
put the number of the target into tNum
put the number of btns of grp "yourGroup" into numBtns
repeat with y = 1 to numBtns
if the number of btn y = tNum then
put "You clicked Button" && tNum && "of" && numBtns into temp
exit repeat
end if
end repeat
answer temp
end mousedown
If this is what you needed.
Craig Newman
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution