We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hallo everyone,
I am a beginner and I am trying to have a sketch which basically plays an amount of videos and then have underneath a scrolling text (stored in the data folder as .txt file). What I have right now is 10 videos playing one after the other, with each having a specific text. Is there any way where I can have a simpler code and having both randomised, in a continuous stream? Below is the sketch.
Very highly appreciate any help! Thanks.
Canny
(sorry i dont really know how to format the code to copy paste it in the right format)
Answers
please highlight code, press ctrl-o to format
Ah thank you! so now it's fomatted
ctrl-t in the processing editor to indent it nicely. makes the world of difference to readability.
Righto, done!
https://processing.org/reference/Array.html
https://processing.org/reference/arrayaccess.html
https://forum.Processing.org/two/discussion/8082/from-several-variables-to-arrays
Hello all, the problem is solved with a help from a pro with a bit of tutorial for arrays.... below is the final code :) Thank you