-
This new log in sucks!
by BazookaTime ·(Quote) -
Setting up in app purchases on Android
by Lovejoy ·@http_gamesalad Make sure that if the in app purchase is a consumable like buy 50 coins, you need to create it as an unmanaged product. -
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. -
Setting up in app purchases on Android
by MentalDonkeyGames ·If the iap works on your iPhone (like you said in the first post), then you have everything set up right in GS creator. The set up is the same for iOS and Android. -
Feature Request: WebView -> Vote for it!
by ThoPel ·Most features could be done via simple url, so any Webview Behavior could solve it. Or for example you could create a small actor and open a webview with the facebook javascript plugin -
Partially responsive actor
by Village Idiot ·What if I had randomly spawning actors which resembled a ball attached to a stick, with the stick pointing down and the ball sitting attached on top of the stick. Would it be possible to make it so th -
Ways to market your app?
by http_gamesalad ·the look of my game! @iamcartez I have no idea how tumblr works honestly, I know this one girl who has around 500 k tumblr followers... we don't talk much but maybe I can talk to her to help promo my -
Rate App: Purchase table, other table, no table to store value?
by The_Gamesalad_Guru ·You can save any value with a table or save attribute behavior. -
Attribute Changes When Game Restarts
by The_Gamesalad_Guru ·When a behavior is exposed outside a rule it will execute as it has no rules to stop if from doing so. Plus attributes don't get saved in preview when exiting. Also be sure you have the load attribute -
Attribute Changes When Game Restarts
by ShineHouseGames ·(Quote) -
Gamesalad slows down when there are many rules
by The_Gamesalad_Guru ·As you grow in your knowlege of building logic you'll find you won't need so much code to do stuff. Keep at it and keep studying. It's all part of the learning process. Be sure to send in the crash re -
Rate App: Purchase table, other table, no table to store value?
by The_Gamesalad_Guru ·You can't modify the purchase table. You must use your own table or an attribute save. -
Rate App: Purchase table, other table, no table to store value?
by mhedges ·If I were to use a "Rate App" actor in the game, where would I store the attribute that would hold the value "Rated"? Are you guys using a table for this? If so, -
Attribute Changes When Game Restarts
by The_Gamesalad_Guru ·Do you have the identical key including the uppercase in the load behavior. This is why I reccomend using simple numbers as keys not long strings. -
Is this supposed to be happening with tables?
by The_Gamesalad_Guru ·Did you send the bug splat when the crash happened? I would submit a bug report. -
hero throws item when button is pressed
by ThoPel ·e.g. your actor shoots an arrow with a bow -
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. -
Gamesalad slows down when there are many rules
by BigDave ·But you don't have to run against them and blame it. You can move within the constraints and build something great many have proven that. -
This new log in sucks!
by BigDave ·Your username and post amount indicates other, I think that phrase is dropped to give your complaint a bit more heaviness. -
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.