-
Spawn actors anywhere on the screen except where one actor is at. HOW?
by ORBZ ·@Zoyt gave you a working answer. Put an invisible TEST actor down to see if there is a collision, if not go ahead and spawn your real actor in that location, if there is a collision check a new locat -
Fill a CrystalBall with coin collected HELP
by Cabaco ·spawn actor coin. -
Spawn actors anywhere on the screen except where one actor is at. HOW?
by Zoyt ·> When an actor is trying to spawn somewhere, place an invisible test actor the same shape in that place that will return weather it collides with and object. -
Spawn actors anywhere on the screen except where one actor is at. HOW?
by Cabaco ·I have a game where you control a ball with your finger by dragging, then every 1.5 seconds another actor is spawned randomly on the screen, I want to make it so that it doesn't spawn on top of the ac -
double jump issue Help
by kajuto ·-spawn actor (for particles effects) -
Counting Table Item Usage
by lukejr ·random orders and picking each, will be unique each 1/4 of the time. -
Bullet Help!
by BarrytheBrave ·Each bullet (or any actor) will internally keep track of a self.time attribute that starts as soon as it it is created and counts up until it is destroyed. If you are using spawn to create the bullets -
Help with a spawning button
by BarrytheBrave ·What I would do is not make the button itself spawn any actors. Make a game boolean attribute called "spawnWarrior", which is initially un-ticked (false). Now in the button (on the n -
Help with a spawning button
by sparx13 ·so is there a way I can spawn an actor from a button on a non-scrollable layer to a layer that is scrollable. -
Jumpy animation
by ironDan ·Since you're using a Global attribute for health it would need to be reset back to max health before you spawn the next actor of the same kind or that actor will spawn with no health. In this situatio -
Help with a spawning button
by ironDan ·exist. Think about it?...if you are trying to spawn the actor at position 880,80 then your camera would need to have position 880,80 within its camera view field otherwise the actor is already at tha -
*** Galaxy Basketball First Trailer and Screenshots! ***
by Cabaco ·Click the screen to spawn a galactic force that will launch the balls through space! Try to master that power and get the ball into the black hole! -
how bad is spawn actors for performance
by rhinokey ·my scene right now is 2048 and my play surface is in the middle, that gives 512 of space on either side, the platforms and such spawn in on the right 512, and moves left into the scene, when it le -
Jumpy animation
by GuaveMedia ·If you don't use spawn very often it is okay. I would definitely change the attribute. -
Spawning actor
by SANDEEP410 ·1st is how can i make actor spawn in fixed random cordinates. -
Jumpy animation
by sparx13 ·Ok thanks for the reply. The life attribute is in game, do I need to change it to the actor. If I don't use spawn what else would I use? -
how bad is spawn actors for performance
by rhinokey ·the only one that starts in my seen is "left", when the game start it moves left a bit, when it gets to a certain spot it spawns the middle piece following it, when this piece gets t -
Lets Take Over The Universe (LTOTU) Development Thread
by 3itg ·12 Unique Ships (more Coming) -
How to get actors to spawn when touch is realeased from another actor?
by schwarzA ·When I bring the block into the scene, it will be considered touched and the arrows are not spawned. -
Particles on touch (destroy)
by cnmeyer1980 ·I will do as you suggest above too and spawn animation.