exe2scr converter

Make your own screensavers with Game Maker and exe2scr converter. Please make sure your 'game' quits if you move the mouse.
How to make the 'game' quit if you move the mouse:
Make an object called 'obj_control'
-create event-
Code
mousex  = mouse_x;
mousey = mouse_y;

-step event-
Code
if not mouse_x = mousex {game_end()}
if not mouse_y = mousey {game_end()}

and place it in the first room (make only one room)
That's it.
Once you have created your *.scr-file you can install it: Right click and click 'Install'

If you need help, ask me
🙄

Tags: screensaver, creator

Download
Released 2011-03-31
Category Other
Rating 4.2 (by 16 users)
Downloads 221
Version 1
ID 169625
Slug exe2scr-converter