-
How do i Achieve this?
-
Mac Creator Release 1.25.80 is Available
by pHghost ·(Quote) -
Mac Creator Release 1.25.80 is Available
by blob ·This game has a unique concept and is pretty fun, but I don't understand why it has such long load times. Also, when I went home and then back into the level, the sound effects stopped playing (but th -
Mac Creator Release 1.25.80 is Available
by Toque ·That's pretty generous Blob. I don't think anyone can match your unique passion for GS. -
Particles - Changing image/colors via behaviors?
by jamie_c ·I think it's pretty common to spawn actors if you need that kind of control. It might impact your performance but the only way to find out is to test it. If you are not spawning a ton of actors from a -
Why my game always delay when change scene?
by The_Gamesalad_Guru ·(Quote) -
Spawn actors VS Already laid out on screen?
by AlchimiaStudios ·Spawning will tax the CPU and add to RAM usage actively as it happens. -
Spawn actors VS Already laid out on screen?
by brett-norton ·* Spawn enemys to the right of the screen every 5 seconds. (May be harder to lay the scene out as they move to the left and may land where i dont want them) -
Why my game always delay when change scene?
by Socks ·(Quote) -
Why my game always delay when change scene?
by viking ·* Finally, I tested using an actor with a minimal amount of logic in it and placed it in the scene, but then had that simple actor spawn a five times 500 action heavy actor and the loading times went -
A Minning/crystal gathering mini game
by PhilipCC ·and demons you must fight or avoid. You use the unique powers of each coloured crystal to thwart them, but if you run out before you rescue her, you must backtrack through the gauntlet to retrieve mo -
Spawn Actor problem
by creview.jo@gmail.com ·I spawn three actors per second and then dropped them. -
Spawn Actor problem
by creview.jo@gmail.com ·Is there a frame drop when spawn actor on Android? -
Help with top down stealth game.
by spidercarp1 ·I should add that after an enemy stops after reaching the actor, he will never move, not even if I get the chase actor to spawn again. -
Make spawn actors face another actor.
by Mikejx2 ·How can I make a spawn actor (actor 1) face another actor (actor 2)every time it respawns? In the beginning actor 1 is facing -
in need of information regarding cooldown function?
by Crimzinsnow ·hmm think i fixed my problem i did this:in player actor i put a timer below the spawn actor,and put a for x seconds constrain shoot to false.. -
Potential lag issues with side scroller?
by brett-norton ·Thats great news then.. i had the code working fine with spawn and destroy and then must of ran into some old posts from 2012 advising not to do it that way.. so i spent the last 2 days trying to figu -
Potential lag issues with side scroller?
by The_Gamesalad_Guru ·Spawing will not cause lag. That was a very old issue, like 4 years ago. @Socks did a bunch of tests using hundreds of spawning actors with no lag. Generally, lag is from bloated code. See my custom c -
Mosaico: the new tangram, Available FREE for Android & iOS
by Hideki Matsui ·It is a unique puzzle game based on tangram for all players who love to play puzzle games. -
Potential lag issues with side scroller?
by brett-norton ·im considering a spawn actor spawning in the enemy off screen and then destroying once hit with player actor.