-
Pachinko tutorial HELP!!!!
by weiqing.sang ·My question is, currently the ball is spawn by mouse click, so if I want to change it to touch how should I do it. I keeping facing problems this. -
No clusters with random spawning
by JohnPapiomitis ·Well you could have a rule in the actor thats spawned, when it overlaps over collides with the same actor, destroy actor and spawn another. -
No clusters with random spawning
by TJMNUT ·I have a spawner that spawns in random locations, but what i have realized is that my actor always seem to spawn in the same general are creating a cluster. Is there any way i can break it up? Thanks! -
Spawning an actor from any 4 spawn points?
by JohnPapiomitis ·Yep thats how i would do it. Make it a self attribute in the object you want to spawn. Change self attribute randomPoint to random(1,4) -
Spawning an actor from any 4 spawn points?
by Macca_McGill ·Basically i was wondering how to spawn an actor from any of the 4 spawn points i have set up. The 4 spawn points are 4 actors dotted around(named spawn1-4). Im guessing its having a game attribute c -
Unrealistic project size
by tvapps ·About your game being 105MB, that seems interesting and I am not sure why that would happen. This could be due to the size of your image. It seem that spawning has been steadily improving with each re -
'or' directions
by billybarrington ·new to Game Salad (2 days in!). Been trying to get enemies to randomly spawn across the screen but having trouble. I want them to be going either 90 or 270 degrees. I've tried to use attributes and -
Unrealistic project size
by NessusXVI ·So I've been making all kinds of progress on my space-invaders-style shooter. Up until now, I've been working in the prototype for the enemies, and I've made use of another actor to spawn the complete -
iPad, resolution independence and 2x view
by gamedivision ·to ipad resolution,and reset all your collisions spawn positions everything,or you can buy Utopian Games project resizer head on over to their website -
Turret Attributes?
by BrynjeBamsen ·Spawn Attribute -
Spawn without Actor or Constrain and Spawn with one touch
by Stretch527 ·Sweet! It worked. I'm not sure why I thought I could only spawn from an already existing actor. -
self ID question
by SAMman ·does anyone know a good template that uses self.ID? I am trying to spawn several actors at once, all the same actor, but only destroy one of them when it collides with another actor and not all of the -
Spawn without Actor or Constrain and Spawn with one touch
by Stretch527 ·Anyway, I'm working on my first game. I'm trying to spawn a "bubble" by touch. I tried constrain an invisible "bubble maker" and put a spawn actor in there, but I w -
How do you think they did that?
by ApplisticMonster ·I mean how should i spawn the actor and make it hit where the crossheir is? -
Spawn actor randomly Within a certain area
by JohnPapiomitis ·In your spawn actor behaviors use the random expression in the positions -
Spawn actor randomly Within a certain area
by Braydon_SFX ·Can you help me to figure out how to spawn a actor randomly within a certain area? -
Bouncing Birds! was rejected!!!
by butterbean ·I notice a lot of bird apps keep getting featured, so if you changed it to look like something unique, it could still get picked up by N&N -
Anyone made a non-game app with Gamesalad?
by 8BitAvrin ·or shake it for an answer. It has hundreds of unique answers and its completely random and confirms that Gamesalads random behavior works fine. My app also has two languages to select from, English -
Speed up spawning based on score
by old_kipper ·Given the possibility that I am correct I think you will have to put a boolean self attribute in that a rule checks to see if it is true to spawn, a rule with a timer to close the boolean to false, th -
Speed up spawning based on score
by fehnman ·I got an integer called "spawnSpeed" with a default set to 8.