of     1   

johnnygadget
#158518185Monday, March 23, 2015 10:02 PM GMT

just wanted to share my fix for a draggable scrollingframe. someone else may have posted a fix somewhere but i didn't find one so i'm posting my fix. anyone who's tried to make a draggable scrolling gui has had the problem. when you drag the scrollingframe gui the mouse won't release it. my fix is to place the scrollingframe inside a regular frame. regular frame transparency = 1. set the regular frames' z-index higher than the scrollingframes z-index. so.. scrollingframe zindex=1, regularframe zindex = 2. set regularframe to active = true and draggable = true. set scrollingframe active = false and draggable = false. scrollingframe Position should be (0,0,0,0). to be able to use sliders on the scrolling frame make the regularframes' size a little smaller than the scrollingframe. my gui was sized like this... frame size = {0, 290},{0, 110} scrollingframe size = {0, 300},{0, 120} this allows me to drag the scrollingframe around and also use the sliders. basically this just makes the scrollingframe draggable like it should be. it doesn't stick to the pointer this way. to see this is action go my skating rink and drag the chat gui to place it anywhere you want it to be. http://www.roblox.com/Roblox-Skating-Rink-place?id=188578198
Wrathsong
#158520489Monday, March 23, 2015 10:39 PM GMT

ask scripters forum
johnnygadget
#158525809Tuesday, March 24, 2015 12:02 AM GMT

what? i'm just posting THE FIX i've already figured it out just sharing the knowledge

    of     1