-
How to reset game score from pause menu
by Idratherfly2000 ·Change Attribute game.score =0 -
Adding +1 to Score Only Once
by Octappus ·On the actor that is tapped to add +1 to the score, create a self.attribute that's an integer and call it self.score. -
Combo scoring with multiple hits to dead actor
by old_kipper ·change attribute game.scoremultiplier to game.scoremultiplier+1 -
Extra life prompter
by zombieaddict ·create an interger attribute named HealthRandom (or something) and make sure its set to 0 at the beginning of your levels -
Combo scoring with multiple hits to dead actor
by Zombiebrains ·What attribute do i use to set up the multiplier...integer, real or index -
Combo scoring with multiple hits to dead actor
by old_kipper ·which then counts the hits to a your multiplier attribute. If this is a game or (possibly a scene attribute), it can also be referenced by the actor that displays the 'combo text'. The combo text act -
Interaction on rotating actor
by sebmacfly ·No problem with tha position X and Y, i use the constrain attribute for that. -
Combo scoring with multiple hits to dead actor
by Zombiebrains ·I think I needs some sort of attribute and timer but not sure how to do that... -
How to reset game score from pause menu
by zombieaddict ·in your rules in what order have you got it setup? if you've got the reset taking place before the change attribute game.score=0 then try moving that up the top. if that doesn't work try delaying the -
Simply touch screen to move actor
by Octappus ·Behaviour: Interpolate Attribute ... self.Position.X ... To ... game.Mouse.Position.X -
Save/Load Attribute problem
by sebmacfly ·Not 100% sure, but if I'm understanding your post correct, try changing it to 0.5 seconds or 1 second and see if it loads the attribute correctly. -
Save/Load Attribute problem
by Holderness_Media_Inc ·Not 100% sure, but if I'm understanding your post correct, try changing it to 0.5 seconds or 1 second and see if it loads the attribute correctly. -
Save/Load Attribute problem
by sebmacfly ·I'm having troubles saving and loading attributes (i never had problem with that before in my other projects...) -
How to reset game score from pause menu
by Idratherfly2000 ·obviously does not reset, so I input Change Attribute game.score=0 when the reset button is pushed but this does not reset the score when you go back to the level. Am I doing anything wrong? Is there -
Loading Times and RAM Usage
by azimpact ·Example: I have an attribute for FramesPerSecond, an attribute for max number of frames in the sequence, and an attribute used as a counter for the frame number. -
Need help with AI
by outasite ·Finding open spots (62 rules & 257 Change Attributes): -
Why isn't Deep Blue App's Icon Creator on the Mac App Store?
by calvin9403 ·sorry the icon creator is good, but not other programs like GS attribute(will be useless for people who is not using GS) -
Need help with AI
by RedlerTech ·1) You need a global attribute for each possible space a player, or an enemy can move to. -
Updated GameSalad Roadmap - September/October 2011
by MagoNicolas ·Will it be a simple thing of if they buy a new level or gun it will just turn an attribute to true and the user won't actually be downloading any new content? -
Character Facing and Firing?
by richcoy ·I've figured out the character facing issue, I set an attribute and change the image based off of that.