-
How to do teleporting actor with these specific actions?
by Tonyu ·spawn actor bullet -
Spawning Actor in same spot Destroy Most Recent
by app_sauce ·I am almost finished with a game and am having one problem with my spawner. The spawner spawns bad guys randomly to 21 different locations. The bad guys dont move at all, so as the game keeps going -
How to do teleporting actor with these specific actions?
by Socks ·Make a beam-in animation, apply it to an actor - spawn that actor on the scene and then have that actor spawn the enemy once it's completed its animated beam-in sequence. -
loading wheel possible?
by Lovejoy ·If what you want is a full size image then spawn a full size image with the words loading right before scene changes to make it appear as loading. -
How the cannon will shoot a cannon ball towards Hero
by Simple Apps ·Hi every one I am making a small game in which the Actor(Hero) will be moving left and right , and there will be a cannon which should spawn cannon fire balls towards actor(Hero) -
Using "Search Table" to find nearby spawns of the same actor
by jasonnowak ·I have a scenario where I'd like to find other nearby spawns of the same actor in realtime. I have all their attributes (unique char id, live x y, hp, etc) in tables but can't figure out how to use th -
How can you make it so that when your character dies, the score is presented to you at the end?
by Marchief ·I found it better to spawn a new actor to this on death then you can add the text and style the actor how you want and re-use it on all your scenes. Presuming your score is held in a table. -
Help! Bullets won't disappear after hitting enemy
by Tonyu ·1) If I set the spawn enemy death animation actor to "place in front of layer", both enemy and bullet disappear but the death animation appears above my other layers which I don't wa -
Can't keep any data in Table!
by Hideki Matsui ·So, I made the table which contains data for setting up the course. When the game beginning, the set-up-stage-actor will load the data and spawn actors on the scene. That's my plan. -
Any way to constrain actors together without creating global Game Attributes?
by jeezzcake ·Have you tried to spawn another actor(relative to enemy position) inside the enemy actor, that has the same speed and rotation of the enemy? -
Any way to constrain actors together without creating global Game Attributes?
by Walkingkoan ·I'm making a game where I have waves of enemy actors being spawned and I would need a way to constrain actors (position and rotation) with the spawned actors. -
How to increase spawn rate for every X killed enemies?
by Tonyu ·Hi again, new guy here. I wanted to make enemies spawn every 1 second and their spawn rate increases every 10 enemies killed until it's impossible for the player to kill the sheer amount of enemies sp -
I need help with a enemy spawner.
by Chris91027 ·the wall but im having troubles with the spikes spawning in, everytime i try my code to spawn in the spikes they eventually spawn at the same time -
(If Space key is up, Spawn actor) spawning an actor before the first time Space key is pressed.
by Walkingkoan ·I've set an actor to spawn another one when the space key is up (released) but as soon as the scene loads it immediately spawns the actor before the space key is even pressed for the first time. I kno -
How do i spawn an enemy actor on a infinite jumper type game?
by Chris91027 ·Im wrapping Y, I want the enemies to spawn at different times because right now they're spawning at the same time -
How do i make my spawner increase speed when playing the game longer?
by Socks ·You can also just increment the value of a timer, then destroy and respawn the spawner, like this . . . -
How do i spawn an enemy actor on a infinite jumper type game?
by Chris91027 ·I want actors to spawn on the left and right side of my screen, at different times so when i press the screen i can dodge the spikes (thats the aim of the game) i have tried many ways but eventually t -
How do i spawn an enemy actor on a infinite jumper type game?
by jisok ·Create different Spawn actors for each area. -
How can I reduce loading duration?
by JaeKhan ·and there are two actors that spawns actor continuously .. -
How can I reduce loading duration?
by RabidParrot ·How many actors do you have in the scene? What iPhone are you using? Try having actors spawn after the scene starts.