Thanks to Dop2000 for helping me!
To load an image into your game and display it on the scene, you will simply need a "File Selector" object and a "sprite", then you will need to set as a condition:
"FileChooser" -> "On changed" ----> "Sprite" -> "Load Image From URL" -> "FileChooser.FileURLAt(0)"
----------------------------
Merci à Dop2000 de m'avoir aidé !
Pour charger une image dans votre jeu et l'afficher sur la scène, il vous faudra simplement un objet "Sélecteur De Fichiers" et un "sprite", ensuite il faudra mettre comme condition:
"SélecteurDeFichiers" -> "L'ors d'un changement" ----> "Sprite" -> "Charger l'image depuis" -> "SélecteurDeFichiers.URLFichierA(0)"
Voilà !