-
How To Set Actor Touch Position
by RThurman ·When (all) Event: Touch is pressed Expression: game.Mouse.Position.Y- self.Position.Y > 100 Change Attribute: self.yOffset To: self.Position.Y - game.Mouse.Position.Y Constrain Attr -
How To Set Actor Touch Position
by KevinCross ·...Constrain Attribute: self.Position.X = Touches.Touch 1.X -
How do I rotate using interpolate
by The_Gamesalad_Guru ·Rotating with interpolate is just like interpolating anything else. Set the attribute you want to interpolate, set the degree you want to rotate it to and set the amount of time you want the rotation -
Collide problem
by http_gamesalad ·it's getting Destroyed instantly because of that Attribute equaling 1 -
Collide problem
by http_gamesalad ·@jamie_c one thing I notice is when I test the game on my PC I don't get this problem. But when I port the game over on my MAC I get this issue. Is there a way to solve this? I made an attribute calle -
Basic OR logic with 3 choices?
by 3absh ·(Quote) -
Basic OR logic with 3 choices?
by KevinCross ·Change Attribute: self.randomNumber = random(1, 5) -
Basic OR logic with 3 choices?
by Armelline ·You want to make a new integer attribute, and change it to random(1,3), and then have your conditions using that. -
Basic OR logic with 3 choices?
by KevinCross ·Have an attribute called randomNumber and then set that with Change Attribute i.e. -
Is there a way we can make an audio waveform?
by Dell7730 ·(Quote) -
How can I speed up a timer that spawns an actor?
by muoch10 ·sorry, just checked, works beautifully. If you're okay with resetting the self attributes I would go with socks solutions. -
Is there a way we can make an audio waveform?
by Socks ·about when each one is played to add to an attribute (so - for example - when a deep boom sound plays the bass.attribute goes up by 1 for 0.5 seconds) - these attributes are then used to drive a grap -
How can I speed up a timer that spawns an actor?
by Socks ·Make a real game attribute ('X') set it to 1. -
Every X number of integer
by Socks ·When [numeric expression] mod(attribute,5) = 0 -
How can I speed up a timer that spawns an actor?
by muoch10 ·Create a local attribute as an integer. Call it "timerInt" and set it to 0. -
How can I speed up a timer that spawns an actor?
by dapion ·What's your timer attribute? Real? -
How can I speed up a timer that spawns an actor?
by Triangularity Games ·player earns a point. I have tried making a real attribute and changing it to a smaller number every time the player scores a point, but nothing happens (the timer appears to remain the same). Am I m -
How to create a on or off button
by Icebox ·@Phoenix256 make an integer self attribute , call it switch , -
State of GameSalad on 6/30/2015...
by DeadlySeriousMedia ·I don't mind how the GS business gets structured as long as we start getting engine upgrades at a faster pace like Google Play services, custom fonts, (at least semi) custom poly collisions, and joint -
How to create a on or off button
by Armelline ·Absolutely, a game attribute will do exactly what you need.