Games By This Creator
Favourite games
- Member has no favourite games.
Recently Played Games
Comments By This Member
about 1 year ago sonicthegamer commented on the game GML Tutorial 3: Drawing Example
I need to know a specific GML code that when you click on a spot the object will go there. i need to know ASAP for a game i am making!


Darth Krattus
said about 1 year ago
Global left mouse for object:
x = mouse_x;
y = mouse_y;