Screen saver with a logo

First post here.

I would like to make a screen saver with a small logo changing position every 1 second.

However, changing position, (x, y), of an image seems to be fixed at compile time.

without loading multiple images of the logo, is there a way of changing position at run time?

Thanks

You can use “pic x,y,picid”

//Timer Event//
randset 100,500
cls WHITE
pic rand,rand,0

Thank you so much iskpro.

I will give it a try.