Talk:TGB/Behaviors/Spawn Area With Random Velocity
From TDN
I created this when I was trying to combine the Spawn Area behavior with the Random Velocity behavior. The issue was that the onAddToScene callback was used to set the random velocity, but the onAddToScene callback is only available to the Spawn Area and not the spawned objects. So I combined the code and put the random velocity code in the onSpawn method. Tinjaw July 26, 2007



