Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
GuiScrollCtrl
« previous
next »
Print
Pages: [
1
]
Author
Topic: GuiScrollCtrl (Read 651 times)
Pah1023
September 29, 2011, 11:47:36 PM
When ever I add something to a Scroll Ctrl it wont let me use the scroll bar, and I need this for a mod.
Ad Bot
Advertisement
Nexus
September 29, 2011, 11:53:07 PM
A few things to note
- You need to make sure that the vertical scroll is not at "AlwaysOff"
- There are two reliable ways to add things to a guiscrollcontrol
1. Make the scroll control just a simple text list
2. Make a swatch control in the guiscrollcontrol and then add anything you need in the scroll control onto the swatch.
This is a good reference for either
http://forum.returntoblockland.com/dlm/viewFile.php?id=3499
Pah1023
September 30, 2011, 12:01:41 AM
Thanks, I will take a look at that mod and see if it will help me.
Greek2me
September 30, 2011, 12:11:06 AM
There can only be 1 child object directly inside the scroll control. Everything else has to be placed within that.
Pah1023
September 30, 2011, 12:19:33 AM
I found out what I was doing wrong, I was changing the width of the swatch ctrl inside of the scroll control, instead of the height, thanks for helping.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
GuiScrollCtrl