Is it possible to have autoplay randomize background images for a page?
Thanks
Professional Software Development Tools
Is it possible to have autoplay randomize background images for a page?
Thanks
Here we go dude :
Place all your images in your Autoplay Images folder and list them in the "Imgs" table. Put this code in "On Preload".Code:Imgs ={"sunset.jpg","sky.png","kid.jpg"} Random = Math.Random(1, Table.Count(Imgs)); Image.Load("Wallpaper", "AutoPlay\\Images\\"..Imgs[Random]);