-
How to destroy an actor when a different actor is pressed
by ImaginaryMan ·If you want the text to disappear forever, then instead of changing the image on text actor, just destroy it. -
How to destroy an actor when a different actor is pressed
by TheTiger ·(Quote) -
How to destroy an actor when a different actor is pressed
by RabidParrot ·Make a destroy attribute named "destroyText." -
How to destroy an actor when a different actor is pressed
by TheTiger ·Hi everyone, I have an arrow button actor on my game screen, and I have a text actor on my game screen. Basically when i touch the arrow button actor I want the text actor to disappear, so how would … -
Help with immovable actors
by GamesforGood ·to the bottom of the screen they go back to the top. The issue is they collide with a ball in my game and when they do they obviously move. If I uncheck movable on the ledges they don't move at all. -
Delete random row problems...
by nickname5862 ·I have also got a table, doesn't matter what it is called, with 6 rows, integer, each with a number 1 to 6 from top to bottom. -
iAds banners
by Case86 ·After the latest update, mine iAd banners started to appear on top at Ipad but on the phones there still at the bottom where in want them to be. Anyone else with this problem? -
Scene wrap.
by KillerPenguinStudios ·(Quote) -
Need help with arranging actors positions?
by Socks ·Here you go, it works just fine . . . . except that at moment you can click anywhere outside of the boxes and still destroy them so the code needs a little more work (you probably just need an extra r -
Need help with arranging actors positions?
by Socks ·When touch is pressed destroy this actor -
Scene wrap.
by MentalDonkeyGames ·Make a new layer and unchek "scrollable". Put your arrow key actors on that layer. -
Scene wrap.
by joelloyd ·I'm making a game which involves arrow keys to move, the problem I'm having is when I use scene wrap to go from top to bottom or left to right. In certain positions my arrow keys will be in the way. I -
Problem changing scenes
by tatiang ·If you have unlocked the actor, click on "Revert to Prototype" at the top of the actor's rules. Note that you will lose any instance rules you've created. -
How do you prevent your actor teleporting everytime you touch a certain x,y?
by muchwowapps ·Hi there, my current screen has a "touch area"( bottom half of the screen) while my actor moves on the top part of the screen (another half of the screen) so everytime you touch the -
Top tips for first time publishing on iOS?
by jigglybean ·With 3 games in the works, I wanted for the first time to publish on Apple App store and was wondering if any of you pro's have a 'to do' check list of the kind of things I need to do and the pitfall… -
Stable Release - Macintosh GameSalad Creator 0.12.20
by AlchimiaStudios ·Is it now using 25 more bytes (adding +1 for each character) then the previous, or is it keeping the last string in memory and adding the new one on top in it's entirety? -
Is it possible to change an actors "Layer Position"?
by Socks ·This is how I have set my layer swapping up, it means that while the actor is invisible none if its rules are triggering. Simply turning the alpha on and off would normally mean all the rules are stil -
Is it possible to change an actors "Layer Position"?
by Bad wolf Guy ·Each Actor has many animations and therefore I can not simple spawn an actor on top because it will mean It will have to know what animation frame it is at, which gets to be too much work. Therefore I -
Is it possible to change an actors "Layer Position"?
by Daftbomb ·If it just needs to be on top when moving around you could try hiding the actor offscreen or changing visibility and spawning a dummy actor: -
Is it possible to change an actors "Layer Position"?
by Daftbomb ·when touched - destroy then spawn at front of layer?