-
Resizing to iPad Technique
by Braydon_SFX ·I created a real attribute (global) called iPad/iPhone and set it to .9 -
Daily WTF moment: Bug in loading and saving attributes (IMPORTANT!!!!)
by hmchan4 ·As said by mynameisace, this is the problem when you use expression editor to type in the save attribute key and load key -
TOTB4 - Simo103
by simo103 ·on Trivia, then that value is assigned to an attribute I can then use to select a random trivia question to display. Was quite a bit of work but I think its starting to look good. Down the road would -
problems with touch buttons interface
by GLGAMES ·change attribute "button active" = true -
Game Rounds?
by JohnPapiomitis ·Have a attribute called EnemiesLeft and set it to the ammount of enemies you have to kill. Then have a rule when attribute EnemiesLeft = 0 change scene or do whatever you want to start the next round. -
Attention Gamesalad Management: What Features Do You Want? Round 2
by jckmcgraw ·I am still new to GS, and don't know what a joint is. I'm guessing it has to do with constraining actors to each other without use of constrain attribute? -
4 Questions
by InvertedSoftworks ·With the reset button though can i use the same attribute to create the same action when he dies? -
Resizing to iPad technique - same project file
by Braydon_SFX ·Integers work, but I used a real attribute. -
Resizing to iPad technique - same project file
by tenrdrmer ·I actually just made some integer attributes in penguin glide so I could set which of 3 resolutions I wanted to use 1-3 for iPhone iPad and nook/Fire Then I made a second integer attribute and I use t -
4 Questions
by Braydon_SFX ·Create a new attribute called reset. (Boolean) -
Resizing to iPad technique - same project file
by Braydon_SFX ·I created a real attribute (global) called iPad/iPhone and set it to .9 -
Converting Penguin Pounce to iPad - Help
by tenrdrmer ·And for the side that looks stretched just add a Change Attribute self.width to self.width*0.9 -
When pressed actor make the other actor move to a position
by MotherHoose ·-- drag in a Change Attribute behavior: click the […] in 1st Column click Current scene; 2nd Column click layers; 3rd Column click Background; 4th Column click Actor 2; 5th Column click Position; 6t -
letter movement freeze "how?
by JohnPapiomitis ·when its at the correct place and then constrain to them -
Left Button Works, But Right Doesn't
by muveemutt ·true and game right pressed is false then change attribute game.leftpressed to true, otherwise change left pressed to false. I have exactly the opposite on the actor for the -> right hud butt -
HOw to stop an actor?
by GuaveMedia ·Thanks, constrain helped (Image) -
How to shoot towards a moving actor but allow the player to dodge the projectile?
by FirstDan ·but the problem that i seem to be having is, my shooting actor is in a non scrollable layer, when my player is within xsize 0-320 and y size 0-480, it works fine, but when my player goes greater than -
HOw to stop an actor?
by tenrdrmer ·Or constrain the velocities to 0 -
HOw to stop an actor?
by GuaveMedia ·when my actor collides with an other actor, I change an attribute to 1. And I want -
Spawn new actor to move/chase main actor
by jckmcgraw ·You will need two real game attributes. Call one of them playerX and the other playerY