-
Or?
by joelloyd ·At the pace my actors are being spawned, the random generator doesn't look random at all. With a doodle jump type game the platforms as in going up are half the time going left to right in a line and -
Shooting
by skipnice ·tapY-selfY) gives you the angle at which you can spawn/shoot at -
supply drops need help
by goliath ·Hmm...Maybe make a game attribute for when that weapon is equipped? Im just throwing out an idea.... Then you can say when game.attribute=true then spawn the correct weapons for your specific gun... -
Building my first
by Lovejoy ·Your problem is that you're spawning the next one when the actor reaches 0 x position, so its already half way off the screen before it spawns another. Spawn the next mountain when the actor is &l -
Building my first
by pHghost ·Don't do the spawn action when the actor reaches X:0, but when it is at X:480 instead, and spawn the new one at X:1440 -
Building my first
by pHghost ·What seems to be happening is that that the graphic is repeating too soon. I see that its width is 960, but you spawn a new one at X:700, once the first reaches X:0, that leaves you with an overlap of -
Anyone know how high the iAd banner is on the bottom of the screen?
by Thunder_Child ·Actually it won't matter where you "spawn" your iAd banner actor. If I "spawn" an iAd actor it's usually off scene anyways becUse the rule allows only for top or bo -
Anyone know how high the iAd banner is on the bottom of the screen?
by As_Of_Latte ·@http_gamesalad I'm not 100% sure but I spawn my iAd banners at the bottom X pos. 384 and Y pos. 50, relative to scene. I use portrait though... It seems to look correct in TestFlight, however. -
hero throws item when button is pressed
by RabidParrot ·Spawn the item behind the player. Adjust the spawn position to match the player's hand. Tell the item, -
Making the Mouse Leave a Trail
by RabidParrot ·Spawn "trail" -
Am I doing something completely wrong or is there a bug in GS loops?
by tintran ·Then I only need a timer to spawn my actors because I want it to appear over time. -
Am I doing something completely wrong or is there a bug in GS loops?
by tintran ·It's awesome because it's no longer dependent on probability but always constant time to seek and i can set the timer to spawn to something really short interval.. -
Am I doing something completely wrong or is there a bug in GS loops?
by tintran ·I moved the logic outside of timer and only have the timer set and spawn, moved the loop outside of timer and it seems to work all the time now. -
Partially responsive actor
by Hopscotch ·@monkeyboy simian can you make the ball and stick two actors? You the randomly spawn the one, which in turn spawns the other part. This way the ball can have the touch behavior, the stick not. -
hero throws item when button is pressed
by ThoPel ·PARALLEL spawn arrow in back of actor. -
hero throws item when button is pressed
by derka6391 ·Im trying to make it to where when i press a button my hero throws out an item. I can get the button pressed and spawn to work but I want it to look like my hero throws it instead of it spawning. -
how to make rockets spin in a circle
by derka6391 ·Im trying to make these rockets spin in a circle before attacking the enemy. I can get the rockets to spawn and hit the enemy but im having trouble with the spinning in a circle part. -
Flop Drop - A unique twist to a ball game
by http_gamesalad ·Free - https://play.google.com/store/apps/details?id=com.tincomeapps.flopdrop Flop Drop is an extremely addictive, unique and fast -
Why no folders?
by robertkdale ·Thirdly, I give the actor a unique ID and then I create a tag folder for the actor containing the animation. -
How do I choose a random number without choosing the same one again?
by AleksandrGames ·So what I want is to be able to spawn 1 out of 26 different actors ever 20 seconds, but I don't want it to choose to spawn the same actor again as long as you are in that scene. How can I do this? I t