-
Adding health to an actor. Pick up items/health ammo etc.
by Spaceface ·I'd like to have a healthbar at the top that takes decreases each time an enemy attacks and increase when picking up health items eg. food. -
Two Actor :second actor when touch not destroy
by CodeMonkey ·need to see the rules on the destroy actor. -
Two Actor :second actor when touch not destroy
by venon_it ·the second actor in random exit and i want when touch is pressed destroy -
Untouchable
by butterbean ·Great job! At age 14 creating games for the iphone, you should be on top of the world! (Image) -
Reset a Actor....Help
by venon_it ·first rule: attribute , game.score up 500p in behaviors insert "Change Velocity" direction 180 , speed 180 , Timer 3sec after destroy -
Reset a Actor....Help
by venon_it ·i have a actor, and want that actor exit a game.score up 500p - game.score up 1000p , this actor move in automatic from right to left ( after destroy ) . -
Icon creation
by CoIin ·My worry would be that if you make an icon that looks like the final product, GameSalad will still impose another set of rounded corners and shading on top of your version. -
blank project window
by CoIin ·The tools all show along the top, but the body of the window, the +- and Project Size parts at the bottom, are all blank. -
Issue with spawning
by alexxxhp ·How do you keep the main player always to stay on top of the screen no matter what is going on in the scene. for example in some of my levels when the level begins the player appears very quickly then -
Apple Approval process
by gregr209 ·'Gizmodo is reporting that Apple has added another layer of protection/rejection to the App Store approval process. According to some (well sourced?) developer Tweets, Apple has added a static analys -
A few quick questions
by Eastbound ·5) So programming an effective AI for say, a top down shooter is out of the question? -
Any way of showing item picked up.....
by butterbean ·When you want to destroy the item that is trailing when the character reaches a certain point, then you just put, when character reaches point x.... destroy actor (egg) -
Help! I can only spawn ONE bullet - 2nd one causes crash
by butterbean ·Do you have a rule in there that says to destroy the bullet after so many seconds? -
Boolean to destory actor
by scitunes ·if you have created GAME attributes called existence 1, existence 2, etc. you can access them in any actor. Then in each actor you create a rule (if existence 1 is true, destroy this actor) -
Can I make another actor be destroyed?
by bladeolson ·When I set a rule for example, click a button, I want it to destroy another actor than the button, but it only allows me to "destory this actor". How do I make it destory for example -
Create a pop up button to reset scene or game
by butterbean ·That's what I'm looking to do too.... How do you spawn an actor or buttons that say, restart level, and restart game, do you have to place it in an unscrollable layer? If so, how do you spawn it? -
How to create a ball that bounces?
by venon_it ·Hi all, I would create a ball that bounces on top of objects, I'm trying for a few hours but with little result! -
problem about spawning a bullet to Player
by jonmulcahy ·Then in your bullet actor add a move and destroy rule. Make the move rule in the direction you want at a speed you want. Add a destroy rule so after 1 second it is destroyed (plenty of time to leave t -
rule for player not dying after spawning right away by enemies
by Zachhoard ·another way you could do this is copy player, and name player copy "invincible player" Take out the destroy rule you put in, add timer, put destroy rule in timer, put timer to 3 sec -
How can I reset an attribute when player gets destroyed?
by Zachhoard ·ok, never mind. One last thing, how can I put walls on the top and bottom of the screen?