Spawning an explosion
by Bryce · in Technical Issues · 08/05/2007 (5:31 pm) · 2 replies
Hello, GG
I know that I can manually spawn a projectile or other object with code like this:
Can I do the same thing, but with an explosion? If so, what fields need to be set to get it to enter the world properly?
Help is appreciated,
BrYcE
I know that I can manually spawn a projectile or other object with code like this:
%object = new projectile() {
datablock = crossbowProjectile;
// etc etc
} Can I do the same thing, but with an explosion? If so, what fields need to be set to get it to enter the world properly?
Help is appreciated,
BrYcE
Torque Owner Adam Beer
Ignition Games Inc.
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=8135
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=12178
Hope those help.