Unofficial World of Warcraft Forums
>
WoW Community Forums
>
UI Customisation
>
UI/Mod Developer Forum
> How to make a moveable frame?
PDA
View Full Version :
How to make a moveable frame?
Googus
05-06-2007, 11:42 PM
I wondering what kind of code i need to use to get my frame "DXGForm_0011" to be moveable on OnDrag function.
Duugu
06-06-2007, 12:35 AM
<OnDragStart>
this:StartMoving()
</OnDragStart>
<OnDragStop>
this:StopMovingOrSizing()
</OnDragStop>
Googus
06-06-2007, 11:18 AM
Thank Duugu
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.