inherit
60633
0
Nov 24, 2024 22:41:24 GMT -8
Joilet
Lightning does strike the same place twice or more be careful
2,809
October 2005
joilet
|
Post by Joilet on Apr 30, 2012 20:13:49 GMT -8
N. USA = North United States of America & = and My name is Jason & I am from N. USA & I live in N. USA & I was born in N. USA Here is Game Maker Language (GML) version: if (place_meeting(x+arctan(14),y,object)) { vspeed = 0; }
^ So what is the C++ of ^ ( if (place_meeting(x+arctan(14),y,object)) { vspeed = 0; }
) please, thank you ; ) : )
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on May 7, 2012 14:51:56 GMT -8
assuming place_meeting is a function that returns a boolean or integer
if (place_meeting(x+atan(14), y, object)) { vspeed = 0; }
the arctan lookup should be in radians though, not degrees.
|
|
inherit
60633
0
Nov 24, 2024 22:41:24 GMT -8
Joilet
Lightning does strike the same place twice or more be careful
2,809
October 2005
joilet
|
Post by Joilet on May 7, 2012 15:17:14 GMT -8
Thank%C2%B0You
|
|