#???

14 messages · Page 1 of 1 (latest)

dapper turret
#

How do you make something like the Jumbotron boss has with CV2 text but moving?

wild verge
crisp mist
#

Yeah I thought of that but it’d be a pain to explain over text lol

#

But yeah it would work

wild verge
crisp mist
#

I was abt to say the text thing may not be too complicated then as I typed it out I realized just how wrong I was

dapper turret
wild verge
#

or well, which direction do u want it to go in per say

dapper turret
wild verge
# dapper turret It goes left

Ok so set int variable to string length, delay, on run, set text, after delay, int switch (configured to add compare value 0), on fail, subtract 1 from int variable and run delay again. on "0" execution fires when done. String substring with length of the "window" (how many characters to display while "scrolling" throught the message) with index of int variable subtracted by the window. The output of the substring is what you set the text to.

Keep in mind "window" is a value YOU determine. So experiment with it, id suggest starting off with 20

Also keep in mind this is for 1 text, not all 4. Im going to be looking into it in my own time. It is 1 dimensional afterall. And so id rather actually work through it.