-
Audio narration on/off button
by JohnPapiomitis ·why on earth would you spawn and destroy to stop music/sound.... -
Audio narration on/off button
by Chaser ·To do it as sound set a secondary actor to spawn that plays sound when your button change attribute is 1 and destroy that sound playing actor when the attribute is 0 -
does ram reset everytime we go to next scene?
by steve86 ·I believe when you change a scene the RAM gets a reset. try and search for the recycling actor method. It is way better than spawn and destroy. -
does ram reset everytime we go to next scene?
by guilleface ·or keeps saving until the game is finish or exit, also is the spawn and destroy bad for games created with gamesalad or other developers have same issue, if is gs, why they dont do something to fix -
does ram reset everytime we go to next scene?
by guilleface ·or keeps saving until the game is finish or exit, also is the spawn and destroy bad for games created with gamesalad or other developers have same issue, if is gs, why they dont do something to fix -
Velocity collides destroys actor?
by djmoya ·How do i make it so if a wall is knocked ontop of actor with a certain velocity it will hurt or destroy the actor? -
Mother Goose on a rocket
by ck ·and Top 20 in 15 countries -
actors receiving a touch
by gbh1935 ·I have a game I am working on and have a major issue. In the background when you touch the screen it will spawn a new actor. Then I want to be able to touch that actor and make it do something. My -
Resolution Independence Unchecks Itself
by Yodapollo ·Thanks, everyone. If this is indeed an issue, it will be our top priority to fix. -
Issue with 1024 images ?
by ARandomDay ·Now I have a 1024(x) by 185(y) images that I want to replicate / spawn / destroy so that it runs in a continuos loop, leaving the left side of the screen and coming back around or spawning onto the ri -
Reset a scene without stopping music...
by tenrdrmer ·Wow I didn't know that, hardest part sounds like it will be the destroyed actors. Need a controller object to respawn them only if they were destroyed, etc. -
No Code, Ever !
by tenrdrmer ·GameSalads original plan was to allow pro members top export their projects to xcode for further customizing. They have since left that plan but it would have really solved a lot of the calls for this -
Matter Ball is live! (My first app!) EDIT: PROMO CODES
by jb15 ·It's called Matter Ball, and it's a physics game where you destroy red balls by tapping them, and try to get the blue ball to hit the green ball. -
Having an issues I think is caused by when touched is released.. Help please
by gyroscope ·Hi, touch goes through all layers in GS unfortuntely, (you know, bit like the green goo from Alien ;-) but I think there's some sort of workaround though I can't find it unfortunately (from Joe of Fir -
How Cool Would it be if "Commenting Out" could be use this way
by gyroscope ·Hi dotsonj23; I guess you've upgraded to 0.9.4? Each behaviour in this version now has a little button on the top bar next to the disclosure triangle to turn behaviours Off or On (default set to On). -
Problem with scrolling background with moving actor
by dotsonj23 ·off screen I just unchecked scrollable for every layer. Problem solved. Sometimes solutions are so easy and right there in front of me I just look past them. But I took a couple hour break and the -
Another reset sence
by MidNightGamer1125 ·and that shouldnt be to hard to get them to stop spawning my problem is the main actor. -
Reset a scene without stopping music...
by tenrdrmer ·Yep that is the basis of instant reseting. Make sure you are not destroying anything though. Instead of a destroy change the x and y to an off screen position. -
Need Help: Making a Realistic AI
by HoneyTribeStudios ·I have a simple, single screen, top down shooter demo which has a good AI. i.e. the enemy rocket follows you, shoots when near and moves to avoid your shots. -
Change alpha left to right?
by bluebyu25 ·Hey I am trying to figure out a way to change the actor's alpha value marginally. From left to right or top to bottom, anybody know a way?