-
Scaling an actor with touch
by dekisimke ·Indeed, but I want that visual effect to be there so that the player understands why the box isn't spawning when he/she's tapping the screen. They need to understand that they need to match the &q -
Scaling an actor with touch
by Armelline ·There shouldn't be any need to spawn Box Mask 2 at all. You can prevent a tap being enough in a few ways, perhaps the simplest would be to only accept the "swipe" if the magnitude fr -
Scaling an actor with touch
by dekisimke ·Right now, when i touch anywhere, a "Box Mask" will spawn. This mask is rotating to the angle of the touch. When released, a new actor "Box" will be spawned with th -
spawn random actor every random time
by ronre ·in the spawn actor i didn't find solution... am i wrong? how to do that? -
platform spawning problem.
by njvdberge@gmail.com ·hey there im creating an endless runner, the game gets platforms spawned which fly in from the right of the screen. -
Timers are for chumps - GS optimization tips
by Happy Family Games ·As far as random actors spawning multiple iterations, it seems this method doesn't work properly. I had set it up so that an actor would spawn between every 20 and 30 seconds. Multiple actors of the s -
alternative to every 0 seconds timer?
by Socks ·Not sure what that sentence means ? A timer is not memory heavy, it doesn't use up any more memory than any other rule or behaviour (except for perhaps Spawn Actor which could add to the memory load). -
Spawn Actor Problem
by EpicoreGames ·@tatiang i still don't get what you mean by "second Spawn Actor" behavior . Could you please explain it a bit ? -
Is it worth making a simple multiplayer game?
by tatiang ·In terms of selling your apps, obviously the more advanced/unique it is, the better. If you haven't built a multiplayer game yet, you'll find it's a lot of work even for something simple. But if you -
Spawn Actor Problem
by tatiang ·You'll need to figure out where you have a second Spawn Actor behavior. If you don't know, then start by deleting actors from the scene one by one until you fix it. The last actor to be removed is t -
how do i do that 'emit rings where touched' animation?
by AJaymz ·-Spawn (the ring actor) at Device.Mouse.Position.X and Device.Mouse.Position.Y. and relative to scene. -
Spawn Actor Problem
by EpicoreGames ·I have set a spawn actor code with a timer in my actor which is like this : -
how to spawn in the x axis
by tatiang ·If your scene is 320 pixels high, then you could set the Y position in the Spawn Actor behavior to 320 (or 320 minus half the height of the actor you want to spawn if you don't want the actor to get c -
how to spawn in the x axis
by adri chan ·ok i want the actor to spawn only at the top of the screen in the x axis only -
how to spawn in the x axis
by tatiang ·Your answer didn't really clear things up so... -
Actor spawns off screen
by njvdberge@gmail.com ·I'm creating a infinite runner with spawning platforms to the right. -
how to spawn in the x axis
by adri chan ·ok so i want the chimichanga to spawn everytime it hits the ground on top of the screen at random heres the pic for a better idea thank you c: -
how to spawn in the x axis
by tatiang ·Do you want the object/actor to move back to the top of the screen or do you need it to spawn a different actor? -
how to spawn in the x axis
by adri chan ·im trying to make an object spawn everytime it hits the ground, but everytime i try it spawns all over the screen I just want it to go randomly to left and right from the top of the screen. -
Water
by AwesomelyB ·Spawn Actor "Water" at -> ^ [-(wherever you want the water to be)]