-
How to use change attribute to change player size
by JGlass1430 ·Hello, I just started using Game Salad today and I'm struggling to find any documentation that will help me use the change attribute behavior to increase my player's size by a static amount every time -
Working with device time for a timer?
by zarzir ·change attribute: "mycontrol" to ("mycontrol"+1)%2 -
How to: Create Indexed Actors from Prototype
by adam36021 ·* Spawn your "Unit_Prototype" using another actor (a level controller, a button that spawns units, whatever you want). Important: The X attribute where you spawn this actor will beco -
find where an attribute is changed
by uptimistik ·What I do is go to the attribute panel, select it and press the 'delete' key. That should cause a warning prompt that also shows you in which actor that attribute is used. You can then adjust it there -
find where an attribute is changed
by cptmagron ·When I first started working on my game, several years ago, I changed an attribute just prior to the start of the game. I can now not find where I made that change. Is there a way to search for a te -
Constraining positions to make a 'loop'
by Lokitoes ·https://forums.gamesalad.com/discussion/comment/617549#Comment_617549 -
Game run faster on android
by zarzir ·So for me both timers and constrains are 1.5X faster on pixel 4, what device did you test with? -
Constraining positions to make a 'loop'
by adent42 ·The other solution I can think of is constrain with a sin or cos based function, but elongate one of the axis so it's more of an oval: -
Game run faster on android
by nir3112 ·I created an actor with timer behavior -- every 1 sec -- change attribute timer to timer+1 -
Game run faster on android
by zarzir ·as for your question, constrain runs 60 times per second (once every one code cycles), timer runs 30 times per second (once every two code cycles). -
Game run faster on android
by nir3112 ·but I have to ask you, why you are using constrain instead of timer? I know timer is more "heavy" but I don't think by that much.. -
Game run faster on android
by zarzir ·one actor with timer (every 1s change attribute to attribute +1 and display attribute) -
Wizard Run Key Not Rotating
by CrystalHero ·Hi everyone, newbie here. I try to change the attribute of the key like the tutorial but nothing has changed when I preview the game. Any help will be great. Thank you -
Nov 2021 - Cooking In The Kitchen - Pollfish, Adstronomic, GameAnalytics, etc...
by adent42 ·@Armelline I'm thinking of making the switch a game flag. i.e. if you add a game attribute with a particular name and value, the engine will switch to the new system. Otherwise it will keep the old sy -
Create a backspace(delete)
by Armelline ·Change attribute string to textSubStr(string,1,textLength(string)-1) -
Trying to recreate my own game
by adent42 ·* Set Attribute to 0 -
Help with Overlapping actors
by glessner.games ·-Actor 1, when touch is pressed, changes attribute to attribute +1 -
"Send Table To URL" issue - Creator
by ZombieFactory Games ·I made a string attribute "URLServer" which contains an URL but when I want to choose this attribute in "Send data to URL", I just can't hit the button "Up -
In-App Purchase Issues
by kdhjr23 ·This is my load attribute when the app starts -
In-App Purchase Issues
by uptimistik ·https://forums.gamesalad.com/discussion/comment/616910#Comment_616910