How do I refer objects from a group ? [Solved]
Posted: Wed Jun 03, 2015 6:33 am
Hi to all,
Sorry for this simple question but any idea how do I refer objects from a group ?
I want to place an handler in a group which init all its child objects.
This script example below (in the group) explain a bit:
I suppose this code won't work, even if the syntax seems OK, as the <objects> keyword in the dictionnary doesn't match exactly my needs...
I've seen in the dictionnary that they talk about "objectList", under the group page, but I didn't find any "objectList" entry...
Thanks for your help,
Regards, Jean-Paul.
Sorry for this simple question but any idea how do I refer objects from a group ?
I want to place an handler in a group which init all its child objects.
This script example below (in the group) explain a bit:
Code: Select all
on initAll
send initYourSelf to objects of me
end initAllI've seen in the dictionnary that they talk about "objectList", under the group page, but I didn't find any "objectList" entry...
Thanks for your help,
Regards, Jean-Paul.