-
Drag and rotate
by KevinCross ·When you start to drag your character (not while you're dragging), store it's start position in two game attributes i.e. game.startDragX and game.startDragY -
Attribute not working in viewer
by Fal01 ·I have a clock in my game that is split into 4 circles, and when each circle gets to a certain rotation and they all line up it triggers a boolean attribute (clock right). -
Attribute range
by Gamepenciler ·Set Attribute game.score = to range 10-15 ? -
BamboO menu
by lebiscuit ·i'v re-upload the file with a new attribute "division", that change the speed of the motion -
Preview of my next game ?
by lebiscuit ·I've found an equation, that move object smoothly, I change an attribute and the object move, -
WINDOWS TO MAC
by ang0005 ·I have a simple keyboard in which when pressed change a certain attribute to the key letter (which works PERFECTLY on windows) and to display it. But now when ever i press any key it says "in -
Problem with 'when' rule -newbie question [SOLVED]
by BasGoodboy ·If attribute game.attribute1 is >1 -
from Ipad to Ipod with gamesalad
by -Timo- ·change attribute -
What's wrong with my 'Timer'?
by -Timo- ·if self.animation is true do animation and do change attribute self.animation to false. -
How to destroy an enemy after so many hits?
by -Timo- ·if I were you I should use a self attribute. -
How to destroy an enemy after so many hits?
by MacBruv ·When bullet collides with actor, attribute game.hit to game.hit+1 -
How Do I Create A Game Menu Like The One In "BAMBOO FOREST"?
by Braydon_SFX ·I'm sure all he is doing is changing an attribute when that main button is pressed, then interpolating the position and rotation of the buttons that follow. -
How to make a pop-up menu while the game still is running?
by Croissant ·So, as you mean, if there's one button on a panel, is the way I constrain the button to this panel like this? -
How to make a pop-up menu while the game still is running?
by TheGabfather ·Read up on the Constrain behaviour. That's one way of doing it, and shouldn't be too taxing if it's just for your popup. -
Save and load attribute doesn't work
by Gamepenciler ·it's fixed now.. removing the timer at the load attribute did solved the problem thanks @jonmulcahy the score is saving and loading well . I also found my fault in the save attribute, had fixed proble -
Rotating an actor and maintaining an attribute.
by RThurman ·-- Change Attribute: self.rotationSpeed To: 0 -
Display Text, Table Cell Value?
by bjandthekatz ·Glad you fixed your problem. Tables are grouped into the attributes section when searching for them. It is always a good measure to prefix them Tb- so you can tell the difference from a table for scor -
How to Simulate distance travelled?
by natzuur ·Create attribute LastX, LastY, Miles, and Self.Distancefrom -
Make a value go between 1-7
by Braydon_SFX ·Change attribute: Game.Integer to (Game.Integer+1)%8 -
Make a value go between 1-7
by KevinCross ·Change Attribute: integer = 1