MouseLeave (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>GoldenUrg
fixed display
>Camoy
Fixed
Line 1: Line 1:
{|
{|
|<onlyinclude>{{Event|name=MouseLeave
|<onlyinclude>{{Event|name = MouseLeave
|arguments=
|arguments =
|description= Fired when a mouse "leaves" or moves off of a GUI Object.
|description = Fired when a mouse "leaves" or moves off 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]]
|object = [[Frame]], [[TextLabel]], [[TextButton]], [[TextButton]], [[ImageLabel]], [[ImageButton]]
|}}
|}}
</onlyinclude>
</onlyinclude>
|}
|}

Revision as of 22:55, 28 August 2010

MouseLeave ( )
Description Fired when a mouse "leaves" or moves off of a GUI Object.
Member of: [[RBX.lua.Frame, TextLabel, TextButton, TextButton, ImageLabel, ImageButton (Object)|Frame, TextLabel, TextButton, TextButton, ImageLabel, ImageButton]]