Thanks Jérôme,
I've tried that but then there is a problem: The tweening happen on every pano where a hotspot is named [spot1]. So then I tried to give a specific name to this specific hotspot. But then the tweening happens each time I navigate to this pano. And I want the tweening to happen juste once, when the virtual tour is done loading.. You see what I mean ?
If you use a name for the event and don't set keep to true then this event should be executed only in that scene, and to execute only once then just set it to null after :
<scene name...>
<events name="first_time" onloadcomplete="tween(hotspot[spot1].scale,1.5);set(events[first_time].onloadcomplete,null)"/>
</scene>