-
Creator 1.24 Hotfix is now available for Mac and Windows
by pHghost ·And they were hinting performance getting much better in a release this coming week -- which I understood as in general, better than ever before, not just fixing the Android issue. -
Achievements work like a charm in GameSalad
by Franto ·@Hoodloc I see what your saying, and although I haven't tried out achievements yet, wouldn't you just have two booleans, one to check if your online, and the other for checking if the achievement was -
Achievements work like a charm in GameSalad
by app_sauce ·You set that up on apple's side. When filling out the achievements on apple's dev site you can make it so the achievement can only be achieved once(i think that is the default setting). GameCenter i -
Updating Sprites on my game
by Franto ·Finished the movement mechanics of the initial boss of the game. Thanks to @socks for providing information on fast constrains and various other advanced methods in the forums, that's how the wings ar -
When will the "Play Sound" behaviour support the use of expressions to specify the sound name?
by Braydon_SFX ·I'd greatly welcome this feature and I think they've talked about it in the past. Not sure when it's coming but it will definitely make things easier inside Creator. -
A question I have not seen before.
by RThurman ·Weight has no meaning outside of acceleration. Without acceleration, you can have no weight. Einstein proved that even earth's gravity is nothing more than an acceleration around a curve as space/ti -
Achievements work like a charm in GameSalad
by birdboy ·There are actors on the menu screen that jump if you tap them. After tapping 42 of these actors the player unlocks the achievement 'Don't Panic, just hop!'. To track this I have one attribute that cou -
Achievements work like a charm in GameSalad
by birdboy ·You're right, that's how it's supposed to work the first time you complete the level (in your example). The problem lies in the subsequent playthroughs of this level. Without any additional logic the -
Will my players lose all their saved data if I start a brand new project?
by MentalDonkeyGames ·@http_gamesalad I assume you´re talking about your game Sway? -
Achievements work like a charm in GameSalad
by MentalDonkeyGames ·Isn´t that how it´s supposed to work? -
Achievements work like a charm in GameSalad
by birdboy ·Maybe I'm misunderstanding you but the message that is shown in the game isn't something I made. That's Game Center telling the player that an achievement was unlocked. That's the problem - there's no -
Will my players lose all their saved data if I start a brand new project?
by The_Gamesalad_Guru ·If you remove or change anything like that you will destroy all the old data. You shouldn't touch anything you don't want to wreck. I would move on to a new game if I were you. -
Achievements work like a charm in GameSalad
by The_Gamesalad_Guru ·You could block out the code that shows the achievement is reached in the game. Then have background code that keeps reporting to gamecenter. -
Creator 1.24 Hotfix is now available for Mac and Windows
by Bitvork ·in the beginning (circle collisions used). How much time it takes? Mac - 2 seconds, iOS - 3 seconds, Android (Galaxy S2) - 45 seconds(!). Everyone could assume that Galaxy S2 is really old phone. But -
Move Vs Interpolate
by The_Gamesalad_Guru ·If it was me I would keep building my game based on those results. As I said, this is a GS issue in relationship to the android build side. It's good though that you took the time to build your code b -
A question I have not seen before.
by The_Gamesalad_Guru ·Density in box2d only affects how objects are forced in a collision or how much energy it takes to move them. In my tests two objects of different densities against gavity travel the same speed. The b -
Achievements work like a charm in GameSalad
by birdboy ·Thank you to everybody who took the time to write me possible solutions! -
New video series on physics in Gamesalad.
by Hameed ·Thanks man, you're awesome! -
A question I have not seen before.
by CaptFinn ·Haha socks I thought for a split second you were helping me understand something. Then you throw a feather and lead image in the mix. -
Platformer game problem
by Hameed ·My question is when there is a right or acute angle between two parts of the platform and the player wants to go from one to the other how can I make the motion and acceleration rules change?