Scrolling Text?

● ARCHIVED · READ-ONLY
Started by RaynRayn 4 posts View original ↗
  1. (Not sure if this in the wrong forum, breaking the rules, or already in the program.)

    Scrolling Text Feature in Visual Novel Maker

    • Allows you to add scrolling text for things like cutscenes, introductions, and credits
    • Helpful if you have multiple people who worked on the project
    Why is this feature good?

    The reason I am saying this is, well, @/Viaviolets, @/Meeksfox, a few others and I are all working on a "bisexual" dating simulator project. Not only that, but we have resources from other royalty free sites and we would really like to credit everyone that're going to help put this thing together.

    Plus, it would be good for others who have multiple people who worked on their project, like me. Or even for lengthy introductions without the """hassle""" of using the textbox.

    Issues that may arise

    Some complications that may emerge from a scrolling text feature is, of course, the inevitable bugs and glitches. It may make projects run significantly slower or even force them to crash. (I'm not too good with coming up w/ reasons that features may not work, whoops)

    ...

    If this feature is pre-existing, just lemme know and I'll report this post so the mods can take it down and such. Thanks in advance! <3
  2. You can use the Show Text command, make it appear off screen and make it move up slowly.
  3. for this, the methods would involve: draw the text, dispose the text, update the x and y coords, repeat until false

    that's how I would handle it. if you need pseudocode let me know. but the principles for animation are basically the same for every engine, draw, dispose, update, repeat until false.
  4. chungsie said:
    for this, the methods would involve: draw the text, dispose the text, update the x and y coords, repeat until false

    that's how I would handle it. if you need pseudocode let me know. but the principles for animation are basically the same for every engine, draw, dispose, update, repeat until false.
    Update: requirement solved.

    ----
    Hi could you maybe share me some pseudocode that could help me understand this (draw the text, dispose the text, update the x and y coords, repeat until false), thank you very much!
    I don't have much experiences in programming, but if you give me a few lines of code, maybe I can learn it on my own XD