-
Particles
by drentek ·Just wondering how I would go about using the particle behaviour to spawn particles then let them stop emitting particles but not abruptly destroy the previously spawned particles, instead let them fa -
How to spawn actors with no overlaping?
by dreamZ ·My question is how to spawn actors on my scene without overlapping them? -
Creating a beam of light. Is this possible?
by Photics ·I think it might be possible with GameSalad, but not easy. In BOT, I made a Laser as one of the 4 main weapons. During the game creation, I thought about having the laser bounce off of reflective surf -
Spawn Actors to specific positions
by dreamZ ·So do I have to set 9 different random spawn actors and each 1 of them have it's own specific position? is that right? : ) -
Spawn Actors to specific positions
by tenrdrmer ·In each spawn behavior you have to set the specific x and y position for the actor to span too. And make it relative to the scene and not the actor. -
★☆★☆★ Survival Cell for Mac - Biological attack on the Mac!!! ★☆★☆★
by Holderness_Media_Inc ·Your cell is unusually resilient, with the ability to spawn it's own antibiotic-like defense cells in several forms. As you progress through the tests, your cell can learn new defense mechanisms to su -
Spawn Actors to specific positions
by dreamZ ·Hi guys, I'm trying to spawn actors into 9 specific positions on my scene instead of random position.. How can i do that? -
Location = random + attribute
by drentek ·I am trying to set up a behaviour where an actor spawns to target location plus or minus 20. The location is where the touch has been presses. So I have it running something like this: -
Game music for sale!
by EIGHTHSIN ·If you are looking for game music, we are a pair of musicians that play guitar, bass and piano and use software to create digital music. We have a portfolio of tracks that we will upload soon for purc -
Creating a floor/wall?
by gunblaze ·How do i create a floor/wall so that my spawn actors coming from the top or moving from left to right gets its movement restricted to within the screen and will not leave the screen premises? -
Make an actor completely stop moving
by carlosacj36 ·i have trying everything, constraing to 0,0, velocity to 0, etc......., the only way is to destroy the actor and spawn new one not movable. -
How much is a concept worth ?
by SlickZero ·happen than there are people that come up with a unique concept. I think it should be a 50/50 split on that. Again, it has to be a good concept, from beginning to end, visuals and layout, and graphic -
Among The Galaxies - Mac Game!
by Placebo ·Among The Galaxies is a unique, fun space game where you must make as many points as you can. -
Help with spawning
by gunblaze ·But i wouldn't be able to do it your way because i want my actor 2 to come out from underneath my actor 2 spawn for now. -
Have some issues with this behavior
by v00d0 ·Anyone else can suggest me any opther way to do this?? I tried the one u saw up there the one suggested by ShineyGames and i tried to create 1 spawn and 9 actor with their own attribute, it work's but -
Help with spawning
by Octappus ·When I have done something similar, however, I use the actor itself to spawn another actor before the 'destroy actor' behaviour. This means you have one less actor to worry about and fewer attributes -
Help with spawning
by gunblaze ·Basically, I need help spawning actors after they are being destroyed by another actor on scene after they meet and when a button is pressed. -
Have some issues with this behavior
by v00d0 ·game but i've a little problem there: i want my spawner to spawn an actor in a specified location but after, it don't have to spawn anymore actor in the same location if the actor previously spawned -
Help Randomly Spawning Actors on screen...
by StuartY ·Set an integer attribute, e.g. "numbertospawn" up for your original actor. Make it equal to 6 or any other integer. -
Help Randomly Spawning Actors on screen...
by timbojill ·chooses a number between 1 and 5. Then if X = 1 spawn actor 1, if x = 2 spawn actor 2 and so forth. Can someone help me out.