Question
building a "switch" condition
Hiya!
Im trying to build a little "switch" function, similiar to this one...
on(release) {
if(testing = "a"){
testing = "b"
} else {
testing = "a"
}
}
The result will always return "a"
its annoying
Any tips?
Im trying to build a little "switch" function, similiar to this one...
on(release) {
if(testing = "a"){
testing = "b"
} else {
testing = "a"
}
}
The result will always return "a"
its annoying
Any tips?