-
Helicopter Movement
by TesseractEngine ·Constrain your copter's rotation to a calculation based on its motion.linear velocity.X. -
Scrolling issue
by PBEmpire ·i have a major isssue with my scrollable tips page. The menu does not constrain to its position. Whenever i click, it moves to the right and then the constrain rule comes into effect and it goes back -
How to make another actor disappear when another actor collides with another actor.
by RP ·Yes, sorry I left out the attribute placement aspect. Looks like you are in business. -
How to make another actor disappear when another actor collides with another actor.
-
How to create a skip button in a pause scene?
by famekrafts ·(Quote) -
Spawning Actors randomly for a Terrain without overlapping?
by famekrafts ·Do not use destroy it will cause lag later in game. Simply take it out of screen using interpolate or constrain attribute. -
Problem with High Score
by Ronaldinho10 ·Change attribute game.highscore to game.score and save highscore attribute -
Cannot get my actor to run and jump at the same time
by digitalzero ·simple fix.. if its left or right do a text attribute if its a jump use a boolean (Image) -
How to create a skip button in a pause scene?
by The_Gamesalad_Guru ·It would work for hundreds of scenes as you need to address change scene each with a change scene behavior as that behavior is a drop down menu not an attribute. -
How to create a skip button in a pause scene?
by The_Gamesalad_Guru ·Just keep track of which scenes are completed with an index attribute and make rules that go to the next scene based on the scene count in the index attribute. -
How to create a skip button in a pause scene?
by Mantiz_Developers ·Define a boolean Game Attribute, and use it as trigger for change the scene. -
How to create a skip button in a pause scene?
by famekrafts ·Make s self attribute skip stage in the skip button. -
Force Actors Apart
by MobileRocketGames ·Create two game attributes. Name them Spawn1 and Spawn2. -
constraining an actor position to a rotating actor
by MobileRocketGames ·To make something rotate in a circle 100 pixels from something, you need two constrain attributes.* Constrain Attribute self.Position.X = 100cos(scene.Object.Rotation)+scene.Object.Position.X -
Problem with collision and life
by SlickZero ·I don't think those rules go together like that. You have a rule inside of a rule that doesn't really need to be like that. You should add that second rule as another condition by clicking the &qu -
Problem with collision and life
by RThurman ·Try placing the collide test within the projectiles and make "life" a game-level attribute. -
spawning behavior not working properly
by tatiang ·outside of the timer behavior and then use an attribute inside of the timer. -
In app purchase problem?
by elf_on_the_shelf ·- After a successful confirmation I would like to save the attribute, and then change a Boolean attribute to false (menu control) -
Touch x,y position serious problem after Crop/Overscan in 0.10.1 [VIDEO]
by Manto ·What I would do is to change the constrain x behaviors when the game is played on iPhone 4. -
constraining an actor position to a rotating actor
by danshaw ·this is probably a easy question to answer but im a noob....ive got a rectangular actor that i want to constrain a circular actor to the corner of. ive watched the tutorial on how to do this but once