MouseEnter (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>GoldenUrg
added base type
>Tenal
No edit summary
 
(12 intermediate revisions by 6 users not shown)
Line 1: Line 1:
There is a special event for 2D GUI objects.
There is a special event for 2D GUI objects.
{{Event|name=MouseEnter
|arguments=
|description= Fired when a mouse "enters" or goes on top of a GUI Object.
|object=GuiObject: [[RBX.lua.Frame (Object)|Frame]], [[RBX.lua.TextLabel (Object)|TextLabel]], [[RBX.lua.TextButton (Object)|TextButton]], [[RBX.lua.TextBox (Object)|TextButton]], [[RBX.lua.ImageLabel (Object)|ImageLabel]], [[RBX.lua.ImageButton (Object)|ImageButton]]
|}}


----
{{:MouseEnter (Event)/2D}}
{{clear floats}}
There is also a special event for 3D Handle objects.


There is a special event for 3D Handle objects.
{{:MouseEnter (Event)/3D}}
{{Event|name=MouseEnter
{{clear floats}}
|arguments=
[[Category:Events]]
|description= Fired when a mouse "enters" or "touches" a 3D GUI Object.
|object=[[RBX.lua.ArcHandles (Object)|ArcHandles]], [[RBX.lua.Handles (Object)|Handles]]
|}}

Latest revision as of 03:37, 7 February 2012

There is a special event for 2D GUI objects.

MouseEnter ( int x, int y )
Description Fired when the mouse enters a GuiObject, as long as the GuiObject is active (see active property for more detail). Arguments x, and y specify the absolute pixel position of the mouse.
Member of: GuiObject

There is also a special event for 3D Handle objects.

MouseEnter ( )
Description Fired when a mouse "enters" or "touches" a 3D Object.
Member of: ArcHandles, Handles