-
WIP 3D maze level
by MarkOnTheIron ·I'm using a single text attribute that hold all the information on what wall is visible in each step but doing this result in a 0.1 second blackout during each step while it reset and repopulate with -
Pinch-Zoom
by AcceleratedGames ·I think that the feature should be implemented by having a scene boolean attribute that you can just check on and off. -
WIP 3D maze level
by MarkOnTheIron ·It was fun doing it. I coded it so that there are no unlocked actors, only one self attribute for the walls is unlocked. -
Rotate to face direction moving
by micksolo ·Constrain Attribute Self.Rotation -> VectorToAngle(Self.Motion.Linear.Velocity.X, Self.Motion.LinearVelocity.Y) -
How to make things stick to each other?
by liamo ·constrain attribute truck x (real) to self position x -
Not equal to in expression editor
by liamo ·I've set up an actor the size of the screen and constrained an attribute called 'tracking area' to its self.Position.x, I am wanting to put a rule in my actor saying spawn actor at anywhere not equal -
GREAT TRIPLE TEMPLATE PACK! THREE TEMPLATES FOR $5!
by jb15 ·use of calculating distance between two actors, constrain attribute, timers, and other behaviors. -
1 Button to Change 2 images simultaneously?
by Braydon_SFX ·Have a attribute called touch2image (boolean) and set it to false -
Timer Bug
by SlickZero ·I'm having the same issue with the timer as well, liamo. Although, I can get it to work by itself to change a custom attribute, but when I use it to try and change a behavior, like the velocity of an -
Constraining With Rotations
by Rumi ·Well anyway. Create an attribute and make it an angle type. in the actor that rotates have a constrain self.rotation to the attribute you created and in the other acter have the same constraint except -
Timer Bug
by liamo ·If attribute Jump? = 1 -
Scores don't stay
by COBGames ·are you using a save/load attribute for the score? if not there is your problem. -
Is it possible to turn off constrain attributes?
by jazzlover ·that gets constrained to the magnitude formula given by TSB. When the distance variable is less than 16 I destroy one of the actors. I'd like to at that time "reset" the distanceF -
Is it possible to turn off constrain attributes?
by UtopianGames ·You could use a boolean (true or false) lets call it "constrain" and do something like if "constrain" is true..... -
Is it possible to turn off constrain attributes?
by jazzlover ·Is is possible to constrain an actor's attributes temporarily and after a period of time reset those attributes to their current value and thus "turn off" the constraining of the att -
Constraining With Rotations
by PeterKnow ·I was wondering if you can constrain an actor 1 to actor 2 with them rotating. So i basically want actor 1 to be on actor 2 but i want actor 1 to stay where i have constrained it to but rotate as well -
Help with jumping Actor
by GuaveMedia ·1,To jump while I am moving? For jump I set change attribute to selfMotionLine Y to 100... -
Move character
by GuaveMedia ·1, To jump while I am moving? For jump I set change attribute to selfMotionLine Y to 100... -
Move character
by UtopianGames ·Have you got 2 booleans set up for left & right...in the right button do if touch is inside change attribute "right" to true and in otherwise set it to false. -
Interrupting interpolate....
by LBG ·Die Rule: When self.life = or is less than 0 change attribute self.pos.x to 510