I read somewhere else that when you make a screensaver, you should include a text document that the .scr will check constantly when running to see if the screensaver is running, to avoid running the screensaver again and again when the PC's delay time has elapsed, e.g. if the PC is set to activate the screensaver when the PC is idle for 30 minutes, then a screensaver made in DB will run every 30 minutes, even if it's already running. how would I go about making the program check if the screensaver is running, to avoid running out of memory? Is it something to do with the "execute file" command, e.g.
open to read 1,"saver.txt"
read string 1,a$
close file 1
if a$="no" then execute file [screensaver]
...etc.
i have never fully understood the "execute file" command, even though i have the book and read the help in DB itself.
"Fight the good fight of faith,
Lay hold on eternal life"
-1 Timothy 6:12