-
Randomly spawn actor between 1 and 5 seconds. I have no Idea!
by AndrewAustin ·@klickink I sort of understand... but not really. Elaborate on the spawn time variable please. -
Randomly spawn actor between 1 and 5 seconds. I have no Idea!
by klickink ·@ex0syphen Okay so the best way I have found to deal with something like that is to remove the spawn actors and create a spawner that spawns the spawner. Each lane should obviously be there own varia -
Randomly spawn actor between 1 and 5 seconds. I have no Idea!
by AndrewAustin ·Hi! So, I'm trying to make a game with cars driving down a road that you have to avoid. I would like 10 lanes of cars, but right now I'm just working with one. I would like the cars to spawn randomly -
Making Interpolated Actors Go Faster?
by RossmanBrothersGames ·Do the platforms move offscreen and then destroy and new ones spawn? -
Question about background image
by Socks ·How are your images placed into the scene, have you simply placed them into the scene, or do you spawn them, or use a change image behaviour . . . . (etc) ? -
Newly Spawned Actor Won't Register Held Keys
by 3DMA ·This should now work also without releasing the Spacebar when the torrets spawn. -
Newly Spawned Actor Won't Register Held Keys
by InfiniteRockets ·Hopefully someone can help me to resolve a pretty straightforward issue; I’m currently prototyping a vertical shooter where, for the most part, the player will be holding down the spacebar to fire pro -
Stop Spawing???
by drewshak ·(Quote) -
Table Row count question
by 3DMA ·Lines of Datas where the first column is a unique ID. The amount of received rows varies every time. So all i need to know now is how do i count the rows, that actually have an value greater then 0 i -
Public Bug Database (Updated 5/1/2014)
by RedRobo ·I have a spawn actor which randomly grabs words from an entire table of about 1000 words and displays them as display text actors. When it comes to displaying the words they are scrolling through load -
Help needed with destroying only one part of an actor
by AA app company ·I might be able to spawn the background infront if the Earth but the meteors will still collide with it -
Stop Spawing???
by jigglybean ·You will need an change attribute so when the points = 500, turn the spawner off. -
Stop Spawing???
by drewshak ·I am making a game where actors and spawning from the sky and falling down and for each actor caught the player gets 25 points. How do I make it so that after the player receives 500 points the spawn -
@12Tyrant - Targeting bullets to the mouse position
by 12Tyrant ·Hi, I have been having a lot of trouble figuring out how to use mouse position in order to shoot bullets. I have been working for hours on how to make it work. I have my actor facing my mouse and when -
Game crashes when actor spawn
by AfterBurnett ·I spawned all my bullets in Max Vector when I was starting out, found out that the game would crash, as they weren't being destroyed properly and built up in memory. My fix was to spawn less, dumb the -
Game crashes when actor spawn
by Kungvald ·hi. I only spawn new ones, how do you mean with recycling? if you mean to destroy them when they leave the sceene, then yeas I do that. but the thing is that i use 100 x 100 png file with size 68.8 kb -
How to do this effect in GS
by AfterBurnett ·I'm not sure if GS has a trail renderer but you could spawn (recycle) actors and quickly fade them out, possibly. -
Game crashes when actor spawn
by Kungvald ·I have a game where i want something like flappy bird to happen. After a few seconds i would like pipes to spawn and move towards my player. At the same time i have enemies that spawns and move toward -
Random Actors Probability
by gyroscope ·Spawn Actor 1 -
Random Actors Probability
by woodywoodster1 ·I have set up a timer and a change attribute with random (1,3) <-- as there are 3 actors I want to randomly spawn.