FluffypoopoLvl 55
- Edited
setKeyValue("key", "value", function () {
}); ```
setKeyValue("key", "value", function () {
}); ```
Fluffypoopo what
where it says key you put what you want the value keyed with
Fluffypoopo
what do you mean keyed with
and Value is where you put the value of the key
Aw you ruined my very hard-to-understand explanation
Ohhhhh
wait how do I make it interact with stuff once called back
-wyi What I usually do is define a variable at the start of the program, and in the draw loop, I have it call getKeyValue
to get... well, whatever you need to get, and then set the variable to the response.
[WUT] Adam how
var score = 0;
function draw() {
getKeyValue("score", function (rec) {
score = rec;
});
}
hmm
this is literally what went on im my brain when i discovered key values, back when i was important 😪
You are still important to us
ackvonhuelio who is still important to us?
person
You