-
Setting positions with random?
by gyroscope ·Hi Frenchies; can I suggest that it sounds like you only need Change attribute in this situation, not Constrain. -
pick your brain
by old_kipper ·First actor has a random of 1 to 5 is easy. Just set a rule with change attribute inside that puts a number using random(1,5) into a game attribute, then fires a boolean game or scene attribute that i -
Problems with Loaded Attributes overwriting each other
by thebitmaster ·I have two attributes, both global. -
Save and Load Attribute. HELP!!!
by akstudiodevelopment ·It's really easy once you figure it out. Just create an attribute, then give it a value. So you could make an integer game.topscore that will indicate the player's top score. Then, to save, just us -
Save and Load Attribute. HELP!!!
by InLikeFlynn ·It's really easy once you figure it out. Just create an attribute, then give it a value. So you could make an integer game.topscore that will indicate the player's top score. Then, to save, just us -
tshirtbooth help with constrain
by SAMman ·I appreciate the feedback. basically here is what I have setup. Actor 1 is at the bottom of the screen, when I click it rotates 90 degrees. In actor 1 I have 3 constrains in the actor. constrain globa -
Save and Load Attribute. HELP!!!
by MarcusO ·How do i use Save and Load Attribute. HELP!!! -
Score Keeping Problem
by NicholasSeah ·I only added an change attribute behavior to both of the balls and put in (game.Score) To (game.Score+1), so what do I do now? (Image) -
question about constraining actors
by hotMagic ·They disappear on the constrain because they are constraining to the same spot. -
tshirtbooth help with constrain
by SAMman ·Hey tshirtboot, could you help me with a constrain problem? I am trying to spawn an actor from the top of the screen and when it hits an actor at the bottom of the screen, stop and spawn the same acto -
Taking Advantage Of Device Clock.
by SlickZero ·Maybe set an attribute that stores the current date and time when they press the start button on the app for the first time, and in your code, check to see if the current state of the attribute is bef -
I'm having some Timer problems
by diegocs ·I have this button that when touched is supposed to change (reset) different attributes and after 0.3 seconds(with a timer) change another attribute that triggers a rule that hold within it a reset sc -
Problem with reset scene attribute
by diegocs ·i have a button that resets a scene, but when it executes it doesn't do it properly it kinda has difficulties reseting it. Is tho a bug? -
spawn actor problem in 0.9.7
by hillelc ·2) a global attribute is set to true -
----Can i have an attribute like this?----
by RedlerTech ·Have your regular attribute & an additional attribute -
----Can i have an attribute like this?----
by diegocs ·I wan't to have the less amount of attributes possible, so i wanted to do something like every time a variable is a multiple of 10 (ej 10, 20, 30), then do something. Is this possible -
IOS keyboard
by JohnPapiomitis ·Yes you can, just use text attribute to change and rules. -
IOS keyboard
by hman360 ·Yeah, I think you could change the attribute "which level", to whatever is typed and if fred is typed, change scene to scene #_ -
question about constraining actors
by SAMman ·when I turn off the constrain attribute they don't disappear, but I need those to be on, at least I know those are the problem. -
Reset scene problem
by Zombiebrains ·I have checked my attributes and they are set as 'GAME' attributes.