-
When attribute it true stop actor from moving
by 3absh ·I want the actor to stop moving entirely when an attribute is true -
Read: Tables for Enemies in Tower Defense
-
speeding up actor on collision
by Toque ·(Quote) -
Pick ups
by jakerutl ·hello, so i have ammo you can pick up and throw and have in app purchasing that you can buy more but i noticed a little trick for almost farming the ammo and it saves before the level is over so they -
How to Tap/Touch a rectangular mask then make an Actor1 move and Hit another Actor2
by tatiang ·Yes, anything that's not built into GameSalad can be added. In this case, game.touching would be a custom attribute, an integer. -
How to Tap/Touch a rectangular mask then make an Actor1 move and Hit another Actor2
by Socks ·You make the attribute yourself. -
speeding up actor on collision
by Icebox ·change attribute self.motion linear velocity x to self.motion linear velocity x + 10 or any value you want -
Circular/Ellipse Movement in Gamesalad
-
Need help with animation stopping
by tatiang ·You can fix this one of two ways... either by changing an attribute value or by using a Timer with run to completion checked: -
Circular/Ellipse Movement in Gamesalad
by Socks ·Constrain . . . -
Need help with animation stopping
by brett-norton ·If Self.Enemy.Up is false - Do Timer Random 1,10 Animate & Change Attribute Self.Enemy.Up to True -
Screen misaligned after device wake up (Android BUG) My solution
by Icebox ·I still have hope , I haven't been around that much but i still remember last year and a half had many updates and fixes , (custom fonts/collisions , GS bugs fixed , html5 publishing .. etc ..) The on -
Screen misaligned after device wake up (Android BUG) My solution
by birdboy ·So you think this might be the case because of an Every Timer changing an attribute? I'll check this out, back in a minute. -
Screen misaligned after device wake up (Android BUG) My solution
by DigiChain ·I wonder - does having a timer in your scene that changes an attribute Every X seconds prevent sleep mode? If so this may be why my games aren't sleeping, and therefore a temporary solution until GS g -
one button.resume the scene
by Toque ·You just use the Save attribute and load attribute behaviour. -
How to change attribute when touching another actor?
by Icebox ·make it a game attribute , for example game.xx -
How to change attribute when touching another actor?
by psycho_mac ·I'm making a game and i want to change the attribute of an actor +1 or -1 when touching the corresponding actors (+ button, - button). -
Timer not html timing
by Socks ·Then constrain the animation actor's image to the controller's rotation. -
level unlock
by jakerutl ·Hey so i can't find an answer anywhere but i have 6 levels and i made it so when you cross the finish line it'll unlock the next level and i have a save attribute at the end of every level, while also -
Stop actor when conditions are not valid
by tatiang ·Change attribute self.increase to random(80,220)