-
Making player bounce on top of enemy without taking damage!!
by Chestosneako Inc ·I did exactly what you described but I'm not sure if I did it correctly, so I'll show you what I've done: https://drive.google.com/open?id=0B-lJpxbDBNVoSjI5VU5MTnNQZFU -
Quicky Notes - utility app
by hybrid ·I tried to make an app that its not a game (i always wanted to make an utility app) i think i made a ok note app, it have its limitations but i think it worked. -
Drag to rotate - question
by Adrenaline ·This worked like a charm, thank you @RThurman ! -
Black Screen
by Amare Studio ·I ll start doing some test on that,and see how it's gonna go. -
Black Screen
by Armelline ·It seems that what causes the problem is triggering the move behaviours within a 2-3 second window at the start causes the problem, which means it's likely something in that move logic. The first thin -
Black Screen
by Amare Studio ·Thank you Armelline for the response. -
Black Screen
by Armelline ·This sounds like there's a good chance it's caused by your logic. What things happen in the first few seconds (loading of tables etc.)? What happens when you move your character that might be interrup -
Black Screen
by Amare Studio ·I am making a "kind of" large game with many actors,images,sounds etc.My issue is that, by the time the game starts,if i make my character move immediately,there is this black screen -
Tutorial: Facebook Sharing with GameSalad
by Armelline ·@kianziack There will not be a Windows specific version - you can't copy actors between projects in Windows so there's no point. I'd recommend opening the Mac version (can be opened on Windows) and ou -
Top Gamesalad coder looking to partner with artist.
by KnightStar ·@The_Gamesalad_Guru - Hey Dave - perhaps you could add a bit more details to your request -such as listing out the specific needs you're looking for in an Artist partner. -
Installing game to my iphone
by Adrenaline ·You can download the GameSalad app from the AppStore and use it to preview your game from the Creator. That's the fastest and easiest way. -
Top Gamesalad coder looking to partner with artist.
by Adrenaline ·There have been a number of impressive artist threads around here lately. However, for the most part, I don't think their styles jive with most GameSalad projects. Additionally, it's not uncommon for -
[Solved] Main Menu and Retry Button
by jamie_c ·Make sure the Scenes you are going to using the Change Scene Behaviors are the correct scenes. -
Jumping animation
by jamie_c ·Glad you got it working. I would have had to know your exact code/behaviors to give you any more specifics. -
[Solved] Main Menu and Retry Button
by Adrenaline ·It's difficult to find a solution for this because you're only telling us what you're trying to do. It makes sense, but clearly something is going wrong that we can't see. Can you show us what your ru -
Jumping animation
by Adrenaline ·Right now, you've got the animation starting with the push of a button. -
Jumping animation
-
Jumping animation
-
Drag to rotate - question
by Adrenaline ·Thank you, I'll try this when I get home tonight. I was cooking up a much more elaborate solution so I'd love if this did the trick instead. -
Making player bounce on top of enemy without taking damage!!
by frd ·For example if y velocity is greater than or equal to 0 and it collides with enemy, then cause damage to hero, and if y velocity is less than 0 bounce up again. This should mean that when it lands on