Seeumliam
|
  |
| Joined: 06 May 2013 |
| Total Posts: 5662 |
|
|
| 27 Jan 2015 04:56 PM |
How would I drag a gui? Would it be when drag begin the position = mouse position? and then how can I check if the gui is on top of another gui even if not completely on top?
~ Seeumliam ~ |
|
|
| Report Abuse |
|
|
|
| 27 Jan 2015 04:58 PM |
Set the property of "Draggable" to true, on your GUI.
As for collision detection http://wiki.roblox.com/index.php?title=Collision_detection_for_GUIs http://wiki.roblox.com/index.php?title=GUI_Collision_Tutorial |
|
|
| Report Abuse |
|
|
Froast
|
  |
| Joined: 12 Mar 2009 |
| Total Posts: 3134 |
|
|
| 27 Jan 2015 04:59 PM |
You can use the built-in ROBLOX drag but from personal experience I know it doesn't always work well. Which is why I made my own drag function that can be used on any frame: roblox.com/--item?id=208980178
You can look at it and see how it works. |
|
|
| Report Abuse |
|
|
Hassan09
|
  |
| Joined: 29 Oct 2009 |
| Total Posts: 216 |
|
| |
|