first of all - I'm new to this so apologies if the answer lives elsewhere. I think I could probably use a video file somehow but wanted to play with looping and background. So - if I have more than one "new" background and they are numbered sequentially, Scratch appends a digit (background1, background2 etc). I was looking to see if I could in a script increment the trailing digit or append a variable to "background" that i would then increment??
Offline
when gf clicked set [i v] to (0) forever switch to background <join [background] (i)> change [i v] by (1)The above should work.
Offline
found it - "next background"
Offline