A Roblox Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A Roblox Community

A community of Robloxians who want to learn to script and build on Roblox Studio.
 
HomeLatest imagesRegisterLog in
If you're a experienced coder make some tutorials! It would really help the site grow.
Make sure you read the rules(Which can be found by clicking here)
If you're a beginner at coding, try some tutorials.
We have many Moderators/Admins watching this site. Contact them with Questions.
Let us know what your favorite sport is. By clicking here to vote (Click here)
This site is becoming inactive. Lets make it active.
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Top posters
blueymaddog
GUIs: Mouse over  Vote_lcapGUIs: Mouse over  Voting_barGUIs: Mouse over  Vote_rcap 
naknak
GUIs: Mouse over  Vote_lcapGUIs: Mouse over  Voting_barGUIs: Mouse over  Vote_rcap 
Supernapalm
GUIs: Mouse over  Vote_lcapGUIs: Mouse over  Voting_barGUIs: Mouse over  Vote_rcap 
m27frogy
GUIs: Mouse over  Vote_lcapGUIs: Mouse over  Voting_barGUIs: Mouse over  Vote_rcap 
slayer9365
GUIs: Mouse over  Vote_lcapGUIs: Mouse over  Voting_barGUIs: Mouse over  Vote_rcap 
myrco919
GUIs: Mouse over  Vote_lcapGUIs: Mouse over  Voting_barGUIs: Mouse over  Vote_rcap 
branefreez
GUIs: Mouse over  Vote_lcapGUIs: Mouse over  Voting_barGUIs: Mouse over  Vote_rcap 
ninga95
GUIs: Mouse over  Vote_lcapGUIs: Mouse over  Voting_barGUIs: Mouse over  Vote_rcap 
CloneTrooper787
GUIs: Mouse over  Vote_lcapGUIs: Mouse over  Voting_barGUIs: Mouse over  Vote_rcap 
raboy117
GUIs: Mouse over  Vote_lcapGUIs: Mouse over  Voting_barGUIs: Mouse over  Vote_rcap 
Top posting users this month
No user
Latest topics
» Where to go from here.
GUIs: Mouse over  EmptySeptember 14th 2020, 1:20 pm by MrNicNac

» Send me an Email
GUIs: Mouse over  EmptySeptember 14th 2020, 1:16 pm by MrNicNac

» [v1.6.0.0] Lua Script Obfuscator [No Bytecode]
GUIs: Mouse over  EmptyJuly 6th 2015, 7:38 pm by m27frogy

» New Site Possibly
GUIs: Mouse over  EmptyJuly 6th 2015, 4:16 pm by m27frogy

» Ambassador!
GUIs: Mouse over  EmptyApril 15th 2015, 11:40 pm by naknak

» Boop - Tag
GUIs: Mouse over  EmptyApril 13th 2015, 9:46 pm by naknak

» Vip Class Script
GUIs: Mouse over  EmptyApril 13th 2015, 4:54 pm by naknak

» Who's active?!
GUIs: Mouse over  EmptyApril 13th 2015, 4:52 pm by naknak

» Genesis Point
GUIs: Mouse over  EmptyJuly 17th 2014, 7:04 pm by branefreez

» Reward System
GUIs: Mouse over  EmptyJuly 17th 2014, 5:41 am by m27frogy

» Script Request
GUIs: Mouse over  EmptyJuly 10th 2014, 11:43 am by naknak

» local scripts?
GUIs: Mouse over  EmptyJuly 10th 2014, 11:39 am by naknak

» Project: Reconstruction [Died]
GUIs: Mouse over  EmptyJuly 10th 2014, 11:36 am by naknak

» Hi. I am new here
GUIs: Mouse over  EmptyApril 26th 2014, 4:01 pm by altshiftkey

» What's your favorite sport?
GUIs: Mouse over  EmptyJanuary 1st 2014, 2:13 pm by m27frogy

» FlashLight Script
GUIs: Mouse over  EmptyJanuary 1st 2014, 2:11 pm by m27frogy

» Gun Making! [READ DESC]
GUIs: Mouse over  EmptyJanuary 1st 2014, 2:10 pm by m27frogy

» Hi, I am new here!
GUIs: Mouse over  EmptyNovember 26th 2013, 3:33 pm by Keanu73

» Improve Coding
GUIs: Mouse over  EmptyOctober 26th 2013, 1:12 pm by pook03

» Simple Button
GUIs: Mouse over  EmptySeptember 1st 2013, 6:19 pm by branefreez


 

 GUIs: Mouse over

Go down 
4 posters
AuthorMessage
Guest
Guest
avatar



GUIs: Mouse over  Empty
PostSubject: GUIs: Mouse over    GUIs: Mouse over  EmptyNovember 14th 2010, 6:15 am

Have you ever seen a GUI where you just mouse over it and something happens? Well these are actually quiet simple. There are two different connection lines that make a Mouse over GUI seem legit, the first function is the mouse going over the GUI, the second is the mouse leaving the GUI.
function mouseon(on)
print("Mouse on")
end
GUI.MouseEnter:connect(mouseon) --function for the mouse going over the GUI
function mouseoff(off)
print("Mouse off")
end
GUI.MouseLeave:connect(mouseoff) --function for the mouse leaving the GUI
Just replace the print's with the thing you want to happen when you mouse over the GUI.
--==[[Builderboy202]]==--
Back to top Go down
myrco919
Intermediate Scripter
Intermediate Scripter
myrco919


Posts : 190
Join date : 2011-01-21
Age : 26
Location : Holland

GUIs: Mouse over  Empty
PostSubject: Re: GUIs: Mouse over    GUIs: Mouse over  EmptyJanuary 24th 2011, 9:50 am

Nice :)
Back to top Go down
blueymaddog
Administrator
Administrator
blueymaddog


Posts : 1081
Join date : 2010-12-09
Age : 26

GUIs: Mouse over  Empty
PostSubject: Re: GUIs: Mouse over    GUIs: Mouse over  EmptyJanuary 26th 2011, 8:55 am

simple and sweet.
Back to top Go down
lukenuke75
Novice Scripter
Novice Scripter
lukenuke75


Posts : 38
Join date : 2011-03-07
Age : 27

GUIs: Mouse over  Empty
PostSubject: Re: GUIs: Mouse over    GUIs: Mouse over  EmptyMarch 7th 2011, 3:37 pm

Nice.



Suggestion:


use code tags, also make it a bit longer. Helps explain it to those whom might not understand it as well as others.
Back to top Go down
m27frogy
The Garbageman
m27frogy


Posts : 336
Join date : 2011-06-23

GUIs: Mouse over  Empty
PostSubject: Re: GUIs: Mouse over    GUIs: Mouse over  EmptySeptember 7th 2011, 6:36 pm

Not bad.
Back to top Go down
Sponsored content





GUIs: Mouse over  Empty
PostSubject: Re: GUIs: Mouse over    GUIs: Mouse over  Empty

Back to top Go down
 
GUIs: Mouse over
Back to top 
Page 1 of 1
 Similar topics
-
» Getting a mouse with no tool/gui.
» Mouse, Tool, Help!
» Keylogging/getting the mouse unnoticed

Permissions in this forum:You cannot reply to topics in this forum
A Roblox Community :: Tutorials and Resources :: Intermediate-
Jump to: