-
Making Layers appear or disappear?
by SLOCM3Z ·You could use a boolean that says if LAYER1 is true(this is showing) :do: change attribute self.Alpha 1 :else: change attribute self.Alpha to 0 and so on and so on with the others. -
Multiples of a number
by Gamepenciler ·Attribute : Score = (every 20 score points?) -
Random set images with tables problem.
by CodeMonkey ·You are changing the image to the index that is randomly selected instead of the value at that index. The actor that selects the random number, put that in an actor attribute instead of a game attribu -
Network Send Table to URL Action not working as expected
by colander ·Update if anyone else has an issue with this. GS has it listed as a bug at http://bugs.gamesalad.com/show_bug.cgi?id=1410 it caused by using and attribute to store the URL. In the mean time they advis -
Gun Rotation Problem
by SLOCM3Z ·No, I was asking because you have been here for a much longer time. @trevorgolinar@outlook.com You should use a constrain to player x and y to keep the gun following the player. -
Gun Rotation Problem
by Socks ·(Quote) -
save game and load with attribute
by jamie_c ·If you save an attribute with the save attribute behavior you'll need to use a load attribute behavior to load it back into memory after the game has been quit. -
save game and load with attribute
by Baccarda ·If i am saving and loading game progress with attributes will they load after closing game? -
Fire breathing death
by frd ·My best guess is that the constrains are muddled somewhere down the chain. Your video shows the flame x is constrained to the dragonfly y. It should be the flames' y constrained to the dragonfly y. Th -
How can i loop my constrained actor?
by SLOCM3Z ·a rule that says, if self.FirstX > 0 :do: constrain attribute self.Position.X to self.FirstX. Then do the same with the Y. This will allow the coin to always stay where it is spawned. -
Gun Rotation Problem
by SLOCM3Z ·@Socks wouldn't you constrain the gun to the characters X and Y with an offset? That is how I would do it @trevorgolinar@outlook.com -
How can i loop my constrained actor?
by Flames.Inovation ·Sry i didnt explain my question properly. I have difficulties on my coin actor,can my coins stay ON the ground although the ground is like a hill.I tried constrain attribute but did not work. (Image) -
Gun Rotation Problem
by Socks ·(Quote) -
Gun Rotation Problem
-
Gun Rotation Problem
by SLOCM3Z ·You would constrain the gun to the player's X and Y. With an offset of course so that it looks like the player is holding the gun -
How to make an actor half of its body is use for another purpose?
by Flames.Inovation ·Thanks guys...Now, i already know how to constrain attribute.Much appreciated -
Mac Release 0.13.41 is available
by blagdonapps ·Is anyone else having problems with the latest version of creator (13.41) crashing when adding new attributes to an (biggish) existing project. Tried with a new project and a fairly small project and -
How to change attribute every 24H? (it is not a repost)
by stefdelec ·source:https://forums.gamesalad.com/discussion/48523/how-to-make-an-attribute-change-every-24-hours -
How to make an actor half of its body is use for another purpose?
by Socks ·http://forums.gamesalad.com/discussion/75220/fast-constrain-linkmachine-v2 -
Pinch zoom
by airone747 ·1) I insert a new attribute of game ... for example "Scale" (integer)