-
Guide to the Expression Editor
by tatiang ·Constrain attribute game.enemyChancePercentage to max(20,5+ceil(game.Level/2)-1). -
help with attribute timer?? wait its fixed :D sorry
by CodeMonster ·hello so i have powerups in my game and for the powerups i make it that you have 20 seconds to use it as much as you like, the problem is, that the attribute wont go down from 20, ill show you the rul -
Change a actors size if collision with another actor - just can't get it to work!
by Socks ·Basically you need to make a couple of game attributes (i.e. a couple of attributes that are 'outside' the scene and won't be effected when all the scene values are reset by the reset scene behaviour) -
Change a actors size if collision with another actor - just can't get it to work!
by Zombiebrains ·I have tried the change attribute too but no joy. -
Change a actors size if collision with another actor - just can't get it to work!
by Socks ·Sorry to confuse you, [sic] means 'as it was written', I guessed by 'contain' you meant 'constrain', but wasn't 100% sure, so instead of simply changing what you'd written to 'constrain' I stuck with -
Trouble with Save/Load attribute and closing app
by Gordio283 ·You're right. A few minutes ago, I noticed i didn't have a line of "load attribute" ANYWHERE in my game (Image) -
Trouble with Save/Load attribute and closing app
by Gordio283 ·I'm doing ad hoc testing. The save/load attributes work, unless I close the app. Then my game's save data is reset. -
Change a actors size if collision with another actor - just can't get it to work!
by Braydon_SFX ·Yep, a Change Attribute behavior instead of the Constrain behavior is what Socks is trying to say. -
How can I make and Actor repeat an action more then once?
by future_games_101 ·Change Attribute: game.hitbox to true -
Why do my particle scenes freeze while moving from scene to scene?
by gyroscope ·Change Attribute GoScene to true -
Change a actors size if collision with another actor - just can't get it to work!
by Zombiebrains ·did you say change the Constrain attribute to a change attribute? -
Change a actors size if collision with another actor - just can't get it to work!
by Socks ·Change the 'contain' [sic] attribute behaviour to a 'change' attribute behaviour. -
Change a actors size if collision with another actor - just can't get it to work!
by Zombiebrains ·I am making a retro arcade game and I have a graphic for earth in the background - attributes are Width = 160 / height = 160 -
Why do my particle scenes freeze while moving from scene to scene?
by naydi306 ·How can I change a scene with a delay after changing an attribute? -
Convert score into money
by grimmagelol ·Under the do section put a change attribute with change Money/dollors to money/dollors +1 -
Convert score into money
by Pocket_Tech ·change attribute - (Money.IN) to (Game.Score)/ 100 -
help with minesweeper game?
by Cointoss ·Change attribute game.flagsbuttonon to: 1 -
Universal applications
by The8BitMan ·(Quote) -
Universal applications
by Adrenaline ·I didn't do it with a constrain attribute behavior. I simply had a rule that checks for the size and then sets one of 3 booleans to true. Either iPad, iPhone5, or Legacy. Then, in each of the actors t -
Universal applications
by The8BitMan ·* I have a constrain attribute behaviour that is set to update the camera size: game.Display Size.Width = game.Screen.Size.Width