-
problem about spawning a bullet to Player
by jonmulcahy ·spawn actor "Bullet". -
problem about spawning a bullet to Player
by btiger ·How to make an actor spawn a bullet move to another actor, and if the second actor move away, the bullet will still move to that direction and go beyond the screen boundary? -
How to make actors display at random in a certain area?
by MarkOnTheIron ·Then let's start only on the random thing: I'd like to have 3 actors spawn randomly from the 10 doors, let's say one every 10 seconds but only once (the intervals of time can be set up with a timer ru -
rule for player not dying after spawning right away by enemies
by Zachhoard ·rule in timer, put timer to 3 seconds, add spawn actor, and for the actor that gets spawned put player -
Spawn Actors in Corners of My Game
by JoshKahane ·In my game I would like an actor to spawn in each corner of my 3000x3000 pixel big map every 1-3 seconds (random timer would be great but Im happy with a set time if its to complex (which Im sure it c -
How to make actors display at random in a certain area?
by MarkOnTheIron ·About random spawn, what if I have 10 doors and 3 actors and I want actor 1 to spawn from one of the doors, then after a while actor 2 spawn from one of the other 9 remaining doors and then actor 3 sp -
How to make actors display at random in a certain area?
by Zachhoard ·OK, In my game theres an airplane that shoots smiley faces. Over time, in scene 1, different kinds of smiley faces are introduced. Once all the smiley faces are introduced there will be a boss, afte -
Restart Game with all actors respawn
by CodeMonkey ·Do you use the reset game or the reset scene behavior? if you use the reset scene behavior, are you using game attributes to control when things spawn? -
V is for Vortex!
by butterbean ·Yes great job Mulcahy! Very unique idea! I tried sketching out a few things last night just to see how it would transfer, and I'm thinking of doing a platformer possibly when I'm done with my other 2 -
Expression abbreviation meanings and uses...
by mercypark ·In the expression editor I have created a rule that will spawn a random set of objects that I have created. Here lies the problem... I have created 16 objects, created an OBJECT attribute, and a rule -
Touch and destroy actor
by Weswog ·What I meant by slowing the spawning like slowing the spawn rate. -
How Can I add a Level Retry and Next Level Function?
by JoshKahane ·Ok so I have found that the game over actor equivalent i made doesn't spawn on the top layer of all the actors, how come? I get the blue blocks and bits in front of it. -
Touch and destroy actor
by Weswog ·New problem. I played around with it then when I previewed it after about 10 seconds or so the spawn actor stops spawning, then sometimes it spawns only when i destroy another actor its spawning -
Touch only ONE.
by TheT ·If you spawn them, make the actor spawn behind the spawning actor or back of layer ? (there is a setting for this in the spawn tag) -
shoot left when facing left, shoot right when facing right - HELP!
by TheT ·Just make a variable and give it the 0 or 180 accordingly when you spawn the bullet. The bullet just needs a basic move behavior. -
Touch and destroy actor
by Weswog ·I have a different actor that spawns this certain actor that I want to destroy when I touch it.But in my situation when I destroy one actor it stops spawning this certain actor that I want to continuo -
shoot left when facing left, shoot right when facing right - HELP!
by TheT ·I think there are already some posts delaing with this, but to make it quick: Create an attribute in the actor which switches if "key right" and switch to another state "if -
How Can I make an Actor Spawn in the same Position as Where it Started?
by Manko ·Set a timer for 3 seconds and then add the spawn actor rule. Just make sure to set the timer to "after" instead of "every". -
How Can I make an Actor Spawn in the same Position as Where it Started?
by JoshKahane ·I am really having trouble understanding the spawn actor stuff and its frustrating as I know this should be easy (or one of the easier aspects). -
Spawning from an unexpected point
by DjangoZ ·I set an actor (let's say an igloo) to spawn another actor (say a penguin) when receiving a mouse click.