Posts: 5,683
Threads: 413
Joined: Aug 2012
Reputation:
0
This would allow touching Terrain to trigger Collided events. Currently, if, say, a rocket hits terrain, it won't explode, it'll just travel along it.
Posts: 570
Threads: 44
Joined: Jul 2011
07-08-2011, 05:59 PM
(This post was last modified: 07-08-2011, 06:00 PM by mrchickenpop.)
(07-08-2011, 04:55 PM)Qwertygiy Wrote: This would allow touching Terrain to trigger Collided events. Currently, if, say, a rocket hits terrain, it won't explode, it'll just travel along it.
You mean like if you make a huge wall and try to shoot at it, the rocket won't explode and dissapear? You mean a version of that into a terrain?
Posts: 5,683
Threads: 413
Joined: Aug 2012
Reputation:
0
07-08-2011, 06:01 PM
(This post was last modified: 07-08-2011, 06:01 PM by Whyrrak.)
What I mean is, take a Rocket. Shoot it at the Ground before you mess with terrain at all. It should explode. Make it into terrain. It won't explode.
Example: My game "Games" which has some other bugs at the moment too.
What I want is to make it so that it CAN touch it and trigger the explosion.
Posts: 2,843
Threads: 382
Joined: Jul 2012
Reputation:
0
Use the TerrainCollided event in addition to Collided.
I already fixed the rockets in the catalog.
Posts: 1,926
Threads: 133
Joined: Apr 2011
Reputation:
0
"Use the TerrainCollided event in addition to Collided.
I already fixed the rockets in the catalog."
Yes!