Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
keith007 hasn't added any friends yet.
10 May 2013 - 07:26 PM
What is the GML equivalent to the drag and drop "Bounce" ??
10 May 2013 - 03:21 PM
if (hand=1) { direction=point_direction(x,y,mouse_x,mouse_y) speed=point_distance(x,y,mouse_x,mouse_y) }
10 May 2013 - 02:12 PM
Im trying to figure out a way to pick up objects and throw them....
30 April 2013 - 12:56 AM
is there any way to store the speed and direction an object is moving when the mouse is clicked anywhere on the screen?
(I have another way to solve my problem but I want to learn new ideas)
Thanks
25 April 2013 - 11:18 PM
Hello,
What is currently the best way to save data into an online database?