-
GameSalad Impressions
by Kozax ·* Custom collisions requires third-party software, one free that is really hard to run on a modern mac (requires old java version) and one paid. -
Rotating when jumping or falling
by The_Gamesalad_Guru ·Change attribute self.rotateangle to self.rotation -
joystick controls
by jamie_c ·I don't a joystick at my office to check this out. But what I would think about doing is recording the players direction of movement in an Attribute and then when the joystick returns to the center po -
Update 1.24.42 is available
by myke66 ·(Quote) -
Scene doesn't reset properly on second scene
by The_Gamesalad_Guru ·Change attribute game.score to 0 -
Scene doesn't reset properly on second scene
by dmaywood821 ·(Quote) -
Prevent velocity...?
by Armelline ·* You could do what @owen_dennis suggests and use an attribute to track when the power button is pressed. This would most likely work, but would possibly lead to a slight lad in the actor moving as yo -
Scene doesn't reset properly on second scene
by tatiang ·Here's an example: let's say you create an integer attribute called game.lives and set it to 3. And then you play the game and lose a life. When you start again from the menu scene, game.lives will -
Make an actor only appear if its a new install?
by MentalDonkeyGames ·Make a game attribute (boolean), and call it FirstLaunch. Set it to true by default. -
Inventory (table) issue - Need help
by KIIVIIN ·BUT when I click the item in the inventory, it change the slot attribute to image none and that is great but when I then later add an item again it cannot add to empty spots if an item is next to it. -
Weird Change Attribute Error?
by tatiang ·Just a hunch but in your equipg actor at the top-right of the Store scene, you are saving the game.Green Bubble attribute to the key "red". I'm guessing that might mess up a few thi -
Weird Change Attribute Error?
by Games4life ·then when I go back into the store again all of the attributes get changed to truehttp://postimg.org/image/5xqlmccap/dcc45820/ -
Mute/Un-Mute Button
by Socks ·(Quote) -
Mute/Un-Mute Button
by Socks ·Also, it doesn't really matter whether the attribute is real or integer in this situation. -
Mute/Un-Mute Button
by tatiang ·* Change Attribute game.value to mod(game.value+1),2 -
Mute/Un-Mute Button
by Kozax ·Also, I assumed the attribute you created is an integer. -
change image in actor doesnt work??
by Armelline ·What you describe should work. Getting white boxes implies you have not correctly formatted your change attribute. Put a display text in and have it display the image name, and double check that what -
change image in actor doesnt work??
by van-uden ·change attribute -
How to check the device is connected to the internet or not?
by Hopscotch ·The networking behavior set the call back attribute to 1 only after it completed its operation successfully. In a mobile environment this can take a few milliseconds, long enough for the rule first to -
GameSalad Pinball Jam!
by Toby ·Not sure, maybe. The custom collisions poly feature is working well in the current build which was the whole point of the Pinball Jam. Only the Chefs can confirm for sure.