-
How to spawn actor with touch on a movable screen?
by dark.ling ·I have a primary actor and a secondary actor. The camera will follow the primary actor while the secondary actor is spawned at the point where I touch the screen. When the level start, before the came -
Line spacing different on iPad compared with GSC
by tatiang ·I experimented with leading values quite a bit with an app I'm building and I ultimately decided to just spawn an actor for each line. That way I could control line-spacing myself. -
Cutting wood help
by liux2355 ·successfully make the draw straight line using spawn a series of small black square actors. But I don't know how to actually cut the wood and remove the piece I cut off from my main wood board. Is t -
How to make an actor disappear and re spawn when colliding with another actor?
by jsorr2 ·spawn actor snake at x =0, y= 0 -
How to make an actor disappear and re spawn when colliding with another actor?
by Mayhem_Madness ·Hi everyone, just wanted some help with collisions, how would I make an actor disappear and respawn in a random place when colliding with another actor, like in the game snake. Also how would I make a -
Binary Wars
by miles84 ·Choose your side in the endless battle of 0's and 1's in this unique retro style game. -
Stuck and need help!
by As_Of_Latte ·Like the "Endless Runner" vid, I want a platform to spawn from the same point each time, scroll across the screen, and then have that platform re-spawn in its original starting point -
Randomly spawn actors that move down the screen in a lane
by Braydon_SFX ·What you could do is create a table and create x amount of rows (x being how many spawn points you want). Enter an X Position in each cell. -
Randomly spawn actors that move down the screen in a lane
by myu699 ·Hi, I am creating a game where the main actor can only move from side to side to dodge randomly spawned actors that move down the screen. I was wondering how to randomly spawn multiple actors constant -
Custom Score Font + Shortened Score
by tatiang ·* Give each digit actor a unique integer self attribute called something like self.digitPosition. This refers to the order of the digits, so in a number such as 458 the 4 would have a value of 1, the -
How do I animate THEN perform action?
by Daftbomb ·Having an animation within a timer still isn't working for me, so I've created a boolean "start spawing" set to false. Then within a timer I set it to true. The animation only runs w -
Spare Code ? Dump It here.
by tatiang ·For fun, I decided to spawn the digits instead of placing them and manually changing their self attributes to reference their position in the number (e.g. the 3rd digit has to know it's in the 3rd pos -
How do I animate THEN perform action?
by Socks ·. . . you would run the animation as normal (with the animation behaviour) and then place the spawn behaviour in a rule that reads: -
How do I animate THEN perform action?
by Daftbomb ·Thanks for the reply. If I run the animation constantly outside a timer it works perfectly, I only use 4 different images at about 15fps but it's smooth enough for the style I'm using. The moment I mo -
How do I animate THEN perform action?
by KillerPenguinStudios ·It's possible that you don't have enough frames for your animations to run well. Also, are you trying to animate open, then spawn, then animate close??? -
How do I animate THEN perform action?
by Daftbomb ·I have made an actor that spawns an enemy actor every 3 seconds. I have also drawn a few sprites to animate a trapdoor of sorts that opens and shuts. How do I get the spawn actor to animate and then s -
How to Spawn 10 actors around 360 degrees
by tatiang ·Here's a demo of how to do this using Mac Creator. You didn't say if you were using a Mac or PC. If you have PC Creator, the general idea is to use 12 Spawn Actor behaviors and increase the directio -
Actors Disappearing
by tatiang ·Could be lots of reasons! Make sure you're not using an unlocked "instance" of an actor. Double-click the actor(s) on the scene. If you see a lock symbol, you're good. Otherwise, -
Spawn actors at random times without them eventually spawning at the same time
by tatiang ·You asked about spawning 5 actors. To do so you would add two more spawn actor behaviors which would also require two more table rows. The random number in the demo chooses a row NOT to spawn. So c -
Infinite Worlds?
by jamie_c ·They are not full templates by any means but will show you how to spawn random platforms and objects in an endless runner style game.