Games By This Creator
Favourite games
- Member has no favourite games.
Recently Played Games
Comments By This Member
over 3 years 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!

VLN1025
said over 3 years ago
Global left mouse for object:
x = mouse_x;
y = mouse_y;