Screen Saver

Blitz3D Forums/Blitz3D Programming/Screen Saver

hi, I have a .scr file ready to be a screen saver but i can't find which file i'm supposed to put it in to use it.

Right click it and press Install.

I generally wouldn't bother writing screensavers in Blitz3D.

When your screensaver loses focus - for instance, when AVG auto update starts - your screensaver will crash.

GfK is right, there are a few tricky things with screensaver made with B3D, eg: the systems dialog for password and settings, you may need an external DLL to do that.

If you really want to make a screensaver, this was discussed several times here. Use the search function to get the bits.

BTW. GfK probably it would be a nice niche product to mod the Blitz3D SDK in order to make it a 3D screensaver tool.

You can easily call the windows API bits to set windows into the right screensaver running 'state'.

I have written and sold many 3d screen savers, none of which crash.

If using BlitzMax look in the code archives there is an awesome screen saver template.

Lastly I don't see why the Blitz3d SDK needs changing to accomodate screen savers.

thnx everyone

Yes, Boiled Sweets, but AFAIK your screensavers use a VB app layer that wraps the blitz3D app, no?