-
quickly change scene attribute?
by SkyMaple ·wow, i just finished pasting an attribute 72 times! It only took me 15min! It probably would have taken me at least an hour to do it without the update. -
Help Please- 3 questions: 2 about update, 1 constrain
by outasite ·- I'm stuck on being able to constrain my actor to my mouse x & y, and then also not allowing it to go outside of the screen. -
quickly change scene attribute?
by SkyMaple ·Is there a way to quickly change the camera tracking area between 70+ scenes? -
Undo Or Erase
by Chaser ·Put a rule in the actor that is being used as the drawing that says when some attribute you create "erase" is 1 then destroy this actor. Then make an erase button Rule when touch -
Working with click (touch) to move
by scitunes ·Create an angle attribute (game.HeroAngle) -
collide and overlapping problems, ugh.
by Stormtrix ·Constrain self.position.x To: game.touches.touch 1.x -
Otherwise alert
by steve86 ·Sometimes you don't know where the heck is that specific attribute changing and it turns out its hidden inside in the otherwise section.. -
Remembered Touch and Release Bug
by gyroscope ·I think I understand: the balloons need to be popped in order, so you've an game attribute called PoppedCounter, set to 1 inititally. -
Remembered Touch and Release Bug
by Gannuscio ·Whoops, just saw your comment on load/save attribute. I am not using either one anywhere in the game. -
Remembered Touch and Release Bug
by Gannuscio ·I have an attribute (Integer) called PoppedCounter. This integer is initially 0. After the first actor is touched it is then changed to 1. After the second changed to 2 and so on. -
Remembered Touch and Release Bug
by Gannuscio ·I have a touch -> release on a character and this touch and release is wrapped within a rule stating an attribute needs to be a certain number before this action takes place. -
Images bug in 0.9.3 update!
-
Move back and forth
by gyroscope ·Make a game text attribute called Direction, set its value to right. -
Problems With Move To command
by gyroscope ·Hi TwilightHunter; you have to use the Constrain Behaviour always if you want your actor to always follow another. -
GameSalad 0.9.3 - Game Center is Here!
-
Save-Load Attributes
by ErayT ·I have a really strange problem with the creator. I have set all behaviours needed which I have to use for an actor. It includes the behaviours "save attribute", "load attri -
my game does not work!!!
by jonmulcahy ·Make sure you check all your rules, especiAlly if you removed an image, sound or attribute recently. -
Backgrounds Options
by SkyMaple ·rule when attribute ??? is ??? -
accelerometer detection help, and tying that to the volume
by SkyMaple ·Well the accelerometer never gets higher than 1 and neither does the music volume. I would say you should constrain- Music volume -> ABS(accelerometer X,Y,or Z). Play around with the settings, -
Guys, any advice on pressure sensitive drums would be helpful
by old_kipper ·a rule that captures the movement by changing an attribute if the input is larger than the current value, and then display that value in a display text in an actor. I would also ad a reset button so