-
Particles on touch (destroy)
by cnmeyer1980 ·I could do it like this, if the star it touched by the actor, vanish and spawn a animation, however, it would be great if it could trigger a little particle star burst rather than spawning another ani -
Spawning actor
by ironDan ·and in your actors to spawn make a If rule that checks the Table value for that grid if that grid location column is false to spawn of true not to spawn. -
Jumpy animation
by GuaveMedia ·can you provide some code or? The error that all spawned die also sounds like that the attribute doesn't get set back, I also wouldn't use spawn since it needs memory usage. -
Jumpy animation
by sparx13 ·I've got a error as well that all of the actors when they spawn if the same actor that has spawned before it has died it will spawn and die as well, when they die away from the enemy actor it dies smo -
Coins collecting
by pavel ·When i clear level and i have 8 ball spawn actor and when i touch him score+1 -
Can Gamesalad produce smooth consistant graphics at high rate of speed.
by MotherHoose ·for sounds and things such as the spawn for the end of scene actor -
Is there a way to spawn random actors in random locations without overlapping without using tables?
by CabacoEntertainment ·I have seen TshirtBooth's video and it turns out I find it very complicated and I don't like to use tables, so I was wondering if it is possible to spawn random actors in random locations without over -
Calling Attributes Created Inside an Actor from another Actor
by Goodnight Games ·I'm currently making a game with enemies that have health that are dynamically spawned onto the screen. -
It's getting harder and harder to get a game popular
by DeadlySeriousMedia ·You're game needs to be fun and polished. It needs to be simple yet rich. It needs to be generic yet unique. -
Spawning actor
by SANDEEP410 ·ok i want my enemy to spawn in 5 fixed horizontal position.After they spawn they move downwards.So it should pick a random point from those fixed 5 position.Here it should check wether there is an ene -
Tell Us About Tables
by MotherHoose ·good to name your tables uniquely and prefix with a reminder that it's a table -
Advices needed on my next game using tables
by thelogobar ·Wibble. I am making progress, using @tshirtbooths marvelous tutorial for preventing overlapping actors I now have a set number of each actor spawning in set locations. I just used the same rule for ad -
how to create a runner game
by SinSquid ·Create an actor called "Spawner": In this actor put a rule that says: every 5 second, spawn actor "floor" at a position right out of the screen to the left. -
Advices needed on my next game using tables
by thelogobar ·Ok then I have the actor spawning on a grid thanks to the splendid card dealing tutorial. Can anyone point me in the right direction so I can learn how to spawn a set amount of good or bad enemies, so -
Advices needed on my next game using tables
by thelogobar ·any 'bad' targets. So each target actor would spawn a good or bad actor depending on the level requirements. But only a set number per level, for example level 1 would have 8 good and 4 bad, level 2 -
How to make only part of an actor collidable?
by sparx13 ·I tried following and it worked but is there a way I can spawn them both and still make the invisible actor on the tip of the arrow? -
having an app crash but only on 3gs. So bizarre any ideas?!
by part12studios ·So i have this game that i've made and it runs fine on android, iphone 4 and 4s.. but for some reason this one particular actor (a spawning actor) when containing a spawn actor behavior.. it closes t -
Lets Discuss some serious AI (Artificial Intelligence for enemies)...
by 3itg ·I have an actor which is the general focus of each area of the game. The actor is in the center of every scene. It had very few rules and was in every scene, so thats why i chose it as my AI Spawn con -
Spawning Random Actors from another actor
by jonathan_pan ·@Wideline_Productions,create an integer and call it spawn what actor. Then create a rule and say if touch is pressed change game.spawn what actor to random 1 to any number you want.game.spawn whatacto -
Spawning Random Actors from another actor
by TopoftheTemple ·I'm trying to spawn a random actor (game lore sticky note actor) upon touching an item dropped from a defeated enemy. I already have the enemies dropping the item, but I don't know how to spawn a rand