Jump to content


ZDM

Member Since 28 Jan 2004
Offline Last Active Sep 19 2010 12:51 AM

Topics I've Started

How To Select Units In An Rts

22 December 2008 - 02:55 AM

I cannot find a way to select units in the selection box I make.  I tried to use collision_rectangle with x1,x2,y1,y2 being the corners of the box but that requires an object, so I'm stuck.  What should I be doing?

How Do You Do The

16 January 2008 - 06:27 AM

How do you do the random chance action in GML?

I looked at the manual but all I found was random(x) which is used to generate random integers.

Avoiding Collisions

16 January 2008 - 05:14 AM

How would you go about making an AI avoid collisions (As in it walks around crates, etc) while walking towards a point?

How To Make An Enemy Patrol Its

16 January 2008 - 01:12 AM

I want my enemy to patrol its surroundings in realtime, as in don't use paths, actually look around the area for a little bit then go back to it's starting position.

I don't need a whole chunk of completely working code, just a basis for it because I wouldn't know how to go about starting this.

How To Make An Object...

16 January 2008 - 12:27 AM

How do you make an object (---A---) change the variable for the nearest instance of another object (---B---), without it changing the variable for every instance of object (---B---), just the nearest one.