-
Using (attribute+1)%3 for adding, How to write out when subtracting?
by KillerPenguinStudios ·(Quote) -
Using (attribute+1)%3 for adding, How to write out when subtracting?
by KillerPenguinStudios ·Just as I were to have (attribute+1)%3, it would be 0,1,2,0,1,2 -
Using (attribute+1)%3 for adding, How to write out when subtracting?
by RabidParrot ·attribute < 0. -
Using (attribute+1)%3 for adding, How to write out when subtracting?
by Socks ·(attribute-1)%3 -
Using (attribute+1)%3 for adding, How to write out when subtracting?
by KillerPenguinStudios ·change attribute to (attribute+1)%3 -
How to pause the timer, not pause the game?
by nickname5862 ·* Change the attribute from the begin to 10. I don't mean using a "change attribute" behavior, but changing the attribute in 10, where you created it. -
Scrolling top to bottom iPad PORTRAIT
by pauljaappdev ·• Attribute self.Position.Y ≤ -self.Size.Height/2 -
FireTV app rejections or development issues? Let us (and Amazon) know here!
by blue_elephant ·@jonmulcahy okay got it. It's strange cause my last game worked perfectly with multiple scenes. Maybe I put in some attribute. -
FireTV app rejections or development issues? Let us (and Amazon) know here!
by jonmulcahy ·the proper way for handling scene changes is to have the button trigger an attribute change, and use that as the change scene rule. The problem is if you have the scene change on multiple scenes based -
How to pause the timer, not pause the game?
by ElectroFox ·Okay, what I did was checked your file and the Timer did pause. So I **only **copied the rules under the When press space - change attribute game.button.... (but use my game attributes). Now in my pr -
How to pause the timer, not pause the game?
by nickname5862 ·I know you will be thinking "he has gone nuts" but no, star over in a new project and try to make this thing work. Just, when pressed, "attribute" to false. If true -
FireTV app rejections or development issues? Let us (and Amazon) know here!
by BobD ·can not assign a Text Attribute to "game.Players.Player 1.Joystick.Name" value is "Unknown" -
How to pause the timer, not pause the game?
by ElectroFox ·@tatiang tried game.Pause Timer to true but had to manually write True becoz don't see in menu after choosing Change Attribute. -
Converting keyboard controls to touch controls
by Chr0nos ·I tried opening the jump button actor and changing attribute for the hero actor in the same way you did with the left an right buttons but the hero isnt even an option. -
Fast Frame Swap
by Socks ·Constrain image to floor( Insert FPS here )%21 -
Scene Attributes - I think they're what I need to use but I'm hitting a problem.
by Socks ·Agreed, I also have never used a scene attribute, not once ! -
How to wrap x on one actor?
by Cowuniverse ·I want to make a road wrap and go on forever, but I don't know how. There's a Wrap X attribute, but that makes everything wrap. Thanks for the help. -
Order of sequences
by AJaymz ·@GamingtilDawn create a Game Attribute Integer called Sequence. -
How can I make 9 or more or fewer actors orbit around a single actor?
by Socks ·Constrain position X to -
How can I make 9 or more or fewer actors orbit around a single actor?
by Dell7730 ·(Quote)