- Game Maker Community
- → Viewing Profile: Posts: JakeX
JakeX
Member Since 15 Nov 2003Offline Last Active Mar 06 2012 07:40 PM
Community Stats
- Group New Member
- Active Posts 548
- Profile Views 3611
- Member Title GMC Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
-
Location
The White North
11
Doing something right!
Latest Visitors
Posts I've Made
In Topic: Project Scarlet
27 September 2011 - 12:26 AM
Updated with some bug fixes and a few gameplay tweaks. Thought I'd give this topic a little bump.
In Topic: Definition of instance_position
27 September 2011 - 12:18 AM
Basically, if there's an instance of obj whose bounding box contains the point at the given x and y values, it returns that instance's id. It's useful for some collision checking.
In Topic: Random Chances
27 September 2011 - 12:14 AM
random() returns any real value from 0 to just under 3.
So it could return, say, 1.34 or 2.56
What you want to do is use irandom_range(A,
, which returns an integer value from A to B, inclusive.
So irandom_range(1,3) would only ever return 1, 2, or 3.
So it could return, say, 1.34 or 2.56
What you want to do is use irandom_range(A,
So irandom_range(1,3) would only ever return 1, 2, or 3.
In Topic: Hard Hat IV
25 May 2011 - 02:14 PM
ohmygodohmygodohmygod new Hard Hat game.
*continued armflailing*
*continued armflailing*
In Topic: Crimson Tears ~ Online FPS Action
24 April 2011 - 09:14 PM
New update - this one's mostly just bug fixes. I want to add some new guns and modes soon, though.
Also going to start thinking of ways to add in custom maps, spectator mode, and some other things.
Oh, and stat tracking.
Also going to start thinking of ways to add in custom maps, spectator mode, and some other things.
Oh, and stat tracking.
- Game Maker Community
- → Viewing Profile: Posts: JakeX
- Privacy Policy
- GMC Rules and Forum Rules ·



Find content