-
Reseting Attributes
by 3xL ·use save attribute to save it to a key. MAKE SURE you spell the key correctly when using the load attribute to load it. -
How complex can you make the Music system?
by beefy_clyro ·I'll have a play whether to use it as a cover up actor or just drag the png on top, the actor is used heavily and i want the collisions to be as tight as can be. -
How complex can you make the Music system?
by Clouds ·"If so, i was thinking of creating a blank cover up actor that will sit on top with the alpha border so it stops it looking bad and the collisions still register where it should." -
Crossword Game Help!?
by simo103 ·@triskit124 ... I would use three other Answer actors 1, 2, and 3 to register a collide or overlap and when that happens assign the Letter with that Guess Actor to the Letter1 Attribute. The next Gues -
How complex can you make the Music system?
by beefy_clyro ·The anti-aliasing, i've seen you've championed this a bit before by adding a 2 pixel alpha border around the image ... Does this stop the actors looking so naff when you rotate them? On 1 of my w.i.p -
Reseting Attributes
by SlickZero ·After you die, and the attribute changes again, use a save attribute after the attribute change. -
Spawn Actor, Help Limit Spawns
by MotherHoose ·actor 1 … add attribute … index type … didSpawn -
Reseting Attributes
by ars914 ·Hi everyone! I am having another problem. Again this probbally gets asked a lot because it probbally isn't too difficult! But my problem is that my attributes won't reset when you die. So I think the -
How complex can you make the Music system?
by beefy_clyro ·@Tynan ... Thanks mate, got it in the end! I was trying to switch using my trigger and forgot that the attribute was a boolean and therefore didn't have a value of 0 or 1. D'oh. However, I'm not sure -
Destroy actor
by tenrdrmer ·Sounds like you have attributes you need to reset along with reseting the scene. The reset scene behavior does not affect any game attributes. Therefore anytime you want to reset you need to also use -
Delete Text From Actor
by MarkOnTheIron ·Change attribute: -
Moving Platforms HELP!!!
by ashtmj ·What I do is constrain the platform and the player to the same speed if they are colliding, then if you want him to be able to move you could constrain him to the speed of the platform+his walking spe -
Moving Platforms HELP!!!
by Rye73 ·Please I need some help with this.. I think I need to somehow constrain the players motion to the moving platform.. but not sure how to do this. -
sound and music issue
by kajuto ·Enough to say that one way would be to make 10 buttons, marked 0 to 10 ( or ten transparent buttons over one image showing 1 to 10). In each button, put Rule: when Touch is pressed, Change Attribute g -
Gamecenter Question
by Fal01 ·Just one more question! If I have my gamecenter button on my menu screen do I need to have a load attribute for 'score' on that screen? -
Text popup box for set time question...
by MotherHoose ·gameAttribute … text type… text2Display -
Text popup box for set time question...
by Braydon_SFX ·Maybe make a different attribute for each actor and see if that fixes your problem. -
Text popup box for set time question...
by DigiChain ·so in the actor I click I have a rule that changes a boolean attribute TextDisplay to 1. -
Crossword Game Help!?
by simo103 ·@triskit124 .. I found that simple assigning a letter to a text attribute and then combining those attributes into your Answer word attribute would give an error when trying to see if that word matche -
Crossword Game Help!?
by MotherHoose ·then you will have to name/tag/selfAttribute your letter actors to store their letterValue