-
SUGGESTION / FEATURE: It would be great if an actor could make Particles BEHIND the actor.
by RossmanBrothersGames ·(Quote) -
SUGGESTION / FEATURE: It would be great if an actor could make Particles BEHIND the actor.
by rainwaterstudios ·Create a new actor positioned under the actor you want the particles to spawn from; constrain the X and Y values of the new actor to the actor on top of it, and then spawn the particles from the botto -
particle emitter relative to movement?
by Adrenaline ·I'm spawning particles to make a trail behind a circular actor. The actor is 20x20. With the goal of making it look like the particles are spawning behind the actor, I'd like to use the offset so they -
Death counter
by quinn221 ·I am working on a game right now and every level will have a certain number of enemies you need to kill inorder to move to the next level. What would be the most efficient way to do this...every leve -
BUG: "Overlap" is not detected in some cases [FIXED: works if actor is marked as MOVEABLE]
by Hymloe ·BUG: "Overlap or Collide" is not detected if you spawn an actor within the same space as another? -
SUGGESTION / FEATURE: It would be great if an actor could make Particles BEHIND the actor.
by Socks ·"Currently, my skid marks spawn on top of the car, and I'll need to make another actor that follows along with the car everywhere if I want it to leave skidmarks in the right order" -
SUGGESTION / FEATURE: It would be great if an actor could make Particles BEHIND the actor.
by Hymloe ·Currently, using the Particles behaviour, it will spawn particles in front of the actor. Great. -
I Made Something Cool in a Few Hours!
by Icebox ·This is great. You always have a unique style , Love it ! (Image) -
I'm new, please help me for a script, I need help !
-
I'm new, please help me for a script, I need help !
by Socks ·Move to / Spawn: -
[Solved] problem with spawn actor__ need help
by Shinez ·okey i solved the problem. it was simple : I had just set better behavior of spawn's rule. sorry for the inconvenience (Image) -
[Solved] problem with spawn actor__ need help
by Shinez ·Hello everyone. i've created a spawn point: every 5 seconds this point spawn a object that moves along the ' x axis . But all the objects generated ( i dont know why ) follow path rotated than the ori -
How do I change my portal spawn location each level?
by tatiang ·I'm not sure how helpful I can be since I'm not familiar with that tutorial but you pretty much have two options for changing the spawn position each time: -
How do I change my portal spawn location each level?
by jasonrmohanlall ·I followed the first game salad tutorial for beginners and created my "Change Level Portal" and it spawns when I collect the 3 gems. But how do I change the spawn point for the porta -
Shooting out tongue with touch of button
by Toque ·Its ok but could be better. Its a combination of an animations, changing images and spawning of a "hit box" that detects for a collision. -
Sending and Receiving data using your own SQL Server - PHP file and TestProject included
by chaosmasterro ·(Quote) -
Spawn Actor at specific point
by LemonKicks ·I have been working on this for a while but can't seem to figure it out. I have added some pictures for your reference. The first picture is a machine with the top part moving at random speed, includi -
Question about respawning
by tatiang ·Move the enemy off-scene and move it back into place when needed. Or destroy the enemy and re-spawn it later when needed. -
Trouble mouse click on actor.
by AidaRuzana ·So I've created a Rule that if mouse click on this actor, it will spawn another an actor. -
Actors in order
by Toque ·When top button is pressed spawn the second button under it. You might need a timer in the second button so it isn't triggered right away.