-
Dont spawn more than once in one spot?
by FlyboyTrevy_ ·(Quote) -
Universal Builds for iOS and Android,and anything else,using iPad build and "Stretch" no distortion.
by BBEnk ·@BonepileGames the constrain attribute that gets the new camSize is the only thing you would change so it would read, -
Storing Game Attributes in a Table - refer to the Table or to the Attribute?
by TheAlchemyst ·My question is this: in the interest of game speed, is it better to refer to the table directly, or to update a global attribute to the table value? -
Animation... So I want this - button(pressed) ---> animation starts(car driving).
by tatiang ·Create a boolean called game.startAnimation. In the button actor, If a Touch is Pressed then change attribute game.startAnimation to true. In the car actor, If attribute game.startAnimation is true -
tilt controls and option screen not working?
by tatiang ·How are you using tilt controls? Which attribute(s) are you using for your rule conditions for those controls? Have you verified that the attribute values are changing when you tilt the device (e.g. -
tilt controls and option screen not working?
by RawanAlodeh ·is there something im doing wrong? i have seen tutorials where they change the attribute into "self.color.alpha" but i cant find it -
Questions about the logic in the Alien Conquerors default template
by tatiang ·The accelerometer attributes are in the Devices section of the Attribute Browser: -
Infinite runner, i could use some help
by njvdberge@gmail.com ·(Quote) -
Gradually getting bigger actor?
by Socks ·(Quote) -
Gradually getting bigger actor?
by Socks ·I'd use change attribute if you just want to change something to a specific size. Or if you want to gradually change from one size to another you could use Interpolate. -
Gradually getting bigger actor?
by http_gamesalad ·Cause the "Constrain size.width to self.time -
Questions about the logic in the Alien Conquerors default template
by osakamitsu ·Some of those attribute are listed in the game/scene/actor attributes are not actually used. My thinking is that this was a template that the developer used to create multiple templates and he/she jus -
Infinite runner, i could use some help
by myu699 ·create attribute deadsignal(iboolean)=true -
Amazon APP Rejections
by phamtastic ·It is not an "ATTRIBUTE" -
Infinite runner, i could use some help
by njvdberge@gmail.com ·but now im getting trouble with my score count, when you are dead it will pause the game but not my score. i have tried with pause game attribute and game over boolean but it did not work. -
how to destroy actor
by Tempiero ·but it change every when something is spawn and it changes for every actors... i can't save this attribute for single actors (4 colors) -
Gradually getting bigger actor?
by Socks ·Constrain size.width to self.time -
Gradually getting bigger actor?
by http_gamesalad ·@socks how would I do constrain size to self.time.?! -
Distance between actors
by RThurman ·(Quote) -
using gravity while going up ladder
by nickname5862 ·You can make a boolean attribute Climb. When climb up ladder, Climb to true.