Posts: 19
Threads: 4
Joined: Jan 2014
Reputation:
0
And just 1 question when i drop bomb i cant see the bomb i just see explosion on ground but i would like to see bomb and when hit the ground then explode ... could you just tell me that ?
Posts: 354
Threads: 34
Joined: Feb 2013
Reputation:
0
Dude... If you have a nice knowledge about mathematical manipulations and scripting, I would say: search for a object whose structure is like a bomb, then get latest position of the plane, then create a object there, then every fraction of a second, it will be getting down until it doesn't reach the ground. If you dont know how to make it lose height, then you will have to just add "Z - 5" to the coordinates or something less or greater than five (Depends on your need)... That will decrease the height of the object by - 5 (for example) when ever you call these operations in a call back (They can be called again and again by using timers).