-
Creating a spawn actor that will increase spawn rate with time
by gyroscope ·As far as I can make out, two of your requests: "spawn actors at random intervals" and spawning increasing as time goes by" are at odds with each other.... -
Creating a spawn actor that will increase spawn rate with time
by Braydon_SFX ·Spawn actor: (Whatever) -
Creating a spawn actor that will increase spawn rate with time
by sandman ·I want to create an actor that spawns actors at random intervals. -
Particles Effect
by SlickZero ·Motion, and then have the particle generator spawn that graphic. -
Particles Effect
by master200012 ·I'm not quite sure what you're looking for, but if you mean something like the glare from a bird's eye view, then I guess you can spawn an actor. Make an actor with a transparent inside but a white ci -
GameSalad Creator Arrives on Windows!
by jedinein ·4. There are no attribute editors as shown on the Mac turtorials, thus one can not select to spawn a new actor based on the top 100 pixels of the game board, or based on touch versus a mouse click. -
Select Actor
by Hapiapps ·Rule - If attribute ActorChoice = 1 spawn actor …. -
Touch Offset with Display Size change, A major issue
by thepositivemoxie ·Yes, I don't know why I didn't think of that. Seemed to do the trick. So when I spawn an actor initially, now I spawn 2 actors, one the 80 pixel difference from the initial 720 height of the display, -
IAP Problem Can't solve
by Chobbiface ·Yes 100%. I've submitted several apps with IAP working. The other thing is, the product identifier must be unique. Imagine you have 20 consumable IAPs in a game e.g. buying different ammo/bullets etc. -
Proper way to offset camera?
by machinegunkelly ·i'd "accept" your answer if I could now, but the problem was actually caused by me "spawning" the two actors... if I spawn them on level start, it's jittery as all -
Pop up menu AKA Level complete (Retry or Next Level)
by whycali ·So when the game ends i spawn an actor that says You Win. on the Actor it also has a Retry Button and a Next Level button. When you touch the next level button it goes to the correct scene but it leav -
Bubble Grubble for iPhone & iPad
by FanStudioUK ·With over 80 unique levels, follow the birds as they travel from ocean to desert, warehouses to mountains and more. Beat the clock to earn high scores and shoot other birds to gain bonus points. The f -
Move camera actor on top
by Bilzo12 ·2. I need the spawn box actor to stay at the top of the camera -
Randomly Spawning Actors
by IsabelleK ·I am currently using Gamesalad Windows Beta, i have used GS before but not much. Could someone please help me, i am trying to make 15 holes spawn an Arrow actor randomly. Please help (Image) -
Randomly Spawning Actors
by jordie.rulz ·I am currently using Gamesalad Windows Beta, i have used GS before but not much. Could someone please help me, i am trying to make 15 holes spawn an Arrow actor randomly. Please help (Image) -
How to make an Image turn to direction?
by NovicaStudio ·Spawn the actor facing right is kinda what they have seemed to be pointing at. -
how to add a timer in gameplay
by HC_DK ·If you spawn your hero when the game starts you can use the self.Time from the hero actor. -
Spawn Actor Issue
by kajuto ·Rule: spawner -
How to solve the long lag problem?
by zellhuang ·1)The SpawnCardsActor contains 140 rules but not spawn all the 140 cards one time.Just like playing poker,every time draw a card,it will spawn the one we draw.There are 140 kinds of cards in my game.w -
How to compute the GCF in gamesalad
by ORBZ ·You can do recursion by having an actor spawn itself. Just set a global var so that it knows when to quit.