-
Using attributes in Network behavior expression editor
by micma418 ·I've logged statements in the debugger to make sure the url is correct and it is showing up with the proper url, but for some reason the callback attribute will not change to 1 and I am getting some f -
Android music volume seems to set itself to Full Volume if I minimise the game, then switch back.
by Hymloe ·I've tried making a Constrain rule for game.Audio.MusicVolume to make it stick to my MusicVol attribute, but as I said above, despite the VA:UE actually displaying as being correct (in my "Di -
Wanting my actors to do different things from scene to scene
by Simple Gamer Arts ·In the Donut actor, create an attribute boolean called self.LOCK1 and leave it false (unchecked) -
Appformative Timer
by eligames ·Hi I am setting up Appformative in order to show the player how long the player has been on the server except it only works when you refresh the app. Is there anyway to update the text attribute every -
Global Data Protection Regulation (GDPR) & You
by gizzi93 ·Chartboost ads are not showing with the RC or regular build now. I have added the 'privateDataConsentForAds' attribute and set it to 1 but ads don't show up. My Chartboost dashboard shows installs but -
Wanting my actors to do different things from scene to scene
by Japster ·simultaneously, but how about having an attribute for each actor, ie. an integer... -
Wanting my actors to do different things from scene to scene
by tatiang ·Use a game attribute for the speed. Then, in a different scene you can change the value of that attribute and your actor(s) will move at that speed instead. -
Move to behavior not persistent
by Twayne2 ·pressing against actor 2. Seems like an action attribute...? -
Global Data Protection Regulation (GDPR) & You
by Armelline ·This is perhaps a slightly odd use case. The game only has rewarded ads. The player either watches one or doesn't. So we're putting a message informing the player that by clicking "Watch& -
Global Data Protection Regulation (GDPR) & You
by Japster ·(EDIT: - it stays in, but the Platform Connected flag doesn't seem to return the actual state - it shows as disconnected / false when reading the attribute, but I can happily view scores etc using the -
Global Data Protection Regulation (GDPR) & You
by Japster ·As you can probably imagine, talking of attribute order, it's the last in the list, as I've not sorted them using DBA's tool etc... -
Global Data Protection Regulation (GDPR) & You
by adent42 ·After getting it consistently in Android, if figured out that it showed more often if you didn't have the 'privateDataConsentForAds' attribute in your project. Basically once the engine found the 'pri -
Global Data Protection Regulation (GDPR) & You
by Japster ·@adent42 - Okay, I've uploaded my earlier working build, with the only difference being that I've added the "privateDataConsentForAds" attribute and set it to 1 as a test, and all I -
Global Data Protection Regulation (GDPR) & You
by Japster ·(Quote) -
Global Data Protection Regulation (GDPR) & You
by pinkio75 ·Hi Alex but about your example we need to join all change scene or AdMob banners etc... to the attribute "privateDataConsentForAds"? -
Global Data Protection Regulation (GDPR) & You
by ForumNinja ·If you do serve ads in your games, you'll need to create a new game attribute called 'privateDataConsentForAds', and set it to '-1'. -
State of the Salad 03/2018
by unbeatenpixel ·(Quote) -
How to add Actors to a scene from a library, position them and add more
by tatiang ·It's all very doable but I'm not sure what you need help with. You asked about "how to add the actors to a separate scene." You can definitely spawn an actor in the same scene but -
State of the Salad 03/2018
by ForumNinja ·Correct, though you don't need a rule at all. You'll just need the privateDataConsentForAds attribute that's set to 1 hardcoded in your game for ads to display normally. -
Make Actor Immune to Gravity
by Two.E ·(Alternatively, you can create a game.attribute (real), and use this as the speed value. This way you can change all behaviours speed value at once.)