I'm trying to group two objects together using the group command, and then grab the newly-created group, all in one single mouseDown message.
I've tried the following code:
Code: Select all
on mouseDown
group me and button 2
grab the last group
end mouseDown
Can someone please tell me how to do this?