Browse Search Popular Register Upload Rules User list Login:
Search:
Scrolling Text Box

Image:
screenshot of the scene

Author: s_noonan

Group: Technical

Filesize: 154.36 kB

Date added: 2021-03-27

Rating: 5.5

Downloads: 1371

Views: 263

Comments: 9

Ratings: 2

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

Scrolling Text Box

Rev A: Text is now formatted before displaying.
Last edited at 2021/09/25 12:05:10 by s_noonan
Please log in to rate this scene
edit
Similar scenes
Title: Scrolling Marquee III
Rating: 5
Filesize: 1.27 MB
Downloads: 277
Comments: 1
Ratings: 1
Date added: 2013/10/02 00:34:21
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Color Wars Logo(look in the text!)
Rating: 5
Filesize: 57.44 kB
Downloads: 125
Comments: 0
Ratings: 1
Date added: 2017/10/08 17:40:51
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Parallax Scrolling v1.1
Rating: 6.1111
Filesize: 268.87 kB
Downloads: 340
Comments: 0
Ratings: 3
Date added: 2014/07/30 16:08:41
Made with: Algodoo v2.1.0
Rating: rated 6.1
download
Title: Scrolling algodoo experiment
Rating: 5.5
Filesize: 0.72 MB
Downloads: 1471
Comments: 4
Ratings: 2
Date added: 2020/07/29 11:35:27
Made with: Algodoo v2.1.0
Rating: rated 5.5
download
Title: Scrolling Textbox (no script)
Rating: 5.625
Filesize: 156.66 kB
Downloads: 346
Comments: 3
Ratings: 2
Date added: 2021/03/28 13:02:01
Made with: Algodoo v2.1.0
Rating: rated 5.6
download
Title: Reading Box Text with Lasers
Rating: 5
Filesize: 28.63 kB
Downloads: 499
Comments: 2
Ratings: 1
Date added: 2009/10/15 09:10:19
Made with: Algodoo before v1.8.5
Rating: rated 5
download
The coding seems to be a little overly complex for such a task, although I have never tried to duplicate it with my own version. It's a useful feature, and if it can be simplified and made easy for others to implement, it could very well become popular and used by many.

Issues: 1. Movement of the control slider and the text is choppy. Maybe make movement smoother if possible. 2. When I move my cursor off the slider and then click on the text, the text suddenly jumps to a different position.

Overall, nice job. :tup:
Thanks for the feedback. I agree with your analysis but make no promises to fix anything. I suspect that somebody could make a purely mechanical scrolling textbox better than this. Rack and pinion drive comes to mind.
Rack and pinion??? LOL LOL LOL!!!

Spoken by a true ME! :tup:
Last edited at 2021/03/28 04:37:16 by Xray
Regarding lines of code, I've reduced the lines of code from 938 to 571 by eliminating code that allowed the scrolling textbox to run in design mode. The textbox is now more responsive. Since the scrolling textbox uses previously designed standard GUI components, only 33 additional lines of code were required for this scene. The _showText function in the display textbox does does almost all of the work.
Excellent improvement! :tup:
Thanks. I still haven't found the best way to predict the amount of text to put into the text box when the textScale and box size are fixed.
Quote: "I still haven't found the best way to predict the amount of text to put into the text box...."

That cannot be "predicted" because people often change there mind "on the fly". Maybe you can have the user click a button when they are finished entering their text, and then at that time you can format the text as needed for best viewing comfort. One other thing to consider (if you haven't already) is the fact that the text font can be changed by the user. That might complicate things even more for you! :blink:
Really cool!:lol:
Thanks.