#1, by constantinWednesday, 14. March 2018, 18:09 7 years ago
Is there a possibility to scroll text? I have an interface with info-text. I would like the user to be able to scroll this info-text with arrows up and down. But I found out, it is not possibly to move buttons (I was thinking about just moving the button, where the text was shown.)
the background graphic you define there is split up into 9 parts. the corners and the connecting sides + inner area which gets stretched.
SimonS updated the script there a few days ago.
The Object you define at the addtext line has to be the id for an display *** text action part (right click > copy ID). The text in it gets displayed then.
#4, by constantinFriday, 16. March 2018, 17:12 7 years ago
The Object you define at the addtext line has to be the id for an display *** text action part (right click > copy ID). The text in it gets displayed then.
I am still on version 4.2.5. is there an easy way to find out the id there?
#7, by sebastianSaturday, 17. March 2018, 19:40 7 years ago
ah, i remember 4.x games from daedalic which have scrollpanes used (night of the rabbit > diary). So it should be possible but i guess SimonS has to describe how the scrollpane script was used back then.