-
NEED HELP ONCE AGAIN
by app-etite ·when attribute game.jump is true 'change image' and 'change attribute' -
point system
by DimensionGames ·Nope, except of course creating and naming your boolean attribute. -
Help with smooth animation
by old_kipper ·When animating a walk or jumping cycle for film, the character will move forward and back horizontally as it contacts the ground so it matches the travel speed and stops looking like it is sliding. Th -
ragdoll in work
by kirkland ·just one ragdoll yeah, and coudln't you use a constrain on it -
Having a problem with random Spawning..
by Frazzle ·I can't seem to figure out how to make enemies spawn anywhere but inside the play area, Amorphous+ style.(A flash game on Kongregate)I know this could be down by changing an attribute over and over ag -
level unlock help.
by idoistuff ·Like I said I have it so when ball collides with finish to change attribute LevelComplete to LevelComplete+1 -
Time Question
by AppFueled ·I deleted every single actor in and attribute in Joe's time.demo file except for the raw time actor - and the raw time actor STILL displays the time. I have no idea where this actor is getting the rul -
level unlock help.
by tenrdrmer ·EDIT: I FIXED IT! I just made it so when ball collides with finish to change attribute LevelComplete to LevelComplete+1 (Image) -
automatic saving system?
by idoistuff ·I have it so when player touches finish to change attribute levelcomplete to levelcomplete+1 (this is my level unlocking system) but when the app is closed and re-opened the attribute levelcomplete is -
How could i make an earthquake ?
by JohnPapiomitis ·Have a attribute called earthquake set to false. Change it to true whenever you want, then in the objects when earthquake is true acclerate down, or interpolate the ground and background back and for -
level unlock help.
by idoistuff ·EDIT: I FIXED IT! I just made it so when ball collides with finish to change attribute LevelComplete to LevelComplete+1 (Image) -
I am stupid.
by idoistuff ·but instead of doing the life attribute part I made it SPAWN actor speed. -
actor spawning HELP!!!
by Lu_merlin ·Constrain attribute: "A" to "score"%1000 -
I am stupid.
by idoistuff ·I already got powerup integer attribute -
Facingleft/Jump Help?
by ranthonydev ·I should add to this. This isn't standing still. There is another attribute, playerdir. 2 for right, 1 for left, 0 for standing still. So I have playerdir 1, leftfacing true, jump true, corrupt image. -
Probleme with start/stop via interpolate-function, look at my script
by akimann ·Change Attribute <game.xxxx> to (game.xxxx+1)%2 -
How would I make an Achievements Screen that works?
by AppsRacK ·create a rule so that when your actor collide to the coin(if thats how your gameplay works) change attribute "Intercoin" = "Intercoin +1". -
How would I make an Achievements Screen that works?
by ozboybrian ·do I need to set up an attribute on the collecting actor that's a rule for when the coin is collected InterCoin + 1? -
How would I make an Achievements Screen that works?
by AppsRacK ·1. First make a Attribute and name it "coinCount" (or whatever u like) and choose integers. -
How would I make an Achievements Screen that works?
by ozboybrian ·Chane attribute 200CoinsAchivements To True