-
Camera Problem Need help!
by MSEagle2 ·I just had this happen to me. Turned out the actor that had the camera control behavior was on a non-scrollable layer. In order for it to control the camera it must be on a scrollable layer. -
Why the Play heaven option is selected while generating app?
by boredaholic ·@tenrdrmer Oh, if it's that small then yeah that changes everything, i was thinking it was more along the lines of an add would pop up or well "drop from the top" throughout the game -
Problem with self.Tags
by GLGAMES ·give your blocks an unique id , can be anything from no. to text. Let's say cow.id = 1 , then animal block.id =1 when collided and conditions cow.id = animal block.id then destroy block etc... therefo -
Problem with self.Tags
by fogarty ·For example, let's say in puzzle 1, you have three words: cow, iron, carrot. The puzzle spawns blocks labeled animal, mineral, and vegetable, and the player has to drag the right block to the right wo -
People I require your assistance, logic that I can't work out how todo
by FirstDan ·@FBS - been awhile chap, im tesing on the iphone 3gs, i have 30 actors that i need on a scene, and im using the traditional spawn, destroy methods. I guess recycling the actors would be better, as i r -
Make appear another actor after collecting items
by alarm656 ·(Quote) -
People I require your assistance, logic that I can't work out how todo
by The_Gamesalad_Guru ·Why do you suspect it is spawning actors that is causing the performance issues? I spawn and destroy actors all the time usually mass amounts of bullets and do not have progressive performance problem -
2 issues: Crashes, and on screen controls jumping around
by JazzNS ·The first is that GS crashes A LOT. I'm sure it's because I have a lot of media, and can have a lot of instances of particular actors (30+) in the scene. Any suggestions on how to stop this happening -
People I require your assistance, logic that I can't work out how todo
by FirstDan ·is that I am constantly spawning actors and destroying them. In the past I have tried to code a recycling process but all failed, after 8 months, and with a better understanding of games development, -
Make appear another actor after collecting items
by alarm656 ·(Quote) -
Blank icon images?
by boredaholic ·"The large app icon will be displayed for your app on the desktop App Store ... we recommend you provide an attractive, original icon that meets the following requirements for both iPhone/iPo -
how to randomize backgrounds?
by gamesfua ·I would just have the load image already on top of the screen. Then TIMER after x change position x and y of load image to off screen. -
Execution order
by carlblanchet ·Rules happen from top to buttom already if I'm correct. -
Make appear another actor after collecting items
by carlblanchet ·@alarm656 When ItemActor overlaps or collides with CharacterActor, add rules that that add +1 to the ItemsCollected attribute and make the item actor destroy itself. -
Help with Characters
by Vichama ·Thanks anatomyofdreams, I have to say haven't quite got the hang of the self x and y thing....the player can move position so I am not sure how I would "Lock on" to the current posit -
When i touch an actor, i would like it to change scene and delete another character.. hELPPP!!!
by carlblanchet ·In the padlock: if SecretsLocked is false, destroy actor / or change image to an unlocked padlock. -
Suggestions for improving Game Salad
by dmilinovichiii ·There are only 3 things I want that aren't on the roadmap right now. The first is less issues. Every time I log onto the Forum, there is some yellow box with information at the top. The second thing i -
Moving actors to new positions
by jdutchak ·New to gamesalad sorry for the noob question. I have one actor that needs to move on the scene to a position where the player has tapped another actor or image or layer. Want to move Actor1 to another -
Touch Problem ... Please help!!
by Kangavark ·Try placing the enemies layer on top of the background layer/shoot button so whenever you tap an enemy, it will be touched and the background won't? -
Touch Problem ... Please help!!
by jerlant360 ·Hi i'm working on a game where to shoot i have to touch the background , but also i have to tap others enemies to destroy them , the issue is that when i tap over enemies my actor shoot as if i were t