-
How to constrain a spawn actor onto another spawn actor? (FB)
by mitdrissia ·of the scene so the plane has time to dodge or destroy it with beam. -
Official Flappy Bird Thread - for all things flappy bird (including clones)
-
State of GameSalad on 2-27-2014
by The_Gamesalad_Guru ·@CodeWizard I have suggestion for the new cross platform creator. Can you build the debug window into the interface or have the option to keep the window on top? -
Spawning random actors
by tatiang ·You have the goal actor destroying when it reaches the end of the screen (the end of the field in my analogy). One way to fix this is to destroy the goal actor after it spawns obstacles. -
I NEED HELP WITH SOME RULES
by POM ·change coinsLeftToCollect to the number of coins you want the player to collect in that scene. -
How to make it so actors won't overlap other actors when spawned?
by justinodunn ·I have 4 types of actors, spawning at random times from the top in a random x location, once spawned they move down, in which the user has to then tap and destroy. each actor come in different sizes, -
Spawn & move actor
by tatiang ·The actor will automatically "disappear" when it moves beyond the screen boundary. If you want, you can add a rule to destroy it when its self.position.x value is greater than the s -
Pop Beetle Pop on iOS now!
by gottakeepgamingon ·I heard a quote once but I don't know who said it. Basically, that there are two kinds of people in this world: those who create and those who destroy. I'm proud to be among the creators. -
Images just white boxes
by freneticz ·Today i got PRO so i can test my games on my android-phone, and im on windows by the way.....when i test it on my phone the pic i have on a non scrollable layer is to low.... and almost all actors is -
Stop actor exactly half way on another actor.
by vipasane ·center point of an actor could be calculated for example centrer coord x = x + (width/2) depending on layer you might need to use camera origin x also. -
Tizen & Appbackr program updates 20-May-2014
by Chakku ·EDIT- I just saw his post up top on this page, sorry about that. -
**FREE GAMESALAD TEMPLATES ON GSINVENTION.COM AVAILABLE NOW!**
by Socks ·Of course feel free to do what you think is best, I'm certainly not going to stop you, but taking work others have shared with the community and selling it as your own work for personal profit isn't r -
Is a Teggle like game possible?
-
Any GS games out there hit 1 millions download yet?
by Armelline ·Talo must have got 1m with his Flappy Cyrus game. Been in the top 10 for a while now. -
Any GS games out there hit 1 millions download yet?
-
Absolute minimal way of implementing a "run only on initial scene load"?
by natzuur ·Yes, I would personally trigger behavior 1 first as actors rules/behaviours trigger from top to bottom (layers trigger from bottom to top). So an actor on the bottom most layer with behaviour 1 at the -
How to constrain a spawn actor onto another spawn actor? (FB)
by mitdrissia ·1. How can i constrain a randomly spawn actor on another spawn actor.To visualize, i want a turret to be on top of a pipe like in mario where you see the bottom pipe with a turret that fires bombs. -
Spawning random actors
by umei ·If you preview the game and choose easy difficulty, you will see different obstacles spawning on top of each other. There are 3 obstacles called top obstacle, bottom obstacle, top obstacle 2, bottom o -
Spawning random actors
by tatiang ·Thanks for sending the file. What should I be looking for? Which actors are the ones that you're seeing spawning on top of each other and at what point in the game? -
Spawning random actors
by tatiang ·are spawning. Your goal actor will spawn on top of the actor that spawns it.