move_to_mouse
/*
** Usage:
** move_to_mouse()
**
** Arguments:
** none
**
** Returns:
** nothing, but moves the calling instance
** to the position of the mouse
**
** GMLscripts.com
*/
{
x = mouse_x;
y = mouse_y;
}
** Usage:
** move_to_mouse()
**
** Arguments:
** none
**
** Returns:
** nothing, but moves the calling instance
** to the position of the mouse
**
** GMLscripts.com
*/
{
x = mouse_x;
y = mouse_y;
}
[Please Login]
Projects: 10
Contributor: bob
comments powered by Disqus

Related: