Jump to content


_191717

Member Since 05 Mar 2011
Offline Last Active Apr 24 2012 02:55 AM

Posts I've Made

In Topic: Project K

20 November 2011 - 10:14 AM

thanks for sharing, i need 3d triangle collision scripts.. :)

In Topic: Distortion Wave & Ambient Occlusion (baked)

17 October 2011 - 07:36 AM

hey this is a great 3d eye-candy!
Maybe you should create an example in 640x480 and uses multiple objects.
(You forgot to destroy circle models) :P
Btw, who is amd24?

In Topic: 3d Particle System Dll. And It's Pretty Darn Fast!

09 October 2011 - 10:41 AM

hey, this is an awesome DLL! Now i can create lots of trees without lag! :D
Thanks!

In Topic: Limit Player Movement To An Elipse

08 October 2011 - 11:08 AM

try this:
//STEP EVENT
var r1,r2;
r1 = 256
r2 = 176
if (collision_ellipse(xstart-(r1/2),ystart-(r2/2),xstart+(r1/2),ystart+(r2/2),object_index,1,0))
{
/* do this */;
};

In Topic: Limit Player Movement To An Elipse

08 October 2011 - 10:34 AM

point_distance?