-
create actor x y when touch is pressed
by BeyondtheTech ·Create a boolean Game Attribute called `SpawnedByTouch` that will hold the status of whether or not the foreground Actor has spawned. -
Where do I find the spawn rule?
by torasan ·Silly newby question: e.g. in pachinko game the ball spawns at every touch on the iphone, however, I cannot find the spawn actor behaviour that triggers the spawning at the position of the mouse. Does -
GAME IS STOLEN!!!!
by rebump ·I know I "borrow" some resources (images/soundFX/music) just to get the project rolling more quickly but then obviously replace the "borrowed" resources with my own -
How big is too big?
by rebump ·For performance tweaks, just read stuff on the forums and learn as you go (i.e. destroy/re-spawn is more intense than move off screen/re-use, spawning too many things en masse slows things to a halt s -
How to self position spawn?
by eliehang ·How you do spawn a actor moving forward of the screen for a few seconds, then start playing with him. or even after he dies. like how the game "starfire" does it? -
Particle Xplosion
by Valan ·Also look at the Particle Setup Time in Spawn Rate. About 1 sec gives more of an even spread. Not much of an explosion! -
Particle Explosion How-To?
by Valan ·When the actor is destroyed it needs to spawn another actor that has the particles attached. The actor can have the alpha at 0% so only the particles are seen. -
Destroying Actors
by ccbx4321 ·It may be easier for you to use the "change attribute" behavior instead of the spawn in this instance (you can do this with spawn, but I think changing the actor's position will be e -
What rules for tapping button to shoot versus holding down?
by butterbean ·Spawn Bullet, how would you tweak the timer so when you tap the button, it just shoots? -
Need some help... plz help!! :)
by giacomopoppi ·hi , i have been wondering how i can get 9 actors to spawn randomly in a certain position on the screen. -
Odd spawn behaviour??
by Sparkyidr ·Thanks Mulcahy....yeah, I was kind of misunderstanding the spawn behaviour a little. Now I have had a thought about it (and you have confirmed it) having a "Spawner" actor is deffo w -
Odd spawn behaviour??
by jonmulcahy ·To do what you'd want, I'd have 2 actors, the Spawner and the Actor, and have rules like this: -
Odd spawn behaviour??
by Sparkyidr ·I have an actor with a rule saying every 3 secs, spawn one to a random screen pos. -
puzzle game
by ovechkin8 ·I wanna make a block puzzle game. At start I want to fill the screen with the different color blocks I made, but randomly. I also want the to be able to shift the blocks to get a combo. So that means -
Giving my actor the right rules
by jbrown2177 ·Trying to have the main actor start out on the platform and you would essentially use the accelerometer (iPhone) and the keyboard or mouse (web) to move the actor back and forth balancing them on the -
Touch registering on both overlapping actors
by BeyondtheTech ·I have two actors. One is a background in the background layer. When I spawn actors from it, I place the new actor "in front of layer." -
Scores and Spawns
by jonmulcahy ·very easy. if you've got a score attribute, just create a rule on a spawner object off screen. -
Scores and Spawns
by MattVollet ·Is there a way to make something spawn when the player reaches a certain point level? -
multiple spawn same actor destroy problem
by BeyondtheTech ·developers able to release games that repeatedly spawn and destroy instances of actors? -
"Bomb Extravaganza" My First Game on the Web!
by VoidedSky ·Hi all, This is my first game, "Bomb Extravaganza" you can spawn blocks and bombs on the scene. There will be an update with multiplayer mode and a challenge mode. I hope to get it t