thank you for reply
is it possible to create an action variable ?
in xml
<plugin name="boutonload" url="images/commun/load.png" align="righttop" x="35" y="30" keep="true"
onhover="tween(scale,1.1)" onout="tween(scale,1)" />
in AS3
var press= krpano.get("plugin[boutonload].onclick");
if (press == true)
press = false;
goto frame 1
else
press = false;
i'm begin in AS3 the code is good