Page 1 of 1

Adding to a group

Posted: Wed Mar 12, 2008 3:37 am
by bjb007
Is there a way to add an item to
an existing group without first
un-grouping?

Had a strange experience trying to
do this - lost a couple of objects
way off-screen, couldn't retrieve
them and had to "make" them again
and delete the originals.

Posted: Wed Mar 12, 2008 3:43 am
by BvG
for loosing stuff:

Code: Select all

set the loc of image "I'm lost" to 0,0
set the loc of field "I'm also lost" to 0,0
for putting stuff into groups:

Code: Select all

copy button "relevant name" to group "name of a group"
set the name of button id it to "relevant name 2"
delete button "relevant name"

Adding to a group

Posted: Wed Mar 12, 2008 4:15 am
by bjb007
Thanks BvG.

I assume I could do this in the "Message Window"
(which I think should be called "Command Window"
to avoid confusion with Win msg windows).

Except that I haven't really got the "Message Window"
figured out. Seems everything I put in there
either does nothing or returns an error.

Note to self - "Must try harder"