-
StarFire Game
by xacto ·- Enemy spawn formations tweaked. -
Figuring Out X-Y Coordinates
by JGary321 ·Eh what I do is just put the actor exactly where I want it to spawn & then open the instance to see where the X, Y is. But I think it's probably a feature that would be nice for sometime in th -
Figuring Out X-Y Coordinates
by Kamazar ·REALLY benefit from that. In my case, it'd be to spawn enemies are precise locations. Entering coordinates hitting and missing is incredibly annoying. While it's by no means crippling the software, I -
How to make an actor stomp on an enemy to destroy
by Kamazar ·Destroy enemy and spawn crushed enemy (then handle it however you want). -
Using Expression in Timer with equation to create lightning
by quantumsheep ·Spawn lightning -
Elerium 115 - Demo is ready to play
by butterbean ·Also, when the ship moves really fast, I noticed when I'm shooting that the bullets spawn from a different area on the ship, and don't spawn from the front? I'm sure it's the delayed response from spa -
Actor/Spawning Limit.
by SDMG ·...destroying your actors might help... but if you have to spawn them again when going back in your scene... this could be very expensive... -
Actor/Spawning Limit.
by Omegas7 ·I got a game where I spawn a lot of actors... -
How to create a lightning effect?
by quantumsheep ·I spawn it, co-ordinates are X240, Y160 -
How to create a lightning effect?
by quantumsheep ·The obvious way to have multiple flashes, Butterbean, is to just add timers to the spawner. -
How to create a lightning effect?
by quantumsheep ·Now all you need is a spawner that will spawn this actor whenever you want and you get a momentary flash on the screen. -
Increase the number of enemies spawned based on score
by xacto ·What I want to do is every 1000 points (until the player dies), spawn an enemyOrb. -
Increase the number of enemies spawned based on score
by CodeMonkey ·--Change Attribute: game.SpawnRateTimer = max(.1, game.SpawnRateTimer - .1) -
Increase the number of enemies spawned based on score
by butterbean ·I just want enemy spawn rate to double each 5K points achieved... -
StarFire Game
by xacto ·- Updated spawn times and formations. (this was a test, will make it progressive in future updates) -
Spawn actors with health bars
by drixz97462 ·I tried to make two different actors to spawn another two different actors on the screen. But it turns out that only one actor would spawn and another wouldn't. -
Spawn actors with health bars
by drixz97462 ·I'm not too sure if I got it correct... since the HP Bar would just be spawned by the first mob or actor on screen. Subsequent actors that on the screen would not spawn their own HP Bar. -
Spawn actors with health bars
by JGary321 ·Constrain X & Y of the mobs you want to spawn the bar to. You can use the same game attribute for all the mobs. Make a rule under the mob that spawns HP Bar. Under your HP Bar set 2 constrain -
Spawn actors with health bars
by drixz97462 ·I'm just wondering if there's a way to spawn actor with health bars. Currently I'm doing it via the wiki way which sets a game attribute of targetX, targetY that positions the health bar to an actor. -
Increase the number of enemies spawned based on score
by butterbean ·I unchecked the wrapping feature in the scene, and the birds still spawn the same, a huge mob...