-
two game control, how?
by RUPAS ·ok I understand, but integrate the attribute value can be 1? if the player first touches start and is not in options, this finger playing with the default -
two game control, how?
by quantumsheep ·You can add attributes by pressing the middle tab at the top where all your actors are shown (it's called 'attributes'. -
two game control, how?
by RUPAS ·I can set the accelerometer well, but I do not understand that attribute I have to create, integrate, text, real .... -
In game pop up menu like, level passed.
by RSCdev ·How to constrain an actor to the graphic? are you speaking doing it by Rules? -
two game control, how?
by RSCdev ·The attribute can be Integer and about the Global variable that QS said, if I understood well him wanted to mean as Global Attribute an Attribute in the GAME and not the Actors or Scenes as being a Ga -
two game control, how?
by RUPAS ·thank you all, the problem is with that nose if I have to create attribute is integrated or text? QS says global variable?? -
How to make a sliding "fixed" menu?
by old_kipper ·have the menu as an off screen actor and when the button is pressed,have the button send to a boolean game attribute to set it true. In the menu actor have 2 rules that reference the boolean attribute -
In game pop up menu like, level passed.
by LoadingZero ·or there is some other (better) way (maybe constrain actor to the graphic)? -
Displaying Time
by giacomopoppi ·add Display text behaviour - open the expression editor (press the small e on the right) - find your attribute under the Game section. -
Text Insert into Multiple places Help
by giacomopoppi ·it is going to require a lot of ttributes to save a whole name :P (an attribute per letter) -
Collide with Different Side of Lever for Different Rotate Direction
by giacomopoppi ·I'm not sure what you mean exactly, but i am sure you can try and constrain the limits of the lever: -
Extracting Digits (from a number) as Integers.
by Eastbound ·To find the last 2, set some attribute to game.number % 100. The % sign is modulus, and it basically gives you the remainder of dividing by some number. So to find the last 3, you would do modulus by -
Extracting Digits (from a number) as Integers.
by BigCat ·Lets say I have an attribute: game.number=4250 -
Pause when camera control is on.
by SAMman ·Me again, I am trying to pause, but when I use the pause attribute all it does is pause and goto another scene. I need it to pause where the current actor is it, and since the camera follows the actor -
two game control, how?
by RUPAS ·attribute game control = 2 -
Problem with Constrain to actor, Please Help!
by micksolo ·My first thought is that it might be that the global attribute you used for the car or wheel position might be an integer so that's why you are getting slight movement at end. Is this the case? If so -
constrain around a point
by giacomopoppi ·I need to constrain the distance from an object so that it can only move in a circle. -
MOVEMENT WITH HILLS
by tenrdrmer ·In the actor if you expand the physics area of the attribute you will see a collisions shape. If you didn't know that you may be jumping the gun on your game. You should prob take the time to read the -
How to drag on an straight axis
by tenrdrmer ·try when touch is pressed constrain to mouse.position.x and leave out the y -
Need to know how players can move objects around ingame
by Braydon_SFX ·Constrain Attribute: self.Position.X - self.Position.X