-
Distance between actors
by AJaymz ·Create REAL game attributes TargetX and TargetY. -
Distance between actors
by tatiang ·functions drop-down menu. Be sure to select attribute names (e.g. game.TargetX) from the attribute drop-down menu instead of typing them in. -
link actors
by joelloyd ·This has lead me another problem. The constraint is messing with my collisions. Both actors collide, iv seen post about the same problem but never found a solution. Is there one? -
A Long Way Home - WIP Thread for conversion to FireTV/Gamepad support
by jonmulcahy ·what this does is based on the controller input, will toggle the menuSelector attribute btween 0,1,2 and 3. I then have rules that basically say -
Timers are for chumps - GS optimization tips
by winged_box ·(Quote) -
Timers are for chumps - GS optimization tips
by tatiang ·.....Change attribute self.counter to self.counter+1 -
How to make a third actor move when two other actors collide?
by Dell7730 ·(Quote) -
How to make a third actor move when two other actors collide?
by Socks ·It is as simple as . . . When actor1 collides with actor2 change game.attribute to true -
Trouble with movable actors
by GamesforGood ·I am creating an infinite game where platforms move downwards and when they reach the bottom of the screen they pop back to the top shifting their x positions using change attribute. The player is a b -
link actors
by Socks ·https://forums.gamesalad.com/discussion/75220/fast-constrain-linkmachine-v2 -
How to make a third actor move when two other actors collide?
by Dell7730 ·I have no problem having 2 actors interact how ever way I want, making a third one get involve is new to me, especially turning an attribute to true or whatever like how you said, lol -
Make arrow stick in the ground?
by joshiwu ·These can be real number attribute made in the arrow actor itself , if you want to fire multiple arrows. -
How to make a third actor move when two other actors collide?
by Socks ·When actor1 collides with actor2 change game.attribute to true -
How to Score when mouse is pressed or screen is touched?
by Dell7730 ·(Quote) -
How to Score when mouse is pressed or screen is touched?
by tatiang ·..........Change attribute game.score to game.score+1. -
How to make scene reset after actor changes size?
by tatiang ·If attribute self.Size.Width < 20 -
How can I daisy chain two actors together???
by Dell7730 ·YOU NEED to make 3 Constrain Attributes, One to make the actor FACE the direction of where it's headed and the other two is for the movement towards the X and Y of the actor being followed. -
Changing Attributes in Loop
by tatiang ·Yes, you can certainly change an attribute inside of a loop (try it!). -
Changing Attributes in Loop
by pokapola ·Is it possible to change Attributes in a Loop, similar to changing TableCellValue in Loop? -
My I-Haven't-Even-Opened-the-Program-Yet State of the Game
by TheAlchemyst ·* I am going to have all Hero stats based in a second Table, which will reflect the constantly changing Stats (such as gold earned, damage dealt, etc). This will be Table based, instead of Attribute b