MouseDrag (Event)

From Legacy Roblox Wiki
Revision as of 03:36, 7 February 2012 by >Tenal
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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)