on mouseDown me
repeat while the mouseDown
A = the activeWindow.rect
N = the mouseLoc - the clickLoc
(the activeWindow).rect = rect(A[1]+N[1], A[2]+N[2], A[3]+N[1], A[4]+N[2])
end repeat
end
-------------------------- END ---------------------------
on stepFrame me
if the mouseDown then
A = the activeWindow.rect
N = the mouseLoc - the clickLoc
(the activeWindow).rect = rect(A[1]+N[1], A[2]+N[2], A[3]+N[1], A[4]+N[2])
else deleteAt the actorlist, getPos(the actorlist, me)
end
-------------------------- END ---------------------------
Contact
MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA