Hi guys, I have one sprite that has a bullet behavior, and 2 another sprites with no behavior, its in these sprites where the bullet sprite must spawn, but the 'choosen' spawner sprite must be random. I dont know how to do that in the C2.
Could someone give a help?
In pseudo language, it would be something like this.
Every random (1, 2) seconds do{
Choose randomly 'Sprite A' or 'Sprite B';
Spawn 'Bullet Sprite' in the sprite choosen;
}[/code:74sa5fp8] w.dropbox.com/s/dptx0tup1mek1qc/spawn2places.capx