-
contrain "to touch position" attribute overwrites collide attribute?
by diegocs ·i have an actor whose x and y position are constrained to the touch x and y position, respectively, when touch is pressed, but when i move my actor and it "colides" with an object it -
interpolate score counting too much
by RodrigoPerez ·I must be doing something wrong because when I do this it goes up to the number I've set the integer attribute game.newscore to in this case it's 500, but when I hit another enemy it doesn't go past 5 -
Issues, Issues, & More Issues. Help.
by Incredibo ·the attribute move scenic work fine. Its just the Change Scene and thats it everything else works like a charm. -
•• Actor facing its direction? howz!? ••
by Olsen ·make a self attribute self.direction (angle) -
•• Actor facing its direction? howz!? ••
by Olsen ·Constrain Attribute: -
Need help with a Level Unlock Rule
by Qorrel ·Qorrel, I think if you set up a level attribute for each scene that says what level it is, and then make a rule on whatever level select menu you have, that says,"If attribute"game h -
Need help with a Level Unlock Rule
by scribblstudios ·Qorrel, I think if you set up a level attribute for each scene that says what level it is, and then make a rule on whatever level select menu you have, that says,"If attribute"game h -
Load/save
by Barrythe ·Hi, a load and save game isn't just one feature but a collection of saved and loaded attributes. For example you would have attributes in the game for (for example) current level, current lives, highe -
rotate other actors with main player
by tenrdrmer ·The only difference is you will need to constrain your players rotation to a game attribute and then instead of a joystick controlling the rotation just constrain game.angle in the demo to the players -
End Game or Quite Game Behavior
by FloridaGames ·Make an end game scene, and when something happens or an attribute reaches a certain something then change scene to end game. -
how do i stop left and right movement?
by dmilinovichiii ·Change velocity attribute. Change speed to 0. -
On/Off Button - Tutorial Question
by tenrdrmer ·Modulus is exrtemely useful and has many uses not just a simple on off switch. To expand on what john said i'll use the tutorial for my first example. (game.music+1)%2 means when the attribute reaches -
On/Off Button - Tutorial Question
by LumpApps ·Is this modulus used here the same as change attribute to 1-attribute? -
On/Off Button - Tutorial Question
by IsabelleK ·I use the rule you described (when touch is pressed on the "On/Off button actor";Change attribute game.music to (game.music+1)%2), in many places in my games (not only for music), an -
On/Off Button - Tutorial Question
by DrGlickert ·In TSB's video, he uses a game.music integer attribute. -
Moving through a scene and maximum game size
by tenrdrmer ·There are a couple ways you can control and actor. You can directly manipulate the Camera Offset.x and Offset.y attributes (which is what you would use for menus like you are talking about. Or you can -
rotate other actors with main player
by diamond000 ·i tried doing the constrain attribute and it will rotate with the player but my problem is it is offset from the player(it is 16 pixels up in the y) how do i keep it in the same angel when he turns( i -
Why does my game not work?
by Synsteal ·game and i don't see any rules that have had an attribute deleted. -
Particle force help
by TJMNUT ·I have it so when actor collides with another actor, change attribute (attribute)+1, and a rule, when attribute=1, change image, I want it so Exactly when it changes its image, to have a quick burst o -
game.Variable Not Changed But Once
by cklester ·Yes, I'm familiar with Constrain Attribute and am using it elsewhere.