Priest of the Order of the Butterfly
Posts: 653 from 2003/2/24
From: Hungary
If this program is only about having random background images, then there are quite a number of alternatives out there.
Haven't checked if it works on 1.4.5 but there's filepick, you can give it a go. I used it back then to have random MUI backgrounds.
The trick is, the background image file path remains the same, you just replace it with another image. The user startup line that did the trick to me looked like:
copy > NIL: `c:filepick Drive:Backdrops/#?` Drive:targetfile.jpg
You stored the random backgounds in Backdrops, and set targetfile as your backdrop. It will be replaced with a random one at each startup.
Hope it helps.