Can someone check this code for me? I’ve got a school project. I made sure that everything is named correctly.
isKeyJustPressed(‘space’);{
if (this.hits(lidCaulk)) {
lidCaulk.opacity = 1;
}
if (this.hits(panelCaulk1)) {
panelCaulk1.opacity = 1;
}
if (this.hits(panelCaulk2)) {
panelCaulk2.opacity = 1;
}
if (this.hits(panelCaulk3)) {
panelCaulk3.opacity = 1;
}
}
}
You have learned some advanced Wick? Some things aren’t intuitive in the engine.
could you clarify that?
He meant to ask if you know anything about Wick, specifically limitations, JavaScript, etc.