-
Small performance tips
by UtopianGames ·For eg in my platform game i have some platforms movable attribute set to unckecked and you can still move it with interpolate self.position.Y to self.Position.Y-48 -
"Move To" behavior problem
by firemaplegames ·Interpolate 'tweens' attributes from one value to another. Position, colors, alpha, etc. Any attribute can be Interpolated. -
Moving stacked actors one at a time
by jonmulcahy ·you'll want to make sure you have a rule that says when touch is inside, constrain position to touchx/y -
Moving stacked actors one at a time
by ancch ·I have 3 actors one on top of another. I constrain thier positions to touches x & y. How do I move them one at a time? If I touch one and move, all three moves at the same time. -
[HELP] RANDOM SOUNDS [HELP]
by synthesis ·its a custom attribute that you define -
[HELP] RANDOM SOUNDS [HELP]
by Lu_merlin ·Sorry if i am stupid but what is the attribute game.sound exactly? -
particles behind actor?!
by BarkBarkCo ·Constrain an invisible particle emitting actor behind the actor you need to emit particles behind itself...at present, it's the only way. :-( -
particles behind actor?!
by POM ·is it possible? or do i have to constrain another actor behind it with the particles rule?! -
Basketball Question
by mediagrafica ·- when actor is touched, constrain self.position.x to device.mouse.position.x -
Max move
by hrsmedia ·Constrain attribute self.position.x to max(game.mouse.position.x, 50) -
Max move
-
Constraining Movable Actors to Non-Movable Actors?
by mdiak47 ·I would like to know how I can constrain an actor so that it can only move in the specific direction/directions to that of the other non-moveable actors. -
Max move
by jonmulcahy ·I think that'll work. You could also put that rule around your constrain attribute, that might be a better move. -
Max move
by IsabelleK ·When attribute game.XXXX is true, -
shooting button
by jonmulcahy ·Create an attribute called Shoot. -
shooting button
by Hipster_Owl_Studios ·i tried making a game attribute but since im a littile new at this i cant figure how to make it work please help thanks! -
How to...Constrain actor movement
by mdiak47 ·Attributes needed: self.X_Constrain -
Call me a math moron but...
by VoidedSky ·Above all of the behaviors, put Change attribute self.positionX to 50, or what-ever you need. -
Call me a math moron but...
-
How to...Constrain actor movement
by VoidedSky ·Attributes needed: self.X_Constrain