Thanks ! But it seems doesn't work...
https://i.imgur.com/jglD83x.png
The image is present but is not displayed. And it looks like it displays two of them (Plus the one at the top is not clickable)
STORY INIT
if (window.hasOwnProperty("storyFormat")) {
setup.Path = "Desktop/Tomodomo/image/"; // Twine
} else {
setup.Path = "image/"; // Desktop
}
PASSAGE
<img style="z-index: 1; position: absolute; left: 760px; top: -426px;" src="image/corey.gif" >
''Gall'' : Omg, how rude man !<br>
<img @src="setup.Path+'arrow.gif'" img style="z-index: 10; position: absolute; left: 10em; top: -17em;">
[img[setup.Path+'arrow.gif'][2]]
I've wrote the code down here.
I've try to use a script to activate the gif too, but it doesn't work too.