Game Development Community

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:

%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

#1
08/05/2007 (8:37 pm)
There are 2 resources on this:

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.
#2
08/06/2007 (6:01 am)
Thank you, Adam!