Tips for making a pro GUI

View previous topic View next topic Go down

Tips for making a pro GUI

Post  Hallows on Sun May 15, 2011 9:20 pm

Mouse Hover ForeColor change procedure

This makes it whenever your mouse hovers over an object, the forecolor changes. This is the pseudocode for it.

Code:
Mouse Hover Event Start
Me.Object.ForeColor = Color2
Mouse Hover Event End

Mouse Leave Event Start
Me.Object.ForeColor = Color1
Mouse Leave Event End


For the misinformed, pseudocode is not actual program code, but just code in plain english.

Use Labels instead of buttons

Instead of using buttons, use labels as labels can have a click event too and dont have that ugly border around them.

Have Audio

Make it so if you hover over a object, audio plays.

More will be added later when i get the ideas. bye

Hallows
Admin

Posts: 7
Reputation: 0
Join date: 2011-03-16

View user profile http://www.haxxer.com

Back to top Go down

View previous topic View next topic Back to top

- Similar topics

Permissions in this forum:
You cannot reply to topics in this forum