Thanks very much my friend! but... you are speaking about something I dont know :(
I trying to guess, its something like this?
<action name="flyout_hotspot">
for(set(i,0), i LT hotspot.count, inc(i),
copy(hs, hotspot[get(i)]);
if(hs.name != name AND hs.style == 'flyoutimage' AND (hs.flying_state == 'out' OR hs.flying_state == 'flyingout'),
callwith(hs, flyout_hotspot() );
);
);
if(webvr.isenabled == true, set(scale, 0.01));