scrolling frames never work for me. is there anything I can do?thanks.
Please give more detail. But this is the best shot at what you are trying to ask... here it goes.
In the scrolling frame, make sure the ScrollingEnabled
is turned on in the properties. Then make sure the CanvasSize
is set to a bigger value than the actual size of the frame, as that would make the game think that you don't need a scrollbar. Also, you might want to change the BackgroundColor
to another color such as black (0, 0, 0
), as the scrollbar is white by default (unless you customize it).
EDIT
If you left it at white, you can't see the scrollbar (but can still use it).
Closed as Not Constructive by User#20388 and evaera
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?