-
How do I get Bombs to slow down when Hero Collides with Slow Power-Up?
by Shadow_Development ·Thanks for your comment @tatiang, I want the the actor's movement to slow down. In addition, I am using the "move" behavior on the bombs to move at a 0 degree angle ->. I am … -
How do I get Bombs to slow down when Hero Collides with Slow Power-Up?
by tatiang ·When you say slow down, do you want their movement to slow or do you want the frequency of their spawning to slow? Either way, explain what behavior you are using to move or what type of timer you ar -
Variable Orbiting Strength
by Socks ·Click on the screen to spawn actor. -
Holes in Spawning Platforms?
by Socks ·Spawn multiple platforms. -
Flappy bird small customization {FB]
by spoon2012 ·After hours of hard work I manage to make the bird walk when I touch the ground (I make an animation of the bird walking and then Spawn it every time he touch the ground and destroy the main bird) but -
How to save the new image after changed image?
by Socks ·You've not supplied any information about how you have your rules set up, all we have to go on is that something gets spawned using "(random (-20) -20)" (?), and the result is that & -
how to spawn enemy bullets when actor comes closer [FB]
by mitdrissia ·I used the following:if self.distancefrom <50, spawn actor missile turret in front of actor in direction 180 relative to actor, from posititon 0.0 relative to actor. -
Question on passing attributes to actor
by tatiang ·Here's the technique I use to sync a spawned actor to a table row: -
Question on passing attributes to actor
by AirshipScientist ·I spawn and destroy numerous actors (of the same type) throughout the scene. Each actor has a constantly changing constrained attribute. I want to sum those constrained attributes and pass them to a d -
Spawning an actor every time score reaches a multiple of 10
by cbutchd ·Anyone know how do you spawn an actor every time the game score reaches a multiple of 10? I want an achievement "prize" to appear every time the player reaches the score of 10,20,30, -
Best Marketing Tool I have Found To Date
by FallacyStudios ·@TouchiMedia Essentially what I mean by that is words that people search, but aren't used as keywords. Think of it this way. As a developer on your app you have 100 characters you can put into your ke -
how to spawn enemy bullets when actor comes closer [FB]
by mitdrissia ·i have a question regarding spawning bullets of an enemy. I have random(0 to 2) turrets spawning every 1.5 sec on spawned pipes.Now is my question, how can i fire the turrets with bullets when the act -
Simple touch target game problem
by pixeleight ·So I'm creating a simple touch target game where my actors spawn in from the right and just move across the page. When you touch the the actor they should destroy. But my hit area is above the sprite -
How to save the new image after changed image?
-
Benefit of loop behavior
by tatiang ·So if you need to spawn 800 actors on a scene (think tiles), you might use one or more loops to generate those actors in a single rule instead of trying to have 800 spawn actor behaviors. -
Please help(spawn actor problem)
by tatiang ·(Quote) -
Please help(spawn actor problem)
-
Game salad instructions
by Shafia ·Make actor spawn -
Please help(spawn actor problem)
-
Spawn & move actor
by ImNiklas ·Spawn Actor x