-
Scrolling and jump
I just need to make a simple crawling text going from right to left of the screen that needs to repeat for 30 seconds and im having trouble with it. Im driving the move with “time” and tried an “if” statement saying when x reaches “off the screen”, “jump back to the other side of the screen + time” but that wasnt working, probably need a “while” statement, but then was playing with Modulus and got my first piece of text working correctly but the next line following it jumps back at the same time even though its still on screen so how can i delay that?