-
Reseting a Scene
by wollty ·change attribute game.reset to true -
Timers are for chumps - GS optimization tips
by ericzingeler ·(Quote) -
How to make actor stay on moving platform?
by Fal01 ·Maybe you could play about with the friction attribute. -
save lifes for the actor
by tatiang ·You would create a game attribute of type Integer and name it game.Lives. Integers are whole numbers and since your "Lives" will be whole numbers, that is the best choice. You can -
How to make actor stay on moving platform?
by tatiang ·Have you tried When player collides with actor [ledge] Constrain Attribute self.motion.Linear Velocity.X to game.ledgeSpeed? -
save lifes for the actor
by doug_smuppet ·let's begin, when you told to create a universal attribute, what kind i need create? boolean, text, intender, real or angle? -
Timers are for chumps - GS optimization tips
by RThurman ·-- Change Attribute: self.counter To: self.counter + 1 -
save lifes for the actor
by SolarPepperStudios ·@doug_smuppet You would make a universal attribute (the type in the scenes) called "Lives". Then you would set it to 10 and make a rule in your character saying "When 'chara -
Reseting a Scene
by wollty ·I have more attributes and I'll reset it all (attribute boolean 1, attribute boolean 2) -
Help Needed- Screen issue.
by PBEmpire ·Here is my attribute- -
How can I spawn an actor before changing a scene?
by lycettebros ·Yep seems like @fsoufi is right - if the delay script is on the actor you are destroying it will not work. You can always get the actor to change an attribute which then sets of the timer on an extern -
save after close
by ds1239 ·i know how to use the save attribute behavior, but i want to know how to make it happen when the app quits -
How to make actor stay on moving platform?
by VGX ·Then I can jump off with no probs, because when I try the constrain the actor gets stuck on the platform and won't jump off. -
How to make actor stay on moving platform?
by ashtmj ·a real global attribute named "ledge speed" -
save after close
by Chakku ·You could use the 'Save Attribute' behavior, but many new users have trouble with it. I recommend that you use the 'Save Table' behavior, as that instantly saves to the device. Whatever you put into t -
How to make actor stay on moving platform?
by VGX ·I don’t want to keep pressing move so my actor walks as the platform moves. I have tried the constrain thing but actor gets stuck on platform and won’t jump off. Please help. -
keyboard
by ds1239 ·I'm doing a change attribute. and when i click on the button to activate the keyboard, nothing happens -
keyboard
by tatiang ·Also, what are you doing with the value of game.100 Amount after they type it in? Are you doing math on that text attribute? -
Video: Hints of Gamesalads future? Joints, magnetism etc.. 2D Physics engine in after effects.
by Socks ·This stuff has been around for years (but you probably knew that already), things like 'Phun' (which I think I still have a copy of somewhere) had joints and motors and polygonal collisions (and all t -
Actor not moving after a move to instruction
by tatiang ·Yes, you can do that. Change Attribute self.motion.Linear Velocity.X to (-1)*self.motion.Linear Velocity.X