Vous n'êtes pas identifié(e). Pour pouvoir écrire ou répondre à un message, vous devez vous connecter ou vous créer un compte sur JAWA.

#1 28-09-2022 13:13:20

Alexandra
Membre
Inscription : 04-08-2022

Captions of the objects ✓

Hello, is there any way to hide the captions of the objects? When the cursor is on an object, the “name” of the object appears on the top of the page. This is not necessary and can create some confusion to the players

Hors ligne

#2 28-09-2022 17:56:18

jawa
Admin

Re : Captions of the objects ✓

Hello
2 ways to do this :

- on each scene, set the interactivity parameter to invisible
- or hide it globally in the custom stylesheet of your game (for licensed games only) :
parameters -> display -> custom CSS/JS, add to your style sheet this block

#commentBox {
    display: none !important;
}

warning, this will hide everything written (object names, scene names, actions names, ...)

Hope it helps
J

Pied de page des forums