-
Help with difficult move actor
by agueis ·I explain, This hero is a spawn actor, when he appears i want that he start to move when the key right is down or the key right is up, but i only want that he move this way only when he appears, later -
December 2013 Game of the Month Submission Thread
by sandman12 ·-Unique Black and White art style -
Shooting an Enemy (help)
by DillonV ·(Quote) -
Weapon Selection help please?
by tatiang ·In the turret/gun actor, have a rule that says When attribute game.weaponChoice=2 ... Change whatever attributes you want to be affected, such as rotate speed, spawn rate, etc. Do the same thing in t -
December 2013 Game of the Month Submission Thread
by hybrid ·-32 unique and challenging levels -
Shooting an Enemy (help)
by allc1865 ·Here we go. They're not spawned or anything, but when you hit the enemy and them touch player, the bullet will spawn, which is what you wanted, right? I'll try and work on them spawning if you still n -
December 2013 Game of the Month Submission Thread
by thomasrichardgames ·Giant mushrooms, magic strawberries and unique monsters are just some of the fantastic things you will see during this impossible adventure. -
Endless scrolling background
by jamie_c ·If so just move it across the screen and once it reaches the far edge, have the image spawn a new copy of itself and move it across the screen in a continuous loop. You'll also want to destroy the cop -
Is there a good market for trivia apps?
by TheGabfather ·Only if the concept is new/unique. The last one we released only has 5.1k downloads and it's already on its 3rd and a half month (with minimal local social media advertising). -
Shooting an Enemy (help)
by JScott ·I'd start with a When touched is pressed on your shooting actor-spawn actor (your bullet). -
Shooting an Enemy (help)
by DillonV ·In the game, different colored enemies spawn in the scene (for example, the green actor has to shoot the green enemy, blue actor shoots blue enemy, ect.). This is where i'm having trouble though...I -
Gravity on an actor
by DillonV ·(Quote) -
Gravity on an actor
by tatiang ·Oh, I thought you already had that. Yes, of course. Accelerate [direction: random(70,100)] or whatever values you prefer. Set the relative drop-down menu to Scene. You can spawn them in a random d -
problem with change image
by Socks ·Rule for actor 1: When touched - destroy + spawn actor 2. -
Weapon Selection help please?
by ZeroRaven ·spawn selected actor. -
Spawn Random Obstacles in Endless Runner
by tahakitan ·becareful on how much you spawn at once. if you spawn to much it can lag. I spawned my sequence in chuncks every .01 seconds. it reduces the lag if your png are large files. -
Weapon Selection help please?
by tatiang ·There are two issues here and I think we should deal with them separately: (1) How to choose a weapon and have the correct bullet be spawned and (2) How to have a bullet move in the direction your cha -
Spawn Random Obstacles in Endless Runner
by jamie_c ·After you get done with one cycle, you can have the last platform in that cycle spawn the first platform of the new cycle and so on... -
Weapon Selection help please?
by allc1865 ·I'm using a joystick and the way I have it is that when you go to shoot, you can shoot 360 degrees, not just one straight path. I'm also using the Spawn actor to spawn my bullet. -
Spawn Random Obstacles in Endless Runner
by app_sauce ·@ jamie_c, yea I get what your saying. But, I want to spawn and run several actors in a sequence that I have created not random. For example, a 1000 wide area with 6 floating platforms over top of wa