Page 1 of 1

rectangle in group moves by itself when grabbed

Posted: Fri Nov 14, 2008 5:05 pm
by billworld
If you put a rectangle graphic in a group that has the following code:

Code: Select all

on mouseDown
   grab group "MyGroup"
end mouseDown
If you click on the graphic and drag, only the graphic moves, not the entire group. However, if you click and drag on any non-graphic object in the group (e.g. an image, button, etc) the ENTIRE grouped objects move.

Why is this? Is this a bug?

More info and a sample file to download are available at:

http://www.billdoerrfeld.com/RunRev/Pro ... abbed.html

Posted: Fri Nov 14, 2008 6:26 pm
by Mark
Do you have more info, Bill? So far, it works fine for me.

Mark

Posted: Fri Nov 14, 2008 7:02 pm
by billworld
You know what, not an issue. My apologies. I just discovered that I accidentally had a group-within-a-group which the graphic was tied to which had the Grab Me in addition to the outer group...

Need to re-group! :)
Mark wrote:Do you have more info, Bill? So far, it works fine for me.

Mark