-
Simple device clock rule
by app_sauce ·I am trying to figure out how to work with the device clock, which I have never messed with before. I want to have it so my player can only play 1 daily bonus level a day. I have the levels built I -
How do I increment tables?
by NNterprises ·row would be your Click attribute -
How do I increment tables?
by jamie_c ·Create an attribute to keep track of your clicks, then use that attribute when checking the table columns. -
Screen misaligned after device wake up (Android BUG) My solution
by bloodnite ·(Quote) -
Screen misaligned after device wake up (Android BUG) My solution
by RocketBrain ·i can't find the scene.camera.origin.x command in the constrain attributes. -
VISIBILITY & runtime & processing
by Socks ·(Quote) -
VISIBILITY & runtime & processing
by blob ·With the visibility attribute switchable at runtime is it still saving CPU? or is it now equivalent to setting the alpha to 0 which still draws on the processor almost just as much as if alpha was set -
Making a music note identification game.
by NNterprises ·Make text Attribute INPUT -
Animation problem. Zip project included
by ohtukrw ·(Quote) -
Animation problem. Zip project included
by NNterprises ·You can figure out why, cuz I didn't look too deep, but it's a problem with your integer2 attribute on the hero -
Expand touch field of actor
by saad1993 ·(Quote) -
Chartboost ads not pausing the game when displaying
by NNterprises ·For video ads you can see if the ad was viewed if game.rewardad.value is positive (may not be exact attribute but you get it), but clicked I don't think you can see that with GS -
Change table value to equal scene name
by NNterprises ·Don't have GS in front of me to check if "Change Table Value" allows attributes in the row input... but if it does, I would make a global attribute names SCENE, then whatever scene y -
How can I upgrade bullet damage rate as I tap the upgrade button?(just readthe description it'llhelp
by NNterprises ·Change attribute self.tapCount to 1 -
Expand touch field of actor
by Armelline ·* Use a larger image than you need, adding transparent space around your actual image. This is super easy, but will mess up collisions if your actor needs collisions. If your image is 100x100px, make -
problem with dot and comma- number format
by Tom24 ·The number i change is a "real" attribute and when i change the number you use for your Demo with display a real number to a small number like 50 the format is also not correctly -
How can I upgrade bullet damage rate as I tap the upgrade button?(just readthe description it'llhelp
by tatiang ·Change attribute game.firingRate to game.firingRate+1 -
Custom Level Creator
by imjustmike ·Exactly what @Armelline said. Create a global attribute called game.save and in every actor you are placing have a rule that says when save is true, save position to table. Add a button to toggle the -
Online Attribute?
by jovanovic_dejan ·I wanna now how to save an attribute that someone else (maybe even more than one person) has changed. -
Could someone make a video showing how to do this?
by KevinCross ·Basically you want to constrain the players x and y position in game attributes and when the player collides with an invisible detection actor (a large circle/square actor centred on the cannon) shoot