-
Interpolating Score question
by MeaningfulGames ·for example, it displays "0000" at the beginning of the game. slowly as the score builds up, the div attribute allows the placeholder to work, eventually going up to a score of say & -
Scrollable Background on Loop
by 3xL ·if you have some sort of gravity on, that you constrain the scrolling items y position so that it doesn't "fall" off the scene -
Using the "If OldVariable != Variable then {do stuff; OldVariable = Variable)" trick
by jonmulcahy ·the global attribute is needed so all actors can easily track the hitpoints. -
*****Question about math ******
by GSAnimator ·(Quote) -
GameSalad resetting attribute randomly?
by PineappleMedia ·I have actors with health and max_health attributes. Tapping these actors will load another scene, where you can upgrade the actor's max_health. The actor itself will set its health to its new max_hea -
IAPP purchase set up - sandbox testing - Purchase worked but boolean switch not changing!
by IcedB ·When testing the app in the viewer and I click the Iapp button and then press "Success" the attribute is triggered. It appears to just not work when sandboxing in the ad hoc build -
IAPP purchase set up - sandbox testing - Purchase worked but boolean switch not changing!
by IcedB ·the override button is pressed it switches the attribute to true, so the attribute is definitely functioning correctly. I'm using 0.0.94 and I presume that version has no bugs in IAP? -
*****Question about math ******
by Yovanny369 ·Instead of using "(attribute +1)% X" -
IAPP purchase set up - sandbox testing - Purchase worked but boolean switch not changing!
by GuaveMedia ·Are you sure that the Boolean isn't on? I would display the attribute and then see what happens when you purchase it. From the rule it all seems to be correct... -
*****Question about math ******
by GSAnimator ·I knew this math "(attribute+1)%X " ..I can get a loop between 1, 2, 3, .....X .. but how can I use a math to get loop between X....3, 2, 1 -
*****Question about math ******
by ultima ·(i'm not sure why but simply because sometimes GS does weird things when too many things are running and skip 0 and go straight to -1 without running the change attribute) -
*****Question about math ******
by GSAnimator ·Sorry, what I mean is that I want create a loop change between 4, 3, 2, 1 when the attribute is 1 then change back to 4 -
*****Question about math ******
by GuaveMedia ·I think you have to explain it a little bit better. Basically when you want an attribute to go from 4 to 3 etc. use a timer, every 1sec. change attribute to attribute -1 -
*****Question about math ******
by GSAnimator ·Can anyone tell me how do I use math to change attribute between ....4, 3, 2, 1 -
is this possible?
by thilanwij ·Basically, u just set a rule if the thing you're controlling hits the wrong object, change the attribute (of the streak) to 0 (streak score = 0). If it hits the right object, change attribute: streak -
A game and a book
by quantumsheep ·Next select the attribute PageNumber you made earlier. -
recharging meter...
by digitalzero ·so I'm developing a really weird game where you are a nose and you have to sniff up different types of donuts and avoid things like bombs spikes and dynamite there are going to be different things yo -
Constrain to mouse and keep collision but also offset touch?
by UtopianGames ·Can you constrain to mouse x + 20 if self position > or mouse - 20 if self position < ? -
is this possible?
by carlblanchet ·Make a "best streak" attribute. If "current streak" is > "best streak", change attribute "best streak" to "curre -
is this possible?
by Adamgopro ·is there a way to save attribute of the highest streak i got in the current round?