-
Spawning Actors Question
by motorcycle boy ·Simply have an actor patrol across the top back and forth non stop; set the other actor to spawn every ______ seconds. Easy peasy! -
How to make bars like flappy bird go in an upward direction?
by Doguz ·But you wouldn't believe the amount of negative reviews I get because of the reverse gameplay. I suspect it's mainly from other devs out there trying to knock me off the top. Hasn't seemed to work tho -
Spawning Actors Question
by motorcycle boy ·that the bird is spawned off screen at the top of the screen. Multiple birds are spawned one after another at a quick rate. It's not quite a random spawn because there is a wave of birds spawned one -
Resetting a Timed Spawn Actor
by aquamonkey ·I have an actor on a scene that spawns enemies on a few timers. How do you reset the spawning actor to start over and destroy the enemies that were previously spawned on the scene after the level fail -
Avatar..?
by Hopscotch ·The problem occurs when there is a space in your forum name. I believe your can change your forum name under settings (top right corner). -
SlimeRush available in AppStore (FREE)
by ImNiklas ·I'm actually in the top 3 Too bad it doesn't get any attention. Anyways, good luck in the future! -
How to make bars like flappy bird go in an upward direction?
by Mash_Mobility ·When making a similar game I made the top and bottom pieces 2 different actors. Drag and drop them in the scene and place them at the height you would like them at (do this at each of the different he -
Free Template! - Don't step on the white tile
by stueynet ·(Quote) -
Free Template! - Don't step on the white tile
by stueynet ·Good point @JDuaneJ. I have added a note up top. its with RC 0.11.0.2 but it doesn't use any fancy features so simply changing the extension should make it work on 10.4. -
March 2014 Game of the Month Submission Thread
by CORE Game ·to do so you need to jump to the opposite platform (top or bot), tapping once will let the slime jump and stick to the other platform , tap again and he will go down and stick and so on ! just a littl -
Iphone resolution problem
by te4o ·My game is made for iphone 5 and when i run it on iphone 4 it's top and bottom cutted -
Release Candidate 0.11.0.2 is available!
by colander ·On the square and rectangular buttons the top left corner is the only corner that looks right. On the green slide button the green below the white button is thinner and the right side slightly flatten -
State of GameSalad on 3-20-2014
by BBEnk ·(Quote) -
State of GameSalad on 3-20-2014
by ericzingeler ·Order of operation inside an actor is top to bottom. -
Release Candidate 0.11.0.2 is available!
by BBEnk ·If you remove a image from the top of the image pane it will remove correct one, but if you scroll to bottom it removes the 3rd image to the left of one selected. -
State of GameSalad on 3-20-2014
by BBEnk ·We did change a lot of things since 10.4.1. Many of them did relate to how the old animation process worked, and didn't work. What you're seeing is the result of that. The workaround in use here doesn -
Spawning destroyed actors
by ApacheG ·Is there a way to keep spawning the live monster while leaving the previous monsters corpse to be picked up by the player? -
How do I move the hit box with a moving actor ?
by UtopianGames ·If you put the smaller collision actor in the layer just above hero it will work better, now double click on this actor and go into scene layers and constrain to the heros rotation along with position -
Spawning destroyed actors
by UtopianGames ·I would make an integer call it monsterCount and leave it set to 0 now when you spawn a monster change this integer to 1 and when you destroy or it goes off scene change it back to 0. -
Spawning destroyed actors
by ApacheG ·It works fine if I allow the Monster to run off screen since another will spawn on the right a few seconds later. However if I destroy this character with my hero, no more spawns appear on the right.