<HTML><FONT FACE=arial,helvetica><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">In the Transcript dictionary, under "Windowshape", it talks about the need to create your own "window moving" handlers, since the title-bar disappears when using the windowshape command.<BR>
<BR>
Does anyone have any sample "fake title-bar dragging" code they could share that allows the user to move a window via an object on a card, instead of the titlebar?<BR>
<BR>
I'm guessing it would be something like:<BR>
<BR>
on idle<BR>
      if the mouse is down in object #1005 then<BR>
           set the loc of this stack to the loc of the mouse<BR>
      end if<BR>
end idle<BR>
<BR>
</FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"></FONT></HTML>