-
GS game user experience
by echoink ·I am really enjoying GS so far, so I am attempting to constrain my brainstorming to any possible limitations (2D, pseudo 3D, slow load times for graphic-heavy games, etc) and want to plan accordingly. -
Need help please (Button for "Next Scene")
by benny3932 ·I've tried the "change scene" attribute but it just automatically takes me to a scene with out clicking the button. So my question how can i make it so when I click one button or th -
Right and Left Movement
by darlene57 ·In the windows version I cannot find the attribute when touch is inside. -
Universal Builds 2013!!!!!
by Thunder_Child ·gone through and tediously entered every single attribute and mirrored everything in the template and it just doesn't work for me either....I noticed this thread under unanswered...my three posts rem -
Weapon Selection help please?
by tatiang ·In the turret/gun actor, have a rule that says When attribute game.weaponChoice=2 ... Change whatever attributes you want to be affected, such as rotate speed, spawn rate, etc. Do the same thing in t -
Weapon Selection help please?
by allc1865 ·Let me ask. What do you mean by "Change the image and rules according to a game attribute such as game.weaponChoice"? -
Weapon Selection help please?
by tatiang ·So you want the gun to always point in the same direction, rather than swiveling independently, as in my demo? If so, just constrain the self.rotation of the gun to the self.rotation of the player. -
Weapon Selection help please?
by allc1865 ·So in the gun actor I would put constrain attribute > self.x to playerx and constrain sttribute self.y to playery? -
How to get actor to come to a stop when it hits another actor
by tatiang ·You could have a rule that says when when the actors collide, constrain the hero's x position to an offset of the bulldozer's x position (e.g. bulldozerX-100 if it was moving left). -
Shooting an Enemy (help)
by sincitygames ·I would think that if you thad an attribute for "blue_can_fire" and default make it false, then when a blue enemy pops on screen change it to true. Then put a rule on the blue actor -
making a character immovable?
by tahakitan ·if movable is checked than it is always going to move if you have a collide rule applied with it. you can reduce the movement of the object by adding a constraint attribute to the x and y but it will -
Draw-it: My next very accurate and efficient line drawing function for GameSalad.
by aquamonkey ·1. Create a new scene attribute (boolean) for the Draw-it scene, set it to false. -
:)after iPod to iPad resizing the pause game behavior does weird. actors in scene move to the left(:
by -Timo- ·I qm already constraining the right camera positions. I now have camera origin.x to -90. But do you mean before pause scene constrain it to -130 (or something) and when unlause change back to -90? i c -
:)after iPod to iPad resizing the pause game behavior does weird. actors in scene move to the left(:
by j75 ·### put a constrain behavior just before the pause behavior to constrain all the cam adjustments. ### -
Weapon Selection help please?
by tatiang ·Constrain a gun actor to the tank actor so that its x/y position is constrained to the x/y of the tank. Do not put the constrain behavior inside of a rule. -
Line of Sight Detection Issues
by ironDan ·You can create a 3 Table or Global X/Y attributes. 1st Target X 2nd Target Y 3rd Target Locked On. When an actor is hit with a bullet, constrain Actors X/Y to the Table/Gobal X/Y position. And Set the -
Constrain Table Values?
by CloDevious ·So I understand how to use tables to change attributes using + or -. For example tableCellValue(Game.Sometable, 1,5)+90 -
Weapon Selection help please?
by allc1865 ·I guess I'll just start off with the second one. If I wanted to have a particular gun or so attached to my actor when button is pressed, how would I do that? When touch is pressed constrain attribute -
:)after iPod to iPad resizing the pause game behavior does weird. actors in scene move to the left(:
by JPGamesFactory ·Change attribute : self position x to selfposition X + 40 -
Weapon Selection help please?
by tatiang ·Hmm... looks pretty good to me. Although I notice that you have the direction for the spawned bullet set to a game attribute with relative to actor selected. It's possible that needs to be relative