-
How to collide and destroy
by monkeed ·I've started a mini golf type game. I'm currently working on the destroy behavior when the ball hits the hole. I've got it working, but I don't want to destroy the ball if it is going too fast when it -
A few issues while working on a platformer
by tatiang ·@egyptcapri I haven't mastered jumping yet. There are others much more qualified to answer. You can take a look at the Platformer Template (open GameSalad and click New and you'll see it in the top -
i can't make a actor stop with change velocity?
by guilleface ·hi all, i have my actor changing velocity to random (0,360), speed=120, but when this actor collides with "hero" i want the actor to change position to top of the screen and to no lo -
A few issues while working on a platformer
by egyptcapri ·3. again like mario i would like the characters to flicker when they are dying then disappear. the disappear i know how to do using destroy its the flicker that I need to understand. -
Remove iAd on game pause?
by MarkOnTheIron ·You can try to put the iAd behavior in a new actor and then before the pause behavior happens you can destroy that actor. -
Amazon App Store Fail, Fail, Fail
by FallacyStudios ·that hate it to get a bad review. It can really destroy new games very quickly because of this. The ones that hold good ratings just have to be so damn good that no one complains (but I have seen com -
Amazon App Store Fail, Fail, Fail
by FallacyStudios ·that hate it to get a bad review. It can really destroy new games very quickly because of this. The ones that hold good ratings just have to be so damn good that no one complains (but I have seen com -
iPad - Honey Tribe: Colony Collapse HD - Beautiful art and sound
by HoneyTribeStudios ·is what the channel is about - rambling over the top of trailers. -
Bug when dragging behaviours on to actors or actors to scenes
by RedCat ·Also had it fall over when trying to rearrange layers and layer folders - same thing ghosts appear but layer didn't move. -
particles question
by jnica23 ·The particles work great (you can see in the video). Having some trouble with the score though. I want to interpolate the score for example when I destroy something but it interpolates it too much. -
Remove iAd on game pause?
by richcoy ·I have an iAd set up at the top of my start screen. When I test my game in GameSalad the iAd goes away when the app is put into pause, on the device however the iAd continues to show on the pause scre -
How can i make a text in the app that the user is able to scroll down and up ?
by tatiang ·I'm not entirely sure how to do that. I wasn't happy with the way it continues to scroll at the top and bottom edges, but I didn't work out a solution. I may think something up but in the meantime, -
Fading out a particle effect?
by JohnPapiomitis ·and if you still want to destroy it just put the destroy behavior in a timer after(however many seconds you want) -
Fading out a particle effect?
by SlickZero ·You could constrain another actor that controls the particles and have a timer, and set it to destroy a little later than the actor. -
Fading out a particle effect?
by part12studios ·Thanks for sharing, but its not the fade that i'm look at.. its the actual stopping of particle spawning.. what happens when i destroy it (because i don't know how to fade it out) all of particles va -
Fading out a particle effect?
by part12studios ·i have a game where i need to make a partcile effect when something is destroyed.. but it seems like i only have two choices.. 1. let it go forever.. or 2. destroy it which instantly makes it vanish -
A few issues while working on a platformer
by tatiang ·Add a game.starCount attribute. In your ninja star actor, change attribute game.starCount to game.starCount+1. For your rule where you destroy the actor (or it moves off screen), add change attribut -
4 player controls not working as it should
by Fredrik Bixo ·Fixed it guys by placing the buttons on a HUD layer. YEY! -
Old arcade style hi score screen
by tatiang ·Until tables are writeable (and IF we will even be able to save them as attributes is another question), the only way to do that is to have 10 keys that you save high scores to. I think you'll have t -
Help with platformer/ side-scroller.
by akstudiodevelopment ·Create a second layer above the current one, and untick "scrolling". Place you control actors in that layer.