I just started messing around today and I'm having a lot of fun. I'm making a puzzle game
Here is a screenshot
imgur[dot]com/IXoUCac
Each of the objects can be dragged around using
Code: Select all
on mousedown
grab me
end mousedown
What I want is for the rectangle to drag along with the Painting Registry object. So that you can drag the Painting Registry around, and still if you click Radboud, it works. Does that make sense?
My first guess was to do
Code: Select all
on mousedown
grab me
grab rectangle "correctanswer"
end mousedown