-
How Does A Endless Runner Work?
by bjandthekatz ·Could You Do A Spawn Actor At Random Height (Ex. 50-190) Every x Amount Of Seconds, Make It Move To The Left, Then When It Overlaps With The End Destroy it? -
How do I add instance specific behaviors to spawned actors? Newbie question :)
by gyroscope ·Hi @flurospeedo, you can't use the Spawn behaviour to spawn instances, only copies of Prototypes. So if you've actors with the same image but slightly different behaviours, your only way is to make di -
How do I spawn actors off screen? Newbie question :)
by gyroscope ·@flurospeedo , Hi, firstly, you can't create instances via the Spawn behaviour, only copies of Prototypes. -
How do I spawn actors off screen? Newbie question :)
by flurospeedo ·Hi, I would like to spawn instances of certain actors off screen (to the right of the screen) so that I may then move them onto the screen creating a scrolling effect. However when I try to input an x -
How do I add instance specific behaviors to spawned actors? Newbie question :)
by flurospeedo ·Hi, when I spawn several different instances of the same actor during a game, how do I add behaviors to each instance that are different from the prototype actor (and each other)? I realize I could ju -
Destroying other actors
by RP ·Are these enemies on stage when the game/level starts or do they spawn? -
How do you get a spawned actor to move towards another actor?
by guestwho ·I have a missile that I want to spawn every 3 seconds that flies toward another actor. But there's no option that lets me input the actor's x,y location.(I'm using accelerate toward behavior) I unders -
What is the correct syntax for a random function with decimal?
by patapple ·as the title says, what is the correct syntax for a random function with decimal? If I put a spawn behavior in a timer with "random(0.5,2)" it spawns a lot of actor without respectin -
help needed! - Positioning/Respawning Actor
by sarah.schippke ·a wall that destroys you, i wanted the actor to spawn where it was at the beginning of the scene and for the actor to lose one life. Any help would be appreciated and the sooner the better as this is -
Spawning actors?
by carlblanchet ·Don't destroy and spawn the character, simply use the behaviour change attribute and change its x and y position to the desired spot when overlaps or collides with the enemy and also do -1 to the life -
Spawning actors?
by sarah.schippke ·Hi, i just wanted to find out how exactly you code the re-spawning of an actor at a specific point on the scene (where it is at the beginning of the scene - its starting point). So basically after the -
[FREE] [GAME] Basketball Free Throws v1.1
by BackDoorWeb ·This game is designed to give you total freedom of creating your own style and gives you the opportunity to be unique. The system for analyzing your shot quality is highly intelligent, so make an effo -
collision glitch - now a non pro discussion
by Riffel ·ops, I inverted the titles! the cannon spawn missile actors -
changing a layer
by digitalzero ·i was wondering if there is any trigger in game salad that will allow you to change the actors layer to "in front" (something like you are able to do with the spawn because i have a -
Health Bar and Actor
by tatiang ·Well, the process is the same but you have to constrain the health bar to a position above the enemy. If you have more than a few enemies, have the enemy spawn its own health bar and then use a table -
GS Marketplace submission rejected due to apparent copyright in name and art style!!!!
by LiquidGameworks ·up the colors. Its not like the game had super unique art. Templates shouldn't normally include art which pose copyright risks. This is why Utopian generic muscle guy works, but a mario duplicate doe -
Can i change an actor density in game?
by williamt2706 ·I've think to do it that way before, I just wandering if i could change the density in the game, if it could then i don't need to spawn a new actor again. But looks like i've got to do it that way . . -
Loading time too long & stuck in the game!
by famekrafts ·Try to avoid spawn and destroy. See that all images have preload disabled. Use tables if you can. Make your total characters half. Just too many there. Always keep visiting the community to see the la -
How to constrain cannon angle to the player angle, so it rotates to shoot the player.
by famekrafts ·I am not spawning it. Using constrain attributes. That's the problem or else with spawn it was easy. Currently what seems to be working is self rotation of lightning actor to vector angle (player.x,pl -
Can i change an actor density in game?
by SlickZero ·Only thing i can think of is to spawn/recycle another duplicate actor but, have it with those density changes you would like, and have it swap out with the original actor once whatever action happens