-
how to boost an actor
by NovicaStudio ·Make an integer attribute called speed. -
Editable text box which provides an answer?
by zak@apple ·Game Attributes... -
How to go about resetting ball count and launch when level progresses?
by NovicaStudio ·Did you change the lives attribute back to 3 when you changed the level? -
Best way to reset gameplay scene from pause scene?
by HC_DK ·@tenrdrmer, that will not "reset" an SCORE attribute to 0 but will "reset" all actor positions. -
How Can i Spawn and drag actors into scene?
by gyroscope ·Constrain attribute self.SpawnedActor.Position.X to game.Touch1.Position.X -
Image Resize and Reset
by UtopianGames ·Yes you will need 2 self attributes integer or index or real will do the trick. -
Need help with a steering wheel
by UtopianGames ·Think your going to have to only constrain if speed of car is higher than a set point. -
Need help with a steering wheel
by patapple ·thanks @UtopianGames for the rules but i am having another problem. How can I connect your game attribute carAngle to the rotation of the car? -
Preventing collision with 2 objects at the same time
by mill4023 ·the same time. If I set the boolean to not allow collisions as the last step in my rule, than both collisions still get fired. If I set it as the first step in my rule, I think only one one of the co -
Need help with pausing...
by HC_DK ·In the pause scene, make an actor when pressed change scene to "YOUR MAIN"-scene. Before the CHANGE SCENE behaviour you can place all the CHANGE ATTRIBUTE behaviours you like and tha -
Best way to reset gameplay scene from pause scene?
by jordie.rulz ·On the main actor i have it set so when the game attribute that was changed to 1, is 1 it resets the scene, and then changes the game attribute back to 0. There is probably a easier way, but this way -
Experience Bar Question
by HC_DK ·This is made as an iPhone project, therefore the "Full Exp Bar"-attribute is set to 400. You can change it to whatever you like and the "Player Level" and " -
Can I save and load data from a server in my GS game?
by Caith Sith ·Hello, I would like to know if there is a feature that allow me to save and load data/attribute from a server (Image) -
Platformer question
by UtopianGames ·Name your 40 background images 1.png 2.png 3.png and so on then simply constrain self.image to game.levelCount. -
Experience Bar Question
by EricTippett ·Constrain Attribute: self.size.Width = game.Player1Experience - (100*(game.Player1Level-1)^3) -
Need help with a steering wheel
by patapple ·i only know that i need to constrain the rotation but i have no idea how to do it! -
Experience Bar Question
by EricTippett ·They way I have experience set up right now is in an attribute called Player1Experience. Then I made an rule on the Player1Actor that as an Attribute game.Player1Experience is greater/equal to 100 * -
Upgrade Button Question
by EricTippett ·How or where should I put the logic, so it just updates the game attribute once and doesnt keep adding like it is? -
Upgrade Button Question
by EricTippett ·So I am trying to create stats like health that upgrade. So all my attributes like health, defense, each weapon damage are all in the game attributes. -
Timer