-
HELP! trying to build a 'highlight' system without using timers
-
how to make player roll
by xforce ·dont need to change the collision shape/size. just have an attribute for Rolling and when its true make it that it can't be hurt by whatever obstacles it would normally run into -
how to prevent the platforms rising actor slides?
by Zoyt ·You have the actor set to fixed rotation. Turn it off in the physics attribute and it works great. Sorry I couldn't answer before. I was away with my iPhone. -
Need help keeping actor at the bottom of the screen!
by topgames ·Ok so I added constrain attribute and in the left input it now says "self.position.Y" and what must I enter in the right input ? -
Need help keeping actor at the bottom of the screen!
by xforce ·use the behaviour "constrain attribute" and constrain the actor's Y position to wherever you want it to be -
How to prevent backtracking in the menu
by Braydon_SFX ·Be sure to use a save attribute, too. -
A few simple questions
by App Surge ·3) In the actor which needs more than 1 hit, create an integer self attribute called hits. Then make a rule that says actor receives event when overlaps or collides with ball, change attribute self.hi -
Change Table value with change attribute?
by BrynjeBamsen ·If this possible - can some one give an example of how this is done? -
Searching Text is it possible.
by simo103 ·not sure if you edited your question after tenrdrmer posted but anyway will try to help. You have the ability to use a rule to see if a text attribute 'contains' a word. So for example if the text att -
My App goes back to locked state after user closes the App and relaunches - how to correct?
by MarkOnTheIron ·When you unlocked the attribute did you save it? -
collection to warehouse max question
by lukey5227 ·Change Attribute "Game.Ammo" to "Game.Ammo+1" to increase the ammo up 1. -
Quick explanations please
by theCodeMonsters ·ok thanks, but I was wondering about the "Touch Count" attribute, not the touch position. Do you know? -
Quick explanations please
by pinata14 ·ok thanks, but I was wondering about the "Touch Count" attribute, not the touch position. Do you know? -
Quick explanations please
by theCodeMonsters ·the touch attribute is the location of the users finger on the screen in pixels -
Quick explanations please
by pinata14 ·hey, I was wondering what the touch count attribute reads and what the % function is used for and how you use it. -
Searching Text is it possible.
by TWEAmazingApps ·Is there any search functions you can use that on a text attribute. I just want select a potion of text in a text attribute. -
Saving Keyboard input
by Philie ·Yep! Once you store it as an attribute, you can pull from it whenever, whenever. -
how i make a circle or object rotate with my finger?
by guilleface ·actor to rotate following my finger. i try to constrain my circle rotation to mouse position x + y, but if don't work like i want. -
tranferring motion between scene
by benkhun21 ·btw, I tried adding the timer to the attribute changes in scene one , but that failed to work. Should I keep timer or remove it? -
How can I have stars go out in a circle wherever I touch the screen for a menu effect?
by gyroscope ·Change attribute ParticleGo to true