MouseDrag (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Tenal
No edit summary
>Tenal
No edit summary
 
(No difference)

Latest revision as of 03:36, 7 February 2012

MouseDrag ( NormalId face, float distance )
Description Fired when a handle is clicked and dragged.
Member of: [[RBX.lua.ArcHandles, Handles (Object)|ArcHandles, Handles]]
Example
local function dragging()
  print("Mouse is dragging the 3D GUI")
end
obj.MouseDrag:connect(dragging)