-
How to make actor stay in the boundaries of the white line?
by BBEnk ·what I said could still work but you would have to track width and height of White lines and track position of Red square. BUT easier way would be what @Socks said. Just have the White lines spawn a -
How to make actor stay in the boundaries of the white line?
by http_gamesalad ·@zweg25 would you mind explaning it in more detail because I don't believe what he said would work because the white lines move around the screen & the white lines are spawned every 0 seconds -
swinging continuous motion
by Socks ·(Quote) -
swinging continuous motion
by shylevari ·I dont understand how i can spawn a new actor in a different location each time using this code -
swinging continuous motion
by Socks ·You can spawn the actor wherever you like. Like I say "The '512' and '384' values are just the location of the swinging object, change these values to whatever you need" all the spaw -
Need help limiting actor reaction to first touch.
by Hopscotch ·When the chick comes out and shells spawn, also set the EggState equal to 1, indicating that the actor is now a chick. -
Need help limiting actor reaction to first touch.
by lashukla ·I have an actor ( egg ) that breaks into two part ( two spawned actor ) upon touch. When the egg opens, a chick comes out. The trouble I am having is that when the chick comes out it retains the earli -
9 Elements : Action fight ball With ULTIMATE Finishing MOVES.
by Jin Ha Lee ·-Stages of fantasy world and 11 UNIQUE characters of 9 elements. -
One More Game Jam? ONE MORE GAME JAM!
by Chunkypixels ·couple of actors below the screen, that randomly spawn the scenery objects that also move up the screen at the same speed as the background and then destroy themselves once they disappear off screen. -
Spawn Actor using Table data as attributes: Looking for hints
by mhedges ·I should have an event handler actor with a rule that if the player is entering stage 1, read the (for example) five rows pertaining to stage 1 to see which actors are not killed, and spawn actors 1 t -
Some actors can't keep up
by Armelline ·I was going for quick and dirty, so I was using no tables. The spawners were just spawning one row, then the next, then the next etc. basing the spawn positions of row/column and grid size. That said, -
Multiple condition/attribute check
by ryast ·spawn yellow actor -
Has anyone made over $100 in a month selling GS templates?
by Thunder_Child ·i believe it has a lot to do with WHAT your selling. Like said above. If you want to sell an animated flower...it better be higher quality than what can already be purchased...more unique...maybe ev -
How do I accelerate a spawner?
by tatiang ·You can adjust the divisor to anything you like! I added the minimumDuration attribute (that as well as self.timeStamp and self.duration are real attributes) and set it to 1 so that spawn intervals a -
How do I accelerate a spawner?
by ALCreations ·It's not working. All I would like the spawn to do is increase the rate in which the actors come down from so that the difficulty of the game gets harder. -
5 of the same actor's choose a random number from 1,7 but pick different numbers.
by KillerPenguinStudios ·Thanks for the reply! So I checked out your "How To Spawn Random, Non-Repeating Actors tutorial" and got it working pretty well for what I need it to do. My only question for you is, -
Can't seem to get random timer to work correctly.
by lilpoboy1978 ·(Quote) -
Can't seem to get random timer to work correctly.
by gyroscope ·Rule: When Trigger is falseChange Attribute Rand to random(2,5)Timer: After Rand SecondsSpawnChange Attribute Trigger to trueRule: When Trigger is trueChange Attribute Trigger to false -
Can't seem to get random timer to work correctly.
by Socks ·The spawner: After X seconds - change X to random (2,8) - Spawn the other actor - Spawn The spawner - Destroy. -
how to make a rule for second actors under first actor ?
by akaomid1 ·I did try to Spawn my Actors after they are dead but nothing happens .