-
Stopping actors
by firemaplegames ·As of 0.87, Actors now have a new drag attribute. And it's changeable at runtime. -
GameSalad 0.8.7 Beta Now Available!
by CodeMonkey ·If you have used the Drag behavior in your project, it has been changed into two Change Attribute behaviors. If you relied on the Drag behavior to only be active depending on a set of rules, then you -
GameSalad 0.8.7 Beta Now Available!
by Yodapollo ·'Drag' behavior has been deprecated and in its place are 2 new attributes in the Physics section of an actor's attributes, which can be changed by a 'Change Attribute' behavior. (see Below) -
Restitution Questions...
by stocks109 ·I'm brand new to GS. I've been taking the tutorials, searching the forums, etc and one wall I've run up against is the Restitution attribute. -
Scrolling speed attribute
by gyroscope ·To the best of my knowledge, I dont believe there is a scrolling speed attribute. -
Title screen crashing
by Stryfe01 ·Change attribute game.choose to random (1,3) -
Collide and bounce with the scene border...
by iPhoneDevForMe ·--Change attribute self.motion.linear velocity.x to -self.motion.linear velocity.x -
Collide and bounce with the scene border...
by roxdes ·I use the velocity attribute, with a random direction, but my actor disappear ! :-( -
Scrolling speed attribute
by iPhoneDevForMe ·To the best of my knowledge, I dont believe there is a scrolling speed attribute. -
Scrolling speed attribute
by gyroscope ·Doesn't seem to be there; needed for different background layers scrolling at different speeds. -
Title screen crashing
by beefy_clyro ·Change attribute game.choose to random (1,8) -
Race scoring system? - PLEASE HELP IM SO STUCK!!!!
by POM ·and to each rule add another change attribute below - change self."what place am i" to - -
Changing attributes globally
by firemaplegames ·Any actor instance in the Scene can get (and set) any other actor instance's attributes. -
Collide / overlap rule not working when using change size
by rebump ·Use "change attribute" for "self.size.width" and "height" (possibly inside a timer if you want them appear to grow or shrink) and the collision wo -
Race scoring system? - PLEASE HELP IM SO STUCK!!!!
by rebump ·to the third place rule (along with a game attribute for "third place") -or- upon being assigned a place, no longer evaluate the rules (i.e. "if 'what-place-am-i" -
Matching game - when 2 cards don't match - flip back - err how
by Stormtrix ·i'm thinking i need to use a boolean game attribute. not sure about it though. -
Changing attributes globally
by gyroscope ·I would want Actor1 to, let's say, rotate; if a boolean attribute of another actor was set to true. I'd be surprised if this can't be done, but I can't find any reference, or work out how to get the c -
Few more feature requests...
by gyroscope ·• If a lot of attributes are needed with similar names (e.g PlayerPos1, PlayerPos2, etc) as well as all boolean, or all text, for instance, the ability to copy a newly made attribute, maybe by holding -
Collide / overlap rule not working when using change size
by POM ·change attribute "game.collision is on" to true -
Random integer question.
by ORBZ ·I don't understand what your single global attribute does? hold a number between 1 and 10?