-
Keyboard input for player names not working during google play testing
by diaa_altamimi ·if touch is pressed, and if player number is 1, key input to change attribute (player 1 name) and so on for other player numbers -
IAP issue.. Purchase does not complete.
by Armelline ·The callback attribute should just be any attribute you make that you use to store the response from the server. If it's -1 it can't connect and IAPs won't be able to be processed. If you get back -1 -
IAP issue.. Purchase does not complete.
by sinbot ·I'm also wondering what is supposed to be in the callback attribute? In the cookbook it says "self.Callback" but when I typed that in I noticed it doesn't save and just clears blank. -
I have a weird question, maybe someone will knows...
by solnika ·What will happen if I wont reset the "game.adreward.value" attribute to 0 after the ad as been delivered? -
App Binary RC 1.25.20210420 - Corrected iOS App Track. Social Sharing on Android.
by adent42 ·@bob loblaw Yes, we've seen that error too. Working on a fix, but for now you wouldn't see anything in preview anyway. If you're running it automatically I'd put in a rule based on a attribute for now -
How to make a spot the difference(puzzle) game?
by adriangomez ·* Create 1 attribute in the game or scene. Let us call it "selected". -
Spawn/Destroy/Spawn
by jamie_c ·Change Attribute game.Numberofitems to (game.Numberofitems)+1 -
Spawn/Destroy/Spawn
by ucjuak5 ·Change Attribute game.Numberofitems to (game.Numberofitems)+1 -
Please help me to make a scrollable function.
by bob loblaw ·the bottom coordinate of the scene is 0. the top is 3000 (i think is what i set the scene size as). the camera height is 768. so those constrain behaviours stop the camera from reaching the full top a -
Please help me to make a scrollable function.
by jimmmm ·May I ask you a one more question? You said I need to constrain min/max value of how it can move, but I’m not really sure how to do it because I literally don’t know anything about coding. Do I need t -
Please help me to make a scrollable function.
by bob loblaw ·in that case you probably need to constrain the min/max values of how far it can move, but use a camera that moves, not the image. -
1)Size 2)Camera-Size 3)Camera-Tracking Area < What is the differences between these three dimension?
by bob loblaw ·the example in this screen shot below is using the change attribute behaviour (renamed for my project) - using unlock is also the way you access attributes/values of other actors within a scene for ot -
Numeric VS Attribute expression
by solnika ·Sooo I did a test and my results shows a slight difference in favor of normal attribute expression in frame rate and against in total memory: -
Game glitches with apparently no reason (interpolation behavior)
by RadiationYTC ·You have to have lowercase change attribute to false and the same goes to true, if you have it in capital it seems to not do anything and crash. -
Numeric VS Attribute expression
by solnika ·I have an actor with massive Numeric expression that compare against "0" so I can easily use Attribute expression with the max speed Attribute as the "0" against th -
Using App Tracking Transparency (iOS 14)
by bob loblaw ·have a look in the pinned gdpr thread. if you’re using targeted ads, probably save the consent attribute so the user doesn’t always get asked if the same question. -
Nitro Car Racing for Mac "promo codes inside"
by pinkio75 ·And here the Android Free Lite Version: -
Help with changing scene once reaching a score
by ShakyRobustCrow ·https://forums.gamesalad.com/discussion/comment/616284#Comment_616284 -
Help with changing scene once reaching a score
by bob loblaw ·* attribute -
Help with changing scene once reaching a score
by ShakyRobustCrow ·Please could someone tell me how I can change a scene once a player reaches a certain score? I've already got the attribute to keep score and display it, but not sure how to actually change the scene