- Game Maker Community
- → Viewing Profile: Posts: _191717
_191717
Member Since 05 Mar 2011Offline Last Active Apr 24 2012 02:55 AM
Community Stats
- Group New Member
- Active Posts 60
- Profile Views 7047
- Member Title GMC Member
- Age 16 years old
- Birthday November 17, 1996
-
Gender
Male
-
Location
Philippines
-
Interests
Game Maker, Ultimate 3D, Blender
-
Version
GM8
0
none
Latest Visitors
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)
Btw, who is amd24?
Maybe you should create an example in 640x480 and uses multiple objects.
(You forgot to destroy circle models)
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!
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 */;
};
//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?
- Game Maker Community
- → Viewing Profile: Posts: _191717
- Privacy Policy
- GMC Rules and Forum Rules ·



Find content