-
CLOCK HELP
by jad ·How do i say "" When Attribute clock seconds = ODD NUMBERS"" -
tshirtbooth help with constrain
by RThurman ·Do you want actor 3 to be located exactly over actor 1? If you constrain it with the same x,y and rotation as actor 1 that is what you get. -
Game Center was working, now not working
by HoneyTribeStudios ·Delete your current game center attribute and make another one without pressing the 'e' -
how do i get my timer only to start when your in the scene?
by tenrdrmer ·If its using the same attribute you have to reset it to the value when you go to the next scene. Again. Please explain everything you have done and then we can likely point you in the right direction. -
Reset scene problem
by CatGoneCrazy ·Is it as simple as setting up a rule somewhere in your title screen to turn your global boolean GameOver attribute to 'false'? Otherwise it will immediately be Game Over as soon as you start any game -
Help with endless runner, problems withs jumping and sinking platforms
by patm1982 ·Ya I'm having a similar problem. constraining works for the Y axis. but I hate to constrain if its not needed, seems like there should be a setting with the physics. -
How to remove decimals (after update)
by RH ·I don't know the formula for your score but I'm assuming you are just using one change/ constrain attribute. If so, put the current formula inside a floor(x) to round it down or ceil(x) to round it up -
How do I use the debugger?
by JohnPapiomitis ·put the log debugging behavior in the actor then select the attribute you want -
How do I use the debugger?
by JohnPapiomitis ·put the debugger behavior in a actor and select the attribute you want -
Actor spin out of place
by JohnPapiomitis ·constrain the self position y to whatever -
Need help with non-colliding
by JohnPapiomitis ·You can also witch a attribute back and forth on collision using otherwise as well -
Pointing towards (facing) an actor
by hotMagic ·yeah constrain a game variable playerx to the location of player x (within the player) so you always have his location available. -
Making a random sound play out of 100 when you tap.
by gyroscope ·Make an integer attribute, call it RandS, for instance. -
****Clock feature help*****
by msones ·Follow the instructions / copy the actors here. You'll need to create a self.attribute called "TimelapseMultiplier". The game.clock.time attributes are found under "device -
save/load attributes not working :((((
by LumpApps ·I moved the load attribute from the first scene to the second (my 'main menu') and now it works. -
save/load attributes not working :((((
by LumpApps ·Hm, I am only saving the test attribute now and none of the other scores. -
Teleporters
by LumpApps ·When you use anything but interpolate to move your actor your actor should have an x and y velocity. You can save these attributes in a game attribute named for example actorxv and actoryv at the mome -
Teleporters
by jb15 ·Warp1 changes real attributes warp1x and warp1y to it's current position--warp2 does likewise to warp2x and warp2y. -
save/load attributes not working :((((
by LumpApps ·Ehm, I made a new test attribute and now it loads the value of this attribute to all load attributes, even with another key... ?? -
save/load attributes not working :((((
by LumpApps ·I have worked with the save and load attributes with success in my previous game but now it will not work. I load the game in the viewer but no attributes are loaded (or saved, it is hard to tell)