Thread: Gui Question
View Single Post
  #2  
Old 11-03-2010, 09:52 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
You can prevent an object from ever taking focus by using

PHP Code:
useownprofile true;
profile.modal false
When I was working on an Inventory system I would make a GuiControl container and place an image inside of it and make the image modal so I only had to worry about the container's events.
__________________
Quote:
Reply With Quote