maybe its a stupid question but i cant find any solution in the dictonary or forum.
How can I get the ID or long ID of a group where I click the mousebutton on?
Code: Select all
on mouseUp
put long ID of target into fld 1
end mouseUp
It contains the group-ID but how can I seperate it? I need this cause there are 2 objects in every group and I want to be able to modify each of these obejects later.button id 1016 of group id 1014 of card id 1002 of stack
Theres the second question:
Is following example possible?
Code: Select all
global group_name
set <any_property> of image "blabla" in group group_name of this stack to <any_value>