Jump to content


keith007

Member Since 24 Oct 2010
Offline Last Active May 13 2013 01:26 AM

Topics I've Started

What Is The Gml Equivalent To The D&D "Bounce"?

10 May 2013 - 07:26 PM

What is the GML equivalent to the drag and drop "Bounce" ??

 


Is My If Statement Incorrect?

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)
}
 


Is There A Way To Measure The Mouse Speed?

10 May 2013 - 02:12 PM

Im trying to figure out a way to pick up objects and throw them....


Speed And Direction Question. (Gml Prefered)

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 :)


What Is Currently The Best Database Extension?

25 April 2013 - 11:18 PM

Hello, 

What is currently the best way to save data into an online database?

 

Thanks