For variety I'm changing the texture of some tiled backgrounds, and tilemaps using the load image from url action by randomly choosing a file from the project files at runtime.
Thus far it works, at least in browsers for desktop, and mobile.
My question is does it work for all platforms? Android, Ios, apk, etc.
Basically my usage is something like load image from int(random(64))&"myimage.png"