-
Trouble getting bike to work with physics
by DrGlickert ·Do you have collisions on the front wheel? -
gameover-reset
by jonmulcahy ·as gslover said, right before you reset the scene you have to reset every individual attribute back to zero. all reset scene does is reset the actors back to their original locations, it has nothing t -
scoring keep going up on it own
by kirkland ·change attribute score = score+1 -
howto move an actor back and forth ?!
by r0x0r ·I'm sorry but it seems you didn't try what I explained, try it, then come back and talk. It uses attributes, movements, conditions, timers, but the behavior is not what it is expected to be. Mabye you -
scoring keep going up on it own
by kirkland ·one last question i know i am sorry how do you make a self attribute -
scoring keep going up on it own
by calvin9403 ·create game attribute called score and self attribute called hit. -
scoring keep going up on it own
by StusApps ·create game attribute called score and self attribute called hit. -
scoring keep going up on it own
by StusApps ·if it is a collision that stops the timer then maybe set some sort of attribute that triggers when that collisions occurs. This attribute would control whether the score is increasing or not. If it is -
scoring keep going up on it own
by calvin9403 ·make an attribute integer, set it to 0 call it score -
Random number, but not all numbers?
by Valan ·In a similar way, but rather than spin the random again an attribute is changed to another number. It's cheating fait a bit, but hey. -
How to stop a movable object definitely?
by ozboybrian ·You think you'd be able to go change attribute > Game > graphics > visible on/off -
need help
by tenrdrmer ·you can use interpolate as a move and even have movable un check which will help a lot. but if you need collisions you will have to leave movable checked. -
Constrain attribute question
by firemaplegames ·Constrain Atribute: self.motion.linear.X To: 0 -
Constrain attribute question
by firemaplegames ·yes, but you will need to create an attribute in the Actor first. -
Constrain attribute question
by StusApps ·Should be able to set linear motion x to 0 in the brick actor. Should work with a change attribute otherwise a contrain to 0 should work. -
Constrain attribute question
by DrGlickert ·So, am I able to Constrain Attribute: self.position.X to self.position.X? Will that prevent the left and right movements? -
Pause Question
by osucowboy18 ·Hey guys, quick question about the Pause Behavior in GameSalad. When you implement the Pause Behavior, does it also pause the time attribute of an actor? I would test this myself, but I'm busy worki -
Help!
by calvin9403 ·have you moved a rule using a scene attribute to my behaviors? there has been a bug since 0.9.0 that corrupts the gameproject when you do that. not sure if its been fixed. -
Help!
by tenrdrmer ·have you moved a rule using a scene attribute to my behaviors? there has been a bug since 0.9.0 that corrupts the gameproject when you do that. not sure if its been fixed. -
howto move an actor back and forth ?!
by r0x0r ·- create Animal (actor) with two attributes, originY and destY as real.