-
I've officially had it with GameSalad!
by StormyStudio ·Or referring to an attribute in the Rules somewhere that's been deleted... -
I've officially had it with GameSalad!
by gyroscope ·Or referring to an attribute in the Rules somewhere that's been deleted... -
Limit Actors On Screen????
by Asymptoteell ·Make a rule for the spawning so that if an attribute is less than, say, 2, it will spawn. Then, each time it spawns one, make that attribute move up one (starting at 0) so that after two actors spawn -
3 hours spent trying to find one rule that is causing problems. Where is it?
by StormyStudio ·I'd done the 'display text attribute' to check that the rule that controlled the actor fading in stayed at 0 .... which it did... -
3 hours spent trying to find one rule that is causing problems. Where is it?
by butterbean ·What helped me was: Using the display text attribute to display certain rules and behaviors, so I could monitor if they were getting switched on and off, or changing when they're supposed to. -
3 hours spent trying to find one rule that is causing problems. Where is it?
by StormyStudio ·I've achieved a few bits early today, but then have one little bug where an image is fading in even when its attribute that tells it to fade in does not turn on. -
Help With The Math
by osucowboy18 ·Is game.bankRoll an integer or a real attribute? -
Help With The Math
by gyroscope ·Hi Bruce, you need a bankroll attribute to update. (Or have you got it working now anyway?) -
Dam Ghost! I can't shake him off
by UtopianGames ·4 masks constrain to various X Y parts of the ghosts. -
Need help with collisions!
by simo103 ·I am also stuck on this issue. I set an attribute when I was moving my main actor and had that attribute set self.moveable to false for the blocks but they still move? -
Can someone help make a demo for this?
by JohnPapiomitis ·Then you would make real attribute brainx. Constrain brain x to the actual brain actors position. Then in your stench and zombie overlap rule where you put the interpolate have it interpolate self po -
Need help with collisions!
by cbowers428 ·I have blocks falling from the sky and when they land they hit the ground and stack up. However, after a while they start to bounce and like float upwards. All of them and the ground have a Restituti… -
How to make actor to keep rotating
by Falcon80 ·Thanks gyroscope. I think the Rotate behaviour is what I need. I misunderstood your earlier post. I thought you were suggesting to change the rotation attribute with the timer. -
Collisions not detecting in 0.9.0 - worked on 0.8.7!
by UtopianGames ·You need to make sure at least one of the actors is movable for the collisions to register, could this be the problem? -
Pausing an actor that is accelerating?
by GamersRejoice ·That would work but I'm pushing GameSalad as it is and can't afford to constrain more invisible actors. I've been experimenting with changing attribute self.physics.movable to false but can't seem to -
How can I have random spawning actors with random colors?
by gyroscope ·hi, I think the following should work, but untested: new integer attribute SpawnColour; in your actor to be spawned, change attribute SpawnColour (or Color if you live in the US!) to random(1,5). Then -
Pausing an actor that is accelerating?
by FanStudioUK ·It's not working like this for the accelerating objects, instead what you should do is to constrain X.position and Y.position of the actor that is accelerating. And having a rule on an actor each time -
Pausing an actor that is accelerating?
by osucowboy18 ·if game.Paused (or whatever you named your pause attribute) is False, then allow the actor to accelerate, but if game.Paused is True, do not allow the actor to accelerate. Make sure you change game. -
Gravity question
by gyroscope ·Hi, once you've applied gravity using the Gravity Behaviour in the Scene attributes, every actor within that scene is affected by it. -
Collisions not detecting in 0.9.0 - worked on 0.8.7!