-
Spawn actor then move to place and spawn another - Help.
by Armelline ·Essentially you just need to keep two counts - the number of animals that have been spawned, and the number of animals successfully put into their pens. When they are equal, spawn another animal. When -
Spawn actor then move to place and spawn another - Help.
by mrwenger ·I have managed to set up a random spawner for my animals but i would like it to spawn one until the animal has been moved into the correct pen/cage, then spawn another. -
Spawning Actors..
by tatiang ·In the spawn behavior, set the positions to x=random(0,320) and y=568 where 320 is the width of the scene and 568 is the height (your actual values may be different). Make sure the positions are rela -
AI and Line of Sight for enemies.
by Hopscotch ·@mgdotnet, does the photon set a game.attribute indicating that it found the hero? Then let the enemy spawn a bullet and set the game attribute to false again. -
Spawning Actors..
by AdnanH ·Just need help how can i spawn actors along the top of my screen in random positions? i have it set up and my actor falls down the middle of the screen all the time but i want it in random positions a -
AI and Line of Sight for enemies.
by Hopscotch ·The alert time should coincide with the spawn rate of the photons. -
attribute boolean when change scene
by wollty ·the problem is that in scene2 shows (with spawn) you only the last saved -
Release Candidate 0.11.1.5 is available!
by NimbleBug ·http://forums.gamesalad.com/discussion/69673/how-selected-spawn-actor-comes-front-please-help-me#latest -
AI and Line of Sight for enemies.
by mgdotnet ·I have spent a good amount of my week researching this. I know enemy AI is unique and rarely are two games alike. This is what I am working on; -
World's Largest Video Game Collection Sold For.... (?) ;-)
by Armelline ·(Quote) -
World's Largest Video Game Collection Sold For.... (?) ;-)
by CodeCell ·You're Kidding!, Twenty years of hard work and money buying these games, a unique collection, but sending the word "Yo" earns more.... The priorities of some people these days disapp -
does this timer make sense to you guys?
by Socks ·Here's a quick 'every-random-seconds-spawn-something' timer: -
does this timer make sense to you guys?
by http_gamesalad ·I found out how to make the coins spawn in a line (link:https://forums.gamesalad.com/discussion/51961/how-to-spawn-coin-lines) -
Balloon Tiles "POP Smiley!" - for iphone 4&5.... THANK YOU GAMESALAD Community....You All Rock!
by hzapps ·Look for 6 future games that are totally unique. -
How selected spawn actor comes front ? Please help me..
by NimbleBug ·one is spawning white actors and the other one spawning black actor -
Spawn Actor and Debug statement
by tatiang ·If you see 1, then 2, then expect the actor to spawn before 3 but instead you see 3... then you know something is wrong between Log statements 2 & 3. It helps you narrow down the problem. -
GameSalad 301 Unique Code Generation System
by MichalCh ·I wanted to ask for some advice about my idea. I wanted to make an app that for hitting a button generate a unique code on the phone, and send it somehow to my database (server). If connection isn't p -
Spawn Actor and Debug statement
by damon380 ·Hi. I managed to create a gamesalad game that has a slingshot that shoots at moving actors(spawned every few seconds) from right to left. Initial without the slingshot, it was working fine. After I in -
how to make an actor react to your mouse
by Armelline ·Can you clarify what you mean? When mouse is over ACTOR A, spawn ACTOR B, and when the mouse is no longer over ACTOR A, destroy ACTOR A? Or destroy ACTOR B? -
how to make an actor react to your mouse
by Jarritos ·I've been tring to make an actor spawn another actor when your mouse is on the actor then when your mouse is not on the actor destroy it.