-
Timer not displaying down to hundreth decimal
by tatiang ·It's possible that you're experiencing a known bug: http://forums.gamesalad.com/discussion/62543/bug-when-subtracting-0-1-from-a-real-attribute. -
How to make coins attribute ?
by ofekez ·I've make an Change attribute behavior -
How do you stop 2 or more rules from conflicting?
by stackpoole ·change attribute [game.current state] to 1 -
Timer not displaying down to hundreth decimal
by gyroscope ·(Quote) -
Actor Random Colour Help!!???!!
by gyroscope ·Here's one way: in the actor's Rules that's to be spawned (in the Inspector) add the following (after making a real attribute called Random): -
Help Creating and Controlling Wind Powers!
by CriticalGames ·@ScrabooliStudio - Wow, very interesting ideas! Density only seems to change how actors affect each other (the pull they have on each other, basically). Good idea about using an attribute to dictate w -
Actor respond to player only if its within designated radius.
by GSlostsoul ·I'm using the swing knight template & have no idea how to make the line constrain to a certain length. In the current template, the line can be connected no matter where the player is. What I' -
Timer not displaying down to hundreth decimal
by MattButlerStudios ·change it to 00.00? Also, I am using a self made attribute for the time that is in fact a real attribute. The code that you suggested (@gyroscope) started with the top being the first digit and so on -
How to make coins attribute ?
by ofekez ·Change attribute or Constrain attribute ? -
How to make coins attribute ?
by gyroscope ·Change Attribute game.Coins to game.Coins + game.EachGameCoins -
Change actor's name?
by gyroscope ·Hi @mhedges You can't change an actor's name anytime during runtime but a straightforward solution for you is to simply use a boolean as a switch or trigger, so-called ... it can start out at the defa -
How to make coins attribute ?
by ofekez ·Something like (Constrain attribute : Game.Coins to Game.EachGameCoins + ???? maybe .. -
Timer not displaying down to hundreth decimal
by gyroscope ·OK, make sure your Timer attribute is a real one (as I'm sure it is), set it to 30 (secs) or whatever you want, and try the following fine-tuning to what you've got already: -
Timer not displaying down to hundreth decimal
by MattButlerStudios ·Hi thanks for the response. My attribute for the timer is real. I was counting down using a timer that said every .01 seconds change attribute game.timer to game.timer -.01. I don't know what is up b -
Fix overlapping of actors, different method
by ExplosiveGamer ·Hero Actor- This is you. (Player) Position x and y are shared on game attributes as hero x & hero y. -
Old Cookbook Definitions Page
by ForumNinja ·* Attribute: Attributes contain numeric or text values that govern various aspects of the game, scene, and actors. -
Displaying Game Score Help
by stackpoole ·perhaps you set your attribute at 100 under the attributes tab in gamesalad? Check the screenshot to see what I mean. [above] -
How to reset a previous scene in another scene
by BigDave ·change attribute to 0 -
Displaying Game Score Help
by MykoKurtz ·I make a game integer called score. I make a actor called score, n place it into the project. I change the opacity to 0. than I drag a display text attribute into the actor named score. I change, Disp -
How to reset a previous scene in another scene
by Monsterzproductions ·ok so i have an integer attribute called stopwatch , the question is how do i reset it